2026-08-17 07:30:04 [scrapy.utils.log] INFO: Scrapy 2.10.0 started (bot: stock_hunter) 2026-08-17 07:30:04 [scrapy.utils.log] INFO: Versions: lxml 4.9.3.0, libxml2 2.10.3, cssselect 1.2.0, parsel 1.8.1, w3lib 2.1.2, Twisted 22.10.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 23.2.0 (OpenSSL 3.0.9 30 May 2023), cryptography 38.0.4, Platform Linux-5.14.0-687.29.1.el9_8.x86_64-x86_64-with-glibc2.36 2026-08-17 07:30:04 [scrapy.addons] INFO: Enabled addons: [] 2026-08-17 07:30:04 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'stock_hunter', 'CONCURRENT_REQUESTS_PER_DOMAIN': 1, 'DOWNLOAD_DELAY': 1, 'FEED_EXPORT_ENCODING': 'utf-8', 'LOG_FILE': '/var/lib/scrapyd/logs/stock_hunter/demo_spider/747950409a0d11f18ea3dea2916a0954.log', 'NEWSPIDER_MODULE': 'stock_hunter.spiders', 'ROBOTSTXT_OBEY': True, 'SPIDER_MODULES': ['stock_hunter.spiders']} 2026-08-17 07:30:04 [py.warnings] WARNING: /usr/local/lib/python3.11/dist-packages/scrapy/utils/request.py:248: ScrapyDeprecationWarning: '2.6' is a deprecated value for the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting. It is also the default value. In other words, it is normal to get this warning if you have not defined a value for the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting. This is so for backward compatibility reasons, but it will change in a future version of Scrapy. See the documentation of the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting for information on how to handle this deprecation. return cls(crawler) 2026-08-17 07:30:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.epollreactor.EPollReactor 2026-08-17 07:30:04 [scrapy.extensions.telnet] INFO: Telnet Password: 14854816d9a8124f 2026-08-17 07:30:04 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.feedexport.FeedExporter', 'scrapy.extensions.logstats.LogStats'] 2026-08-17 07:30:04 [scrapy.middleware] INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapy.downloadermiddlewares.retry.RetryMiddleware', 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scrapy.downloadermiddlewares.stats.DownloaderStats'] 2026-08-17 07:30:04 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.offsite.OffsiteMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2026-08-17 07:30:04 [scrapy.middleware] INFO: Enabled item pipelines: [] 2026-08-17 07:30:04 [scrapy.core.engine] INFO: Spider opened 2026-08-17 07:30:04 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-08-17 07:30:04 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023 2026-08-17 07:30:05 [scrapy.core.engine] DEBUG: Crawled (404) (referer: None) 2026-08-17 07:30:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2026-08-17 07:30:06 [demo_spider] INFO: 恭喜!本地爬虫已成功在远程服务器的 Scrapyd 容器内点火! 2026-08-17 07:30:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://quotes.toscrape.com/page/1/> {'text': '“The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.”', 'author': 'Albert Einstein'} 2026-08-17 07:30:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://quotes.toscrape.com/page/1/> {'text': '“It is our choices, Harry, that show what we truly are, far more than our abilities.”', 'author': 'J.K. Rowling'} 2026-08-17 07:30:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://quotes.toscrape.com/page/1/> {'text': '“There are only two ways to live your life. One is as though nothing is a miracle. The other is as though everything is a miracle.”', 'author': 'Albert Einstein'} 2026-08-17 07:30:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://quotes.toscrape.com/page/1/> {'text': '“The person, be it gentleman or lady, who has not pleasure in a good novel, must be intolerably stupid.”', 'author': 'Jane Austen'} 2026-08-17 07:30:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://quotes.toscrape.com/page/1/> {'text': "“Imperfection is beauty, madness is genius and it's better to be absolutely ridiculous than absolutely boring.”", 'author': 'Marilyn Monroe'} 2026-08-17 07:30:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://quotes.toscrape.com/page/1/> {'text': '“Try not to become a man of success. Rather become a man of value.”', 'author': 'Albert Einstein'} 2026-08-17 07:30:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://quotes.toscrape.com/page/1/> {'text': '“It is better to be hated for what you are than to be loved for what you are not.”', 'author': 'André Gide'} 2026-08-17 07:30:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://quotes.toscrape.com/page/1/> {'text': "“I have not failed. I've just found 10,000 ways that won't work.”", 'author': 'Thomas A. Edison'} 2026-08-17 07:30:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://quotes.toscrape.com/page/1/> {'text': "“A woman is like a tea bag; you never know how strong it is until it's in hot water.”", 'author': 'Eleanor Roosevelt'} 2026-08-17 07:30:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://quotes.toscrape.com/page/1/> {'text': '“A day without sunshine is like, you know, night.”', 'author': 'Steve Martin'} 2026-08-17 07:30:06 [scrapy.core.engine] INFO: Closing spider (finished) 2026-08-17 07:30:06 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (10 items) in: file:///var/lib/scrapyd/items/stock_hunter/demo_spider/747950409a0d11f18ea3dea2916a0954.jl 2026-08-17 07:30:06 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/request_bytes': 457, 'downloader/request_count': 2, 'downloader/request_method_count/GET': 2, 'downloader/response_bytes': 11646, 'downloader/response_count': 2, 'downloader/response_status_count/200': 1, 'downloader/response_status_count/404': 1, 'elapsed_time_seconds': 1.091639, 'feedexport/success_count/FileFeedStorage': 1, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2026, 8, 17, 7, 30, 6, 61050), 'item_scraped_count': 10, 'log_count/DEBUG': 13, 'log_count/INFO': 12, 'log_count/WARNING': 1, 'memusage/max': 75685888, 'memusage/startup': 75685888, 'response_received_count': 2, 'robotstxt/request_count': 1, 'robotstxt/response_count': 1, 'robotstxt/response_status_count/404': 1, 'scheduler/dequeued': 1, 'scheduler/dequeued/memory': 1, 'scheduler/enqueued': 1, 'scheduler/enqueued/memory': 1, 'start_time': datetime.datetime(2026, 8, 17, 7, 30, 4, 969411)} 2026-08-17 07:30:06 [scrapy.core.engine] INFO: Spider closed (finished)