2025-12-27 08:05:18 [scrapy.utils.log] INFO: Scrapy 2.8.0 started (bot: modularspiders) 2025-12-27 08:05:18 [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 2025-12-27 08:05:18 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'modularspiders', 'CLOSESPIDER_TIMEOUT': 3600, 'CONCURRENT_REQUESTS': 2, 'CONCURRENT_REQUESTS_PER_DOMAIN': 2, 'CONCURRENT_REQUESTS_PER_IP': 1, 'DOWNLOAD_DELAY': 1, 'LOG_FILE': 'logs/default/technosynth/158dd332e2fa11f097600242ac11000b.log', 'NEWSPIDER_MODULE': 'modularspiders.spiders', 'RANDOMIZE_DOWNLOAD_DELAY': False, 'ROBOTSTXT_OBEY': True, 'SPIDER_MODULES': ['modularspiders.spiders'], 'USER_AGENT': 'Mozilla/5.0 (compatible; Googlebot/2.1; ' '+http://www.google.com/bot.html)'} 2025-12-27 08:05:18 [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) 2025-12-27 08:05:18 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.epollreactor.EPollReactor 2025-12-27 08:05:18 [scrapy.extensions.telnet] INFO: Telnet Password: 790a63cf9e881a3b 2025-12-27 08:05:18 [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'] 2025-12-27 08:05:18 [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'] 2025-12-27 08:05:18 [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'] 2025-12-27 08:05:19 [scrapy.middleware] INFO: Enabled item pipelines: ['modularspiders.pipelines.MinimumViableItemPipeline', 'modularspiders.pipelines.RedisExporter', 'modularspiders.pipelines.BulkStoreUpdate'] 2025-12-27 08:05:19 [scrapy.core.engine] INFO: Spider opened 2025-12-27 08:05:19 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 08:05:19 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6036 2025-12-27 08:05:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2025-12-27 08:05:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2025-12-27 08:05:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:05:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/buchla-259t/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Buchla 259t - TechnoSynth Instruments', 'page_metadata': None, 'price': '729.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/buchla-259t/', 'vat_included': False} 2025-12-27 08:05:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:05:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/buchla-292t/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Buchla 292t - TechnoSynth Instruments', 'page_metadata': None, 'price': '470.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/buchla-292t/', 'vat_included': False} 2025-12-27 08:05:45 [scrapy.core.engine] DEBUG: Crawled (404) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:05:46 [scrapy.spidermiddlewares.httperror] INFO: Ignoring response <404 https://technosynth.com/en/categorie-produit/eurorack-en/page/2/>: HTTP status code is not handled or not allowed 2025-12-27 08:05:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/qex-quad-drum-expander/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'QEX Quad Drum Expander - TechnoSynth Instruments', 'page_metadata': None, 'price': '198.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/qex-quad-drum-expander/', 'vat_included': False} 2025-12-27 08:05:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/sofia/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Sofia - TechnoSynth Instruments', 'page_metadata': None, 'price': '642.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/sofia/', 'vat_included': False} 2025-12-27 08:05:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:06:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/fkg3-keyer/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'FKG3 Keyer - TechnoSynth Instruments', 'page_metadata': None, 'price': '560.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/fkg3-keyer/', 'vat_included': False} 2025-12-27 08:06:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:06:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/dsg3-dual-shape-generator/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'DSG3 Dual Shape Generator - TechnoSynth Instruments', 'page_metadata': None, 'price': '713.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/dsg3-dual-shape-generator/', 'vat_included': False} 2025-12-27 08:06:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:06:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/esg3-encoder/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'ESG3 Encoder - TechnoSynth Instruments', 'page_metadata': None, 'price': '713.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/esg3-encoder/', 'vat_included': False} 2025-12-27 08:06:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:06:22 [scrapy.extensions.logstats] INFO: Crawled 11 pages (at 11 pages/min), scraped 7 items (at 7 items/min) 2025-12-27 08:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/smx3-matrix-mixer/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'SMX3 Matrix Mixer - TechnoSynth Instruments', 'page_metadata': None, 'price': '560.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/smx3-matrix-mixer/', 'vat_included': False} 2025-12-27 08:06:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:06:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/stairs/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Stairs - TechnoSynth Instruments', 'page_metadata': None, 'price': '391.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/stairs/', 'vat_included': False} 2025-12-27 08:06:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/dwo3-dual-oscillator/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'DWO3 Dual Oscillator - TechnoSynth Instruments', 'page_metadata': None, 'price': '713.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/dwo3-dual-oscillator/', 'vat_included': False} 2025-12-27 08:06:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:06:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/proc/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Proc - TechnoSynth Instruments', 'page_metadata': None, 'price': '363.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/proc/', 'vat_included': False} 2025-12-27 08:06:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/sum-dist/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Sum/Dist - TechnoSynth Instruments', 'page_metadata': None, 'price': '349.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/sum-dist/', 'vat_included': False} 2025-12-27 08:06:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:06:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/contour/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Contour - TechnoSynth Instruments', 'page_metadata': None, 'price': '475.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/contour/', 'vat_included': False} 2025-12-27 08:06:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:06:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/knurlies-100/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Knurlies 100 - TechnoSynth Instruments', 'page_metadata': None, 'price': '54.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/knurlies-100/', 'vat_included': False} 2025-12-27 08:06:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: http://technosynth.com/en/product-category/eurorack-en/) 2025-12-27 08:07:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/buchla-296t/> {'batch_id': '1890', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Buchla 296t - TechnoSynth Instruments', 'page_metadata': None, 'price': '945.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/buchla-296t/', 'vat_included': False} 2025-12-27 08:07:06 [scrapy.core.engine] INFO: Closing spider (finished) 2025-12-27 08:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): wigglehunt.com:443 2025-12-27 08:07:06 [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( 2025-12-27 08:07:06 [urllib3.connectionpool] DEBUG: https://wigglehunt.com:443 "GET /api/v1/_ingest-complete?store_code=technosynth&batch_id=1890 HTTP/1.1" 200 16 2025-12-27 08:07:06 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/request_bytes': 6937, 'downloader/request_count': 18, 'downloader/request_method_count/GET': 18, 'downloader/response_bytes': 1066944, 'downloader/response_count': 18, 'downloader/response_status_count/200': 17, 'downloader/response_status_count/404': 1, 'elapsed_time_seconds': 106.719296, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2025, 12, 27, 8, 7, 6, 569591), 'httpcompression/response_bytes': 5980210, 'httpcompression/response_count': 18, 'httperror/response_ignored_count': 1, 'httperror/response_ignored_status_count/404': 1, 'item_scraped_count': 15, 'log_count/DEBUG': 36, 'log_count/INFO': 12, 'log_count/WARNING': 2, 'memusage/max': 118820864, 'memusage/startup': 77041664, 'request_depth_max': 1, 'response_received_count': 18, 'robotstxt/request_count': 1, 'robotstxt/response_count': 1, 'robotstxt/response_status_count/200': 1, 'scheduler/dequeued': 17, 'scheduler/dequeued/memory': 17, 'scheduler/enqueued': 17, 'scheduler/enqueued/memory': 17, 'start_time': datetime.datetime(2025, 12, 27, 8, 5, 19, 850295)} 2025-12-27 08:07:06 [scrapy.core.engine] INFO: Spider closed (finished)