2026-07-31 09:17:12 [scrapy.utils.log] INFO: Scrapy 2.8.0 started (bot: modularspiders) 2026-07-31 09:17:13 [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-31 09:17:13 [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/0888066a8cb611f1ac510242ac11000e.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)'} 2026-07-31 09:17:13 [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-31 09:17:13 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.epollreactor.EPollReactor 2026-07-31 09:17:13 [scrapy.extensions.telnet] INFO: Telnet Password: c1ecc4d2a61d8976 2026-07-31 09:17:14 [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-31 09:17:15 [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-31 09:17:16 [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-31 09:17:16 [scrapy.middleware] INFO: Enabled item pipelines: ['modularspiders.pipelines.MinimumViableItemPipeline', 'modularspiders.pipelines.RedisExporter', 'modularspiders.pipelines.BulkStoreUpdate'] 2026-07-31 09:17:16 [scrapy.core.engine] INFO: Spider opened 2026-07-31 09:17:26 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-07-31 09:18:22 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6026 2026-07-31 09:18:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-07-31 09:18:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2026-07-31 09:18:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-07-31 09:18:26 [scrapy.extensions.logstats] INFO: Crawled 1 pages (at 1 pages/min), scraped 0 items (at 0 items/min) 2026-07-31 09:18:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2026-07-31 09:18:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/) 2026-07-31 09:21:30 [scrapy.extensions.logstats] INFO: Crawled 3 pages (at 2 pages/min), scraped 0 items (at 0 items/min) 2026-07-31 09:21:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/buchla-259t/> {'batch_id': '2532', '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} 2026-07-31 09:24:08 [scrapy.extensions.logstats] INFO: Crawled 3 pages (at 0 pages/min), scraped 1 items (at 1 items/min) 2026-07-31 09:24:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/) 2026-07-31 09:25:50 [scrapy.extensions.logstats] INFO: Crawled 4 pages (at 1 pages/min), scraped 1 items (at 0 items/min) 2026-07-31 09:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/smx3-matrix-mixer/> {'batch_id': '2532', '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': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/smx3-matrix-mixer/', 'vat_included': False} 2026-07-31 09:25:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/) 2026-07-31 09:25:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/) 2026-07-31 09:26:51 [scrapy.extensions.logstats] INFO: Crawled 6 pages (at 2 pages/min), scraped 2 items (at 1 items/min) 2026-07-31 09:26:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/qex-quad-drum-expander/> {'batch_id': '2532', '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} 2026-07-31 09:26:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/) 2026-07-31 09:34:04 [scrapy.extensions.logstats] INFO: Crawled 7 pages (at 1 pages/min), scraped 3 items (at 1 items/min) 2026-07-31 09:34:04 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://technosynth.com/en/produit/steady-state-gate/ took longer than 180.0 seconds.. 2026-07-31 09:34:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/sofia/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Sofia - TechnoSynth Instruments', 'page_metadata': None, 'price': '642.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/sofia/', 'vat_included': False} 2026-07-31 09:34:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/2/) 2026-07-31 09:34:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/melotus-versio-copie/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Melotus Versio (Copie) - TechnoSynth Instruments', 'page_metadata': None, 'price': '452.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/melotus-versio-copie/', 'vat_included': False} 2026-07-31 09:34:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/2/) 2026-07-31 09:34:45 [scrapy.extensions.logstats] INFO: Crawled 9 pages (at 2 pages/min), scraped 5 items (at 2 items/min) 2026-07-31 09:34:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/buff-black-copie/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Buff (black) (Copie) - TechnoSynth Instruments', 'page_metadata': None, 'price': '44.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/buff-black-copie/', 'vat_included': False} 2026-07-31 09:34:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/2/) 2026-07-31 09:34:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/2/) 2026-07-31 09:35:42 [scrapy.extensions.logstats] INFO: Crawled 11 pages (at 2 pages/min), scraped 6 items (at 1 items/min) 2026-07-31 09:35:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/buchla-281t/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Buchla 281t - TechnoSynth Instruments', 'page_metadata': None, 'price': '279.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/buchla-281t/', 'vat_included': False} 2026-07-31 09:36:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/2/) 2026-07-31 09:39:00 [scrapy.extensions.logstats] INFO: Crawled 12 pages (at 1 pages/min), scraped 7 items (at 1 items/min) 2026-07-31 09:39:00 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://technosynth.com/en/produit/osiris/ took longer than 180.0 seconds.. 2026-07-31 09:39:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/black-joystick-v2/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Black Joystick v2 - TechnoSynth Instruments', 'page_metadata': None, 'price': '346.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/black-joystick-v2/', 'vat_included': False} 2026-07-31 09:39:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/3/) 2026-07-31 09:39:39 [scrapy.extensions.logstats] INFO: Crawled 13 pages (at 1 pages/min), scraped 8 items (at 1 items/min) 2026-07-31 09:39:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/moskwa-ii/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Moskwa II - TechnoSynth Instruments', 'page_metadata': None, 'price': '541.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/moskwa-ii/', 'vat_included': False} 2026-07-31 09:39:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/3/) 2026-07-31 09:40:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/nin/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Nin - TechnoSynth Instruments', 'page_metadata': None, 'price': '97.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/nin/', 'vat_included': False} 2026-07-31 09:40:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/3/) 2026-07-31 09:40:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/3/) 2026-07-31 09:40:33 [scrapy.extensions.logstats] INFO: Crawled 16 pages (at 3 pages/min), scraped 10 items (at 2 items/min) 2026-07-31 09:46:27 [scrapy.extensions.logstats] INFO: Crawled 16 pages (at 0 pages/min), scraped 10 items (at 0 items/min) 2026-07-31 09:46:27 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://technosynth.com/en/produit/eas/ took longer than 180.0 seconds.. 2026-07-31 09:46:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/neoni/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Neóni - TechnoSynth Instruments', 'page_metadata': None, 'price': '575.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/neoni/', 'vat_included': False} 2026-07-31 09:46:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/4/) 2026-07-31 09:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/listen-io-black/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Listen IO (black) - TechnoSynth Instruments', 'page_metadata': None, 'price': '164.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/listen-io-black/', 'vat_included': False} 2026-07-31 09:46:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/4/) 2026-07-31 09:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/moon-phase-silver-faceplate/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Moon Phase silver faceplate - TechnoSynth Instruments', 'page_metadata': None, 'price': '29.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/moon-phase-silver-faceplate/', 'vat_included': False} 2026-07-31 09:47:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/4/) 2026-07-31 09:47:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/4/) 2026-07-31 09:48:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/4/) 2026-07-31 09:48:21 [scrapy.extensions.logstats] INFO: Crawled 21 pages (at 5 pages/min), scraped 13 items (at 3 items/min) 2026-07-31 09:48:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/div-black/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Div (black) - TechnoSynth Instruments', 'page_metadata': None, 'price': '126.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/div-black/', 'vat_included': False} 2026-07-31 09:48:28 [scrapy.extensions.logstats] INFO: Crawled 21 pages (at 0 pages/min), scraped 14 items (at 1 items/min) 2026-07-31 09:48:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/lfo-black/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'LFO (black) - TechnoSynth Instruments', 'page_metadata': None, 'price': '126.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/lfo-black/', 'vat_included': False} 2026-07-31 09:48:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/5/) 2026-07-31 09:50:26 [scrapy.extensions.logstats] INFO: Crawled 22 pages (at 1 pages/min), scraped 15 items (at 1 items/min) 2026-07-31 09:50:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/buff-2/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Buff (black) - TechnoSynth Instruments', 'page_metadata': None, 'price': '94.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/buff-2/', 'vat_included': False} 2026-07-31 09:50:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/5/) 2026-07-31 09:50:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/5/) 2026-07-31 09:51:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/data-bender/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Data Bender - TechnoSynth Instruments', 'page_metadata': None, 'price': '448.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/data-bender/', 'vat_included': False} 2026-07-31 09:51:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/5/) 2026-07-31 09:51:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/surface/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Surface - TechnoSynth Instruments', 'page_metadata': None, 'price': '385.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/surface/', 'vat_included': False} 2026-07-31 09:51:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/6/) 2026-07-31 09:51:29 [scrapy.extensions.logstats] INFO: Crawled 26 pages (at 4 pages/min), scraped 18 items (at 3 items/min) 2026-07-31 09:52:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/6/) 2026-07-31 09:52:29 [scrapy.extensions.logstats] INFO: Crawled 27 pages (at 1 pages/min), scraped 18 items (at 0 items/min) 2026-07-31 09:52:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/6/) 2026-07-31 09:52:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/desmotus-versio-silver/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Desmotus Versio (silver) - TechnoSynth Instruments', 'page_metadata': None, 'price': '452.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/desmotus-versio-silver/', 'vat_included': False} 2026-07-31 09:54:22 [scrapy.extensions.logstats] INFO: Crawled 28 pages (at 1 pages/min), scraped 19 items (at 1 items/min) 2026-07-31 09:54:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/fractio-solum-silver/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Fractio Solum (silver) - TechnoSynth Instruments', 'page_metadata': None, 'price': '192.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/fractio-solum-silver/', 'vat_included': False} 2026-07-31 09:55:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/7/) 2026-07-31 09:55:01 [scrapy.extensions.logstats] INFO: Crawled 29 pages (at 1 pages/min), scraped 20 items (at 1 items/min) 2026-07-31 09:55:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/7/) 2026-07-31 09:56:19 [scrapy.extensions.logstats] INFO: Crawled 30 pages (at 1 pages/min), scraped 20 items (at 0 items/min) 2026-07-31 09:56:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/pico-vca2/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Pico VCA2 - TechnoSynth Instruments', 'page_metadata': None, 'price': '129.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/pico-vca2/', 'vat_included': False} 2026-07-31 09:56:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/7/) 2026-07-31 09:57:33 [scrapy.extensions.logstats] INFO: Crawled 31 pages (at 1 pages/min), scraped 21 items (at 1 items/min) 2026-07-31 09:57:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/transmit-2/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Transmit 2 - TechnoSynth Instruments', 'page_metadata': None, 'price': '262.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/transmit-2/', 'vat_included': False} 2026-07-31 09:57:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/8/) 2026-07-31 09:57:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/pico-ef/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Pico EF - TechnoSynth Instruments', 'page_metadata': None, 'price': '145.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/pico-ef/', 'vat_included': False} 2026-07-31 09:58:54 [scrapy.extensions.logstats] INFO: Crawled 32 pages (at 1 pages/min), scraped 23 items (at 2 items/min) 2026-07-31 09:58:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/8/) 2026-07-31 09:59:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/qsc-quad-stereo-channel/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'QSC - Quad Stereo Channel - TechnoSynth Instruments', 'page_metadata': None, 'price': '676.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/qsc-quad-stereo-channel/', 'vat_included': False} 2026-07-31 09:59:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/8/) 2026-07-31 09:59:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/8/) 2026-07-31 09:59:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/lich/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Lich - TechnoSynth Instruments', 'page_metadata': None, 'price': '439.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/lich/', 'vat_included': False} 2026-07-31 09:59:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/8/) 2026-07-31 09:59:30 [scrapy.extensions.logstats] INFO: Crawled 36 pages (at 4 pages/min), scraped 25 items (at 2 items/min) 2026-07-31 09:59:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/katowice/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Katowice - TechnoSynth Instruments', 'page_metadata': None, 'price': '348.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/katowice/', 'vat_included': False} 2026-07-31 09:59:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/9/) 2026-07-31 09:59:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/9/) 2026-07-31 09:59:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/vibrazum-v2/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Vibrazum V2 - TechnoSynth Instruments', 'page_metadata': None, 'price': '330.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/vibrazum-v2/', 'vat_included': False} 2026-07-31 09:59:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/9/) 2026-07-31 09:59:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/punch-v3/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'PUNCH V3 - TechnoSynth Instruments', 'page_metadata': None, 'price': '349.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/punch-v3/', 'vat_included': False} 2026-07-31 09:59:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/10/) 2026-07-31 09:59:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/10/) 2026-07-31 09:59:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/euclidean-circles-v2/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Euclidean Circles V2 - TechnoSynth Instruments', 'page_metadata': None, 'price': '442.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/euclidean-circles-v2/', 'vat_included': False} 2026-07-31 09:59:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/10/) 2026-07-31 09:59:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/instrument-interface-v2/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Instrument Interface V2 - TechnoSynth Instruments', 'page_metadata': None, 'price': '369.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/instrument-interface-v2/', 'vat_included': False} 2026-07-31 09:59:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/10/) 2026-07-31 09:59:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/quad-drum-voice/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Quad Drum Voice - TechnoSynth Instruments', 'page_metadata': None, 'price': '542.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/quad-drum-voice/', 'vat_included': False} 2026-07-31 09:59:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/11/) 2026-07-31 10:00:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/11/) 2026-07-31 10:00:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/polygogo/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'polygogo - TechnoSynth Instruments', 'page_metadata': None, 'price': '845.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/polygogo/', 'vat_included': False} 2026-07-31 10:00:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/11/) 2026-07-31 10:00:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/pico-drive/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Pico Drive - TechnoSynth Instruments', 'page_metadata': None, 'price': '150.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/pico-drive/', 'vat_included': False} 2026-07-31 10:00:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/12/) 2026-07-31 10:00:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/12/) 2026-07-31 10:00:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/hihats-a/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'HiHats A - TechnoSynth Instruments', 'page_metadata': None, 'price': '306.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/hihats-a/', 'vat_included': False} 2026-07-31 10:00:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/12/) 2026-07-31 10:00:42 [scrapy.extensions.logstats] INFO: Crawled 49 pages (at 13 pages/min), scraped 34 items (at 9 items/min) 2026-07-31 10:02:22 [scrapy.extensions.logstats] INFO: Crawled 49 pages (at 0 pages/min), scraped 34 items (at 0 items/min) 2026-07-31 10:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/pico-vco-2/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Pico VCO2 - TechnoSynth Instruments', 'page_metadata': None, 'price': '165.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/pico-vco-2/', 'vat_included': False} 2026-07-31 10:02:44 [scrapy.extensions.logstats] INFO: Crawled 49 pages (at 0 pages/min), scraped 35 items (at 1 items/min) 2026-07-31 10:02:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/13/) 2026-07-31 10:02:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/13/) 2026-07-31 10:04:41 [scrapy.extensions.logstats] INFO: Crawled 51 pages (at 2 pages/min), scraped 35 items (at 0 items/min) 2026-07-31 10:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/samara2/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Samara II - TechnoSynth Instruments', 'page_metadata': None, 'price': '255.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/samara2/', 'vat_included': False} 2026-07-31 10:04:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/13/) 2026-07-31 10:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/caltrans/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'CalTrans - TechnoSynth Instruments', 'page_metadata': None, 'price': '251.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/caltrans/', 'vat_included': False} 2026-07-31 10:04:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/14/) 2026-07-31 10:05:58 [scrapy.extensions.logstats] INFO: Crawled 53 pages (at 2 pages/min), scraped 37 items (at 2 items/min) 2026-07-31 10:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/mir/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'MIR - TechnoSynth Instruments', 'page_metadata': None, 'price': '318.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/mir/', 'vat_included': False} 2026-07-31 10:05:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/14/) 2026-07-31 10:05:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/14/) 2026-07-31 10:06:50 [scrapy.extensions.logstats] INFO: Crawled 55 pages (at 2 pages/min), scraped 38 items (at 1 items/min) 2026-07-31 10:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/add-2/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Add 2 - TechnoSynth Instruments', 'page_metadata': None, 'price': '102.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/add-2/', 'vat_included': False} 2026-07-31 10:07:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/14/) 2026-07-31 10:07:36 [scrapy.extensions.logstats] INFO: Crawled 56 pages (at 1 pages/min), scraped 39 items (at 1 items/min) 2026-07-31 10:07:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/quiet/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Quiet - TechnoSynth Instruments', 'page_metadata': None, 'price': '198.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/quiet/', 'vat_included': False} 2026-07-31 10:07:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/14/) 2026-07-31 10:07:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/15/) 2026-07-31 10:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/fumana/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Fumana - TechnoSynth Instruments', 'page_metadata': None, 'price': '1359.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/fumana/', 'vat_included': False} 2026-07-31 10:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/switch-4/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Switch 4 - TechnoSynth Instruments', 'page_metadata': None, 'price': '154.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/switch-4/', 'vat_included': False} 2026-07-31 10:08:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/15/) 2026-07-31 10:08:28 [scrapy.extensions.logstats] INFO: Crawled 59 pages (at 3 pages/min), scraped 42 items (at 3 items/min) 2026-07-31 10:08:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/15/) 2026-07-31 10:11:33 [scrapy.extensions.logstats] INFO: Crawled 60 pages (at 1 pages/min), scraped 42 items (at 0 items/min) 2026-07-31 10:11:35 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://technosynth.com/en/produit/sapel/ took longer than 180.0 seconds.. 2026-07-31 10:11:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/buff/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Buff - TechnoSynth Instruments', 'page_metadata': None, 'price': '174.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/buff/', 'vat_included': False} 2026-07-31 10:11:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/16/) 2026-07-31 10:11:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/16/) 2026-07-31 10:11:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/hermod-copie-black/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Hermod (Black) - TechnoSynth Instruments', 'page_metadata': None, 'price': '674.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/hermod-copie-black/', 'vat_included': False} 2026-07-31 10:11:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/furthrrrr-generator-black/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Furthrrrr Generator_BLCK - TechnoSynth Instruments', 'page_metadata': None, 'price': '995.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/furthrrrr-generator-black/', 'vat_included': False} 2026-07-31 10:11:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/16/) 2026-07-31 10:11:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/16/) 2026-07-31 10:11:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/warna-ii/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Warna II - TechnoSynth Instruments', 'page_metadata': None, 'price': '128.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/warna-ii/', 'vat_included': False} 2026-07-31 10:11:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/16/) 2026-07-31 10:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/mixwitch/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Mixwitch - TechnoSynth Instruments', 'page_metadata': None, 'price': '206.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/mixwitch/', 'vat_included': False} 2026-07-31 10:11:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/17/) 2026-07-31 10:12:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/17/) 2026-07-31 10:15:19 [scrapy.extensions.logstats] INFO: Crawled 67 pages (at 7 pages/min), scraped 47 items (at 5 items/min) 2026-07-31 10:15:19 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://technosynth.com/en/produit/t-wrex/ took longer than 180.0 seconds.. 2026-07-31 10:15:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/pico-switch/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Pico Switch - TechnoSynth Instruments', 'page_metadata': None, 'price': '62.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/pico-switch/', 'vat_included': False} 2026-07-31 10:15:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/18/) 2026-07-31 10:15:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/18/) 2026-07-31 10:15:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/rails-126hp-silver/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Rails 126hp (Silver) - TechnoSynth Instruments', 'page_metadata': None, 'price': '84.00', 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/rails-126hp-silver/', 'vat_included': False} 2026-07-31 10:15:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/18/) 2026-07-31 10:15:26 [scrapy.extensions.logstats] INFO: Crawled 70 pages (at 3 pages/min), scraped 49 items (at 2 items/min) 2026-07-31 10:15:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/19/) 2026-07-31 10:15:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/rails-104hp-silver/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Rails 104hp (Silver) - TechnoSynth Instruments', 'page_metadata': None, 'price': '68.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/rails-104hp-silver/', 'vat_included': False} 2026-07-31 10:15:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/19/) 2026-07-31 10:17:26 [scrapy.extensions.logstats] INFO: Crawled 72 pages (at 2 pages/min), scraped 50 items (at 1 items/min) 2026-07-31 10:17:26 [scrapy.core.engine] INFO: Closing spider (closespider_timeout) 2026-07-31 10:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/kamieniec/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Kamieniec - TechnoSynth Instruments', 'page_metadata': None, 'price': '373.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/kamieniec/', 'vat_included': False} 2026-07-31 10:17:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/19/) 2026-07-31 10:17:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://technosynth.com/en/product-category/eurorack-en/page/20/) 2026-07-31 10:19:44 [scrapy.extensions.logstats] INFO: Crawled 74 pages (at 2 pages/min), scraped 51 items (at 1 items/min) 2026-07-31 10:19:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://technosynth.com/en/produit/rampage/> {'batch_id': '2532', 'currency_code': 'CAD', 'html': None, 'is_used': False, 'name': 'Rampage - TechnoSynth Instruments', 'page_metadata': None, 'price': '460.00', 'ships_from_region': 'CA', 'stock_status': 0, 'store_code': 'technosynth', 'url': 'https://technosynth.com/en/produit/rampage/', 'vat_included': False} 2026-07-31 10:19:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): wigglehunt.com:443 2026-07-31 10:19:51 [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-31 10:20:57 [urllib3.connectionpool] DEBUG: https://wigglehunt.com:443 "GET /api/v1/_ingest-complete?store_code=technosynth&batch_id=2532 HTTP/1.1" 504 641 2026-07-31 10:21:42 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/exception_count': 5, 'downloader/exception_type_count/twisted.internet.error.TimeoutError': 5, 'downloader/request_bytes': 39248, 'downloader/request_count': 81, 'downloader/request_method_count/GET': 81, 'downloader/response_bytes': 5730858, 'downloader/response_count': 76, 'downloader/response_status_count/200': 74, 'downloader/response_status_count/301': 2, 'elapsed_time_seconds': 3846.404208, 'finish_reason': 'closespider_timeout', 'finish_time': datetime.datetime(2026, 7, 31, 10, 21, 31, 476963), 'httpcompression/response_bytes': 33973808, 'httpcompression/response_count': 74, 'item_scraped_count': 52, 'log_count/DEBUG': 136, 'log_count/INFO': 46, 'log_count/WARNING': 2, 'memusage/max': 118890496, 'memusage/startup': 58753024, 'request_depth_max': 21, 'response_received_count': 74, 'retry/count': 5, 'retry/reason_count/twisted.internet.error.TimeoutError': 5, 'robotstxt/request_count': 1, 'robotstxt/response_count': 1, 'robotstxt/response_status_count/200': 1, 'scheduler/dequeued': 79, 'scheduler/dequeued/memory': 79, 'scheduler/enqueued': 343, 'scheduler/enqueued/memory': 343, 'start_time': datetime.datetime(2026, 7, 31, 9, 17, 25, 72755)} 2026-07-31 10:21:43 [scrapy.core.engine] INFO: Spider closed (closespider_timeout)