2026-07-29 17:05:19 [scrapy.utils.log] INFO: Scrapy 2.8.0 started (bot: modularspiders) 2026-07-29 17:05:19 [scrapy.utils.log] INFO: Versions: lxml 4.9.2.0, libxml2 2.9.14, cssselect 1.2.0, parsel 1.7.0, w3lib 2.1.1, Twisted 22.10.0, Python 3.10.15 (main, Oct 19 2024, 04:00:28) [GCC 12.2.0], pyOpenSSL 23.1.1 (OpenSSL 3.1.0 14 Mar 2023), cryptography 40.0.1, Platform Linux-5.10.0-21-amd64-x86_64-with-glibc2.36 2026-07-29 17:05:19 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'modularspiders', 'CLOSESPIDER_TIMEOUT': 3600, 'LOG_FILE': 'logs/default/thonk/f916ebd08b6e11f197600242ac11000b.log', 'NEWSPIDER_MODULE': 'modularspiders.spiders', 'ROBOTSTXT_OBEY': True, 'SPIDER_MODULES': ['modularspiders.spiders'], 'USER_AGENT': 'Mozilla/5.0 (compatible; Googlebot/2.1; ' '+http://www.google.com/bot.html)'} 2026-07-29 17:05:19 [py.warnings] WARNING: /code/lib/python3.10/site-packages/scrapy/utils/request.py:232: 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-07-29 17:05:19 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.epollreactor.EPollReactor 2026-07-29 17:05:19 [scrapy.extensions.telnet] INFO: Telnet Password: 1c9cca7763d78fa3 2026-07-29 17:05:19 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.logstats.LogStats', 'scrapy.extensions.closespider.CloseSpider'] 2026-07-29 17:05:19 [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-07-29 17:05:19 [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-07-29 17:05:19 [scrapy.middleware] INFO: Enabled item pipelines: ['modularspiders.pipelines.MinimumViableItemPipeline', 'modularspiders.pipelines.RedisExporter', 'modularspiders.pipelines.BulkStoreUpdate'] 2026-07-29 17:05:19 [scrapy.core.engine] INFO: Spider opened 2026-07-29 17:05:19 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-07-29 17:05:19 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6030 2026-07-29 17:05:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2026-07-29 17:05:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2026-07-29 17:05:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.thonk.co.uk/shop/) 2026-07-29 17:05:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.thonk.co.uk/shop/) 2026-07-29 17:12:30 [scrapy.core.scraper] ERROR: Spider error processing (referer: https://www.thonk.co.uk/shop/) Traceback (most recent call last): File "/code/lib/python3.10/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks current.result = callback( # type: ignore[misc] File "/code/modularspiders/spiders/thonk.py", line 56, in parse_product loader.add_value("price", offer["priceSpecification"]["price"]) TypeError: list indices must be integers or slices, not str 2026-07-29 17:30:41 [scrapy.core.scraper] ERROR: Spider error processing (referer: https://www.thonk.co.uk/shop/) Traceback (most recent call last): File "/code/lib/python3.10/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks current.result = callback( # type: ignore[misc] File "/code/modularspiders/spiders/thonk.py", line 56, in parse_product loader.add_value("price", offer["priceSpecification"]["price"]) TypeError: list indices must be integers or slices, not str 2026-07-29 17:30:44 [scrapy.extensions.logstats] INFO: Crawled 4 pages (at 4 pages/min), scraped 0 items (at 0 items/min) 2026-07-29 17:31:09 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/page/2/ took longer than 180.0 seconds.. 2026-07-29 17:31:10 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/alpha-tall-trimmers/ took longer than 180.0 seconds.. 2026-07-29 17:31:10 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/vostok-halo/ took longer than 180.0 seconds.. 2026-07-29 17:31:10 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/zlosynth-kaseta-kit/ took longer than 180.0 seconds.. 2026-07-29 17:31:10 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/zlosynth-arplus/ took longer than 180.0 seconds.. 2026-07-29 17:31:10 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/shakmat-harlequins-context/ took longer than 180.0 seconds.. 2026-07-29 17:31:11 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/4ms-looping-delay/ took longer than 180.0 seconds.. 2026-07-29 17:31:37 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/erica-kick-design-guide/ took longer than 180.0 seconds.. 2026-07-29 17:31:42 [scrapy.extensions.logstats] INFO: Crawled 4 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-07-29 17:32:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.thonk.co.uk/shop/) 2026-07-29 18:31:28 [scrapy.core.scraper] ERROR: Spider error processing (referer: https://www.thonk.co.uk/shop/) Traceback (most recent call last): File "/code/lib/python3.10/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks current.result = callback( # type: ignore[misc] File "/code/modularspiders/spiders/thonk.py", line 56, in parse_product loader.add_value("price", offer["priceSpecification"]["price"]) TypeError: list indices must be integers or slices, not str 2026-07-29 18:32:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.thonk.co.uk/shop/) 2026-07-29 18:32:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.thonk.co.uk/shop/) 2026-07-29 18:32:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.thonk.co.uk/shop/) 2026-07-29 18:32:39 [scrapy.extensions.logstats] INFO: Crawled 8 pages (at 4 pages/min), scraped 0 items (at 0 items/min) 2026-07-29 18:32:55 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/sebsongs-bread-butter/ took longer than 180.0 seconds.. 2026-07-29 18:33:10 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/small-ridged-pointer/ took longer than 180.0 seconds.. 2026-07-29 18:33:32 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/cutelab-mom-jeans-kit/ took longer than 180.0 seconds.. 2026-07-29 18:33:51 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/cctv-ornament-and-crime/ took longer than 180.0 seconds.. 2026-07-29 18:34:20 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/addac107-kit/ took longer than 180.0 seconds.. 2026-07-29 18:34:21 [scrapy.core.engine] INFO: Closing spider (closespider_timeout) 2026-07-29 18:42:26 [scrapy.core.scraper] ERROR: Spider error processing (referer: https://www.thonk.co.uk/shop/) Traceback (most recent call last): File "/code/lib/python3.10/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks current.result = callback( # type: ignore[misc] File "/code/modularspiders/spiders/thonk.py", line 56, in parse_product loader.add_value("price", offer["priceSpecification"]["price"]) TypeError: list indices must be integers or slices, not str 2026-07-29 18:45:40 [scrapy.core.scraper] ERROR: Spider error processing (referer: https://www.thonk.co.uk/shop/) Traceback (most recent call last): File "/code/lib/python3.10/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks current.result = callback( # type: ignore[misc] File "/code/modularspiders/spiders/thonk.py", line 56, in parse_product loader.add_value("price", offer["priceSpecification"]["price"]) TypeError: list indices must be integers or slices, not str 2026-07-29 18:46:00 [scrapy.core.scraper] ERROR: Spider error processing (referer: https://www.thonk.co.uk/shop/) Traceback (most recent call last): File "/code/lib/python3.10/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks current.result = callback( # type: ignore[misc] File "/code/modularspiders/spiders/thonk.py", line 56, in parse_product loader.add_value("price", offer["priceSpecification"]["price"]) TypeError: list indices must be integers or slices, not str 2026-07-29 18:46:02 [scrapy.extensions.logstats] INFO: Crawled 8 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-07-29 18:46:02 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/808-knobs/ took longer than 180.0 seconds.. 2026-07-29 18:46:03 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/workshop-system/ took longer than 180.0 seconds.. 2026-07-29 18:46:03 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://www.thonk.co.uk/shop/befaco-noodler/ took longer than 180.0 seconds.. 2026-07-29 18:46:03 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure. 2026-07-29 18:46:03 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure. 2026-07-29 18:46:03 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure. 2026-07-29 18:46:03 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure. 2026-07-29 18:46:03 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure. 2026-07-29 18:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): wigglehunt.com:443 2026-07-29 18:46:05 [py.warnings] WARNING: /code/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'wigglehunt.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings warnings.warn( 2026-07-29 18:47:10 [urllib3.connectionpool] DEBUG: https://wigglehunt.com:443 "GET /api/v1/_ingest-complete?store_code=thonk&batch_id=2530 HTTP/1.1" 504 641 2026-07-29 18:47:11 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/exception_count': 21, 'downloader/exception_type_count/twisted.internet.error.TimeoutError': 21, 'downloader/request_bytes': 9074, 'downloader/request_count': 29, 'downloader/request_method_count/GET': 29, 'downloader/response_bytes': 504730, 'downloader/response_count': 8, 'downloader/response_status_count/200': 8, 'elapsed_time_seconds': 6111.73235, 'finish_reason': 'closespider_timeout', 'finish_time': datetime.datetime(2026, 7, 29, 18, 47, 11, 724270), 'httpcompression/response_bytes': 3171706, 'httpcompression/response_count': 8, 'log_count/DEBUG': 32, 'log_count/ERROR': 6, 'log_count/INFO': 14, 'log_count/WARNING': 2, 'memusage/max': 101834752, 'memusage/startup': 67948544, 'request_depth_max': 1, 'response_received_count': 8, 'retry/count': 21, 'retry/reason_count/twisted.internet.error.TimeoutError': 21, 'robotstxt/request_count': 1, 'robotstxt/response_count': 1, 'robotstxt/response_status_count/200': 1, 'scheduler/dequeued': 28, 'scheduler/dequeued/memory': 28, 'scheduler/enqueued': 50, 'scheduler/enqueued/memory': 50, 'spider_exceptions/TypeError': 6, 'start_time': datetime.datetime(2026, 7, 29, 17, 5, 19, 991920)} 2026-07-29 18:47:11 [scrapy.core.engine] INFO: Spider closed (closespider_timeout)