2023-01-23 13:19:48 [scrapy.utils.log] INFO: Scrapy 2.5.0 started (bot: modularspiders) 2023-01-23 13:19:48 [scrapy.utils.log] INFO: Versions: lxml 4.6.3.0, libxml2 2.9.10, cssselect 1.1.0, parsel 1.6.0, w3lib 1.21.0, Twisted 21.2.0, Python 3.6.9 (default, Apr 18 2020, 01:56:04) - [GCC 8.4.0], pyOpenSSL 20.0.1 (OpenSSL 1.1.1k 25 Mar 2021), cryptography 3.4.7, Platform Linux-4.15.0-108-generic-x86_64-with-Ubuntu-18.04-bionic 2023-01-23 13:19:48 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.epollreactor.EPollReactor 2023-01-23 13:19:48 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'modularspiders', 'LOG_FILE': 'logs/default/modulargrid/17c45a3499ad11edab900242ac110018.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)'} 2023-01-23 13:19:48 [scrapy.extensions.telnet] INFO: Telnet Password: 943e4aa758c2281b 2023-01-23 13:19:48 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.logstats.LogStats'] 2023-01-23 13:19:48 [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'] 2023-01-23 13:19:48 [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'] 2023-01-23 13:19:48 [scrapy.middleware] INFO: Enabled item pipelines: ['modularspiders.pipelines.MinimumViableItemPipeline', 'modularspiders.pipelines.RedisExporter', 'modularspiders.pipelines.BulkStoreUpdate'] 2023-01-23 13:19:48 [scrapy.core.engine] INFO: Spider opened 2023-01-23 13:19:48 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2023-01-23 13:19:48 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6025 2023-01-23 13:19:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2023-01-23 13:19:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Bastl Instruments Skis II', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746987', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Grayscale x0x heart Eurorack Module', 'price': 275.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746986', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Flame CHORD MACHINE 2 (2017)', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746985', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Beads', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746984', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-151', 'price': 45.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/717766', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Scan & Pan', 'price': 330.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746972', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ALM Busy Circuits ALM016 - PE-1', 'price': 70.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/729426', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Ensemble Oscillator (Black Panel)', 'price': 270.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746960', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Steady State Fate DPLR', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746983', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Grayscale Synapse', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746970', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-167', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746968', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Zularic Repetitor', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746964', 'vat_included': False} 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black LPG', 'price': 145.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746974', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Mimetic Sequent', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746953', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Tirana II', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746961', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Joranalogue Audio Design Add 2', 'price': 50.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746958', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Miau Modular TimeDiv', 'price': 40.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746959', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Spherical Wavetable Navigator ', 'price': 470.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746957', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Quadratt 1U', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746956', 'vat_included': False} 2023-01-23 13:19:50 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ALM Busy Circuits ALM010 - O/A/x2', 'price': 60.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746955', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Tallin', 'price': 110.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743946', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Kamieniec', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746954', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-182-1', 'price': 40.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/698861', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Nonlinearcircuits Triad (1st run w. Yellow panel)', 'price': 199.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746952', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Instruō saïch', 'price': 430.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/731297', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Stages', 'price': 490.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/734943', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Braids (2015)', 'price': 340.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/736338', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot detect currency type: $ Expert Sleepers Disting mk2 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Rings', 'price': 390.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746949', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Ripples (2020)', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/733486', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Ripples', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739279', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Red Dragon', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746951', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Odessa', 'price': 430.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/709628', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Belgrad', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746950', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot detect currency type: $ WMD Micro Hadron Collider (uHC) 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'CHF', 'is_used': True, 'name': 'Pittsburgh Modular Lifeforms SV-1', 'price': '48000', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745189', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ALM Busy Circuits PPEXP2', 'price': 55.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746948', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Braids (2015) 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Electrosmith 2144 LPF', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/701956', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Dual Looping Delay', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/720425', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Error Instruments Loopman', 'price': 275.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746947', 'vat_included': False} 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Soleo Vero', 'price': 235.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746975', 'vat_included': False} 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Neutron Sound Orgone Accumulator DIY', 'price': 150.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746976', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'AnalogFX VXC-2220 - V0.0 - 10-Band Vocoder', 'price': 370.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746946', 'vat_included': False} 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mindphaser', 'price': 875.0, 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744987', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Frap Tools 333', 'price': 70.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738517', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Shakmat Modular Four Bricks Rook', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741367', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio Z-DSP (NS)', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746890', 'vat_included': False} 2023-01-23 13:19:51 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Klavis CalTrans', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737715', 'vat_included': False} 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Audio Damage ADM21 Aeverb Mk2', 'price': 299.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746897', 'vat_included': False} 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Chord v2', 'price': 225.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746898', 'vat_included': False} 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Steady State Fate Entity Bass Drum Synthesizer', 'price': 269.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746889', 'vat_included': False} 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp VCA', 'price': 90.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746899', 'vat_included': False} 2023-01-23 13:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Outs', 'price': 140.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746900', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Xaoc Devices Zadar', 'price': 370.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746901', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Mimetic Digitalis (Black)', 'price': 208.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746902', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Steppy 1U', 'price': 180.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746903', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Toppobrillo Multifilter 2 (Silver Panel)', 'price': 220.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746783', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Quadrax', 'price': 276.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746784', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Doepfer A-185-2', 'price': 100.0, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746774', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'brownshoesonly Crossfade', 'price': 250.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746786', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'brownshoesonly Crossfade', 'price': 250.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746788', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Quadrax', 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746789', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Tune', 'price': 85.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746524', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'LZX Industries Castle 010 Clock VCO', 'price': 135.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746790', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Livewire Electronics Audio Frequency Generator (AFG)', 'price': 400.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746523', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Steady State Fate Mini Slew', 'price': 150.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/618129', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Headphones 1U', 'price': 55.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746773', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'LZX Industries Castle 010 Clock VCO', 'price': 135.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746791', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Ears', 'price': 85.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746787', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Golden Master 1U (black)', 'price': 199.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746792', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'WMD Geiger Counter', 'price': 384.95, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746793', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Behringer SYSTEM 100 172 PHASE SHIFTER/AUDIO DELAY/GATE DELAY/LFO', 'price': 80.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746795', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Morgasmatron', 'price': 280.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746794', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Clep Diaz (Black w/ Jacks & LEDS)', 'price': 95.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746785', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Nano Rand v2', 'price': 165.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746796', 'vat_included': False} 2023-01-23 13:19:52 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Expert Sleepers ES-5 mk3', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746772', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Make Noise QMMG', 'price': 2200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746797', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Patching Panda Vibrazum v2', 'price': 215.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746798', 'vat_included': False} 2023-01-23 13:19:52 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Error Instruments Orgone Drum Cloudbusting 2', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/718277', 'vat_included': False} 2023-01-23 13:19:52 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WORNG Electronics Vector Space', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/680726', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Switch', 'price': 70.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746799', 'vat_included': False} 2023-01-23 13:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Running Order (black)', 'price': 119.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746800', 'vat_included': False} 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Lapsus Os (Black)', 'price': 120.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746801', 'vat_included': False} 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Ritual Electronics Anima', 'price': 215.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746802', 'vat_included': False} 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'ACL VC AMP MIX', 'price': 330.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746803', 'vat_included': False} 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Pittsburgh Modular Lifeforms Mod Tools', 'price': 70.11, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746775', 'vat_included': False} 2023-01-23 13:19:53 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Seca Ruina', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744785', 'vat_included': False} 2023-01-23 13:19:53 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Pico MODulator', 'price': 85.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/725820', 'vat_included': False} 2023-01-23 13:19:53 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Basimilus Iteritas Alter (black)', 'price': 290.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746662', 'vat_included': False} 2023-01-23 13:19:53 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mannequins JUST FRIENDS (v2-Gold Clouds)', 'price': 650.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745995', 'vat_included': False} 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'WMD Javelin', 'price': 250.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746674', 'vat_included': False} 2023-01-23 13:19:53 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Malekko Heavy Industry NOISE', 'price': 65.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/700609', 'vat_included': False} 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'vpme.de ZeroScope', 'price': 115.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746675', 'vat_included': False} 2023-01-23 13:19:53 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-138s', 'price': 60.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746661', 'vat_included': False} 2023-01-23 13:19:53 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio ZVERB (BLACK)', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746660', 'vat_included': False} 2023-01-23 13:19:53 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Michigan Synth Works Plancks II (Black)', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746659', 'vat_included': False} 2023-01-23 13:19:53 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:53 [scrapy.core.scraper] WARNING: Dropped: Missing price from modulargrid: https://www.modulargrid.net/e/offers/view/746658 {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'After Later Audio Typhoon', 'price': 0.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746658', 'vat_included': False} 2023-01-23 13:19:53 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Expert Sleepers disting EX', 'price': 345.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/589297', 'vat_included': False} 2023-01-23 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'LZX Industries Cadet VI Fader', 'price': 70.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746676', 'vat_included': False} 2023-01-23 13:19:53 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC 2023-01-23 13:19:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers) 2023-01-23 13:19:54 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Instruō Harmonaig', 'price': 360.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746657', 'vat_included': False} 2023-01-23 13:19:54 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Wavetable VCO', 'price': 210.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746656', 'vat_included': False} 2023-01-23 13:19:54 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Studio Electronics QUADNIC', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/726277', 'vat_included': False} 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'WMD CRATER', 'price': 230.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746677', 'vat_included': False} 2023-01-23 13:19:54 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Doepfer A-124 SE', 'price': 46.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741354', 'vat_included': False} 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Make Noise XOH', 'price': 90.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746678', 'vat_included': False} 2023-01-23 13:19:54 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ADDAC System ADDAC112 Controls', 'price': 530.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/698902', 'vat_included': False} 2023-01-23 13:19:54 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Aqa Elektrix Dual SVF12 dB State Variable Filter VCF', 'price': 450.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/702596', 'vat_included': False} 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Joystick2', 'price': 180.0, 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/717266', 'vat_included': False} 2023-01-23 13:19:54 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Clatters Garden Listener', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746655', 'vat_included': False} 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Stereo Line In 1U', 'price': 40.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746679', 'vat_included': False} 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Tides', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746680', 'vat_included': False} 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Xaoc Devices Batumi', 'price': 292.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746682', 'vat_included': False} 2023-01-23 13:19:54 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'CalSynth Typhoon (aka Cell)', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746654', 'vat_included': False} 2023-01-23 13:19:54 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Joranalogue Audio Design Filter 8', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746653', 'vat_included': False} 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Atlantis', 'price': 490.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746681', 'vat_included': False} 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Xaoc Devices Zadar', 'price': 385.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746683', 'vat_included': False} 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Endorphin.es Ground Control (black)', 'price': 623.24, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746526', 'vat_included': False} 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Endorphin.es Grand Terminal (black)', 'price': 428.48, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746528', 'vat_included': False} 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Endorphin.es Furthrrrr Generator (golden)', 'price': 584.29, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746529', 'vat_included': False} 2023-01-23 13:19:54 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio ECHOZ (BLACK)', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/733412', 'vat_included': False} 2023-01-23 13:19:54 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Behringer sequential switch 962', 'price': 30.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746525', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Happy Nerding TriTone', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746522', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Rotating Clock Divider V2', 'price': 105.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/714442', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Batumi', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746521', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Multi-Envelope', 'price': 350.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746520', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Behringer Brains', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746519', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio BD808', 'price': 60.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/717817', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio SD909', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/689653', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot detect currency type: $ WMD Fracture (Black) 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise QPAS', 'price': 340.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746518', 'vat_included': False} 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Rings', 'price': 450.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746556', 'vat_included': False} 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Horologic Solum (Black)', 'price': 90.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746557', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ADDAC System ADDAC216', 'price': 95.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737908', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Expert Sleepers Disting mk4', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746517', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WMD TRSHMSTR (Black)', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746516', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio BD909', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746515', 'vat_included': False} 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Dual ADSR', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746560', 'vat_included': False} 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Ripples', 'price': 250.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746561', 'vat_included': False} 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Cursus Iteritas', 'price': 330.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746563', 'vat_included': False} 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Marbles', 'price': 550.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746562', 'vat_included': False} 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Shuttle Control (golden)', 'price': 437.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746566', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Plonk', 'price': 270.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746514', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Braids (2015)', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746513', 'vat_included': False} 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Beads', 'price': 375.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746565', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Stages', 'price': 480.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746511', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-190-3', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746512', 'vat_included': False} 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mannequins JUST FRIENDS (v2-Gold Clouds)', 'price': 750.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746567', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Clouds', 'price': 270.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746509', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Steady State Fate DPLR', 'price': 159.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746510', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Futureretro Transient Plus', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740956', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'SOMA Laboratory Lyra8-FX', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746508', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Złob Diode Chaos', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746507', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Koszalin', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745000', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tokyo Tape Music Center TOKYO GATE', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/726236', 'vat_included': False} 2023-01-23 13:19:55 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Roland SYSTEM-500 572', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/716067', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Shakmat Modular Bard Quartet', 'price': 330.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742269', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ACL Dual State Variable VCF', 'price': 430.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/717579', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tokyo Tape Music Center Dual Sine Sawtooth Generator Model 158 ' 'REV2.0 ', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746506', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tokyo Tape Music Center Dual Square Wave Generator Model 144', 'price': 350.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746505', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Making Sound Machines Tausend dB', 'price': 110.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746492', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Make Noise Telharmonic', 'price': 280.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746473', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'CG Products XR22 VCO FT', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746472', 'vat_included': False} 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mannequins COLD MAC', 'price': 525.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746488', 'vat_included': False} 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mannequins JUST FRIENDS', 'price': 725.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746489', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Echophon', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/709480', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Sputnik Modular EF / Preamp', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/709477', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'STG Soundlabs Post-Lawsuit Lowpass Filter', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/709481', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Complex Oscillator', 'price': 720.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/721577', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Cwejman MMF-1S', 'price': 1100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/733877', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot detect currency type: $ Joranalogue Audio Design Mix 3 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] WARNING: Dropped: Missing price from modulargrid: https://www.modulargrid.net/e/offers/view/746471 {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': "Orthogonal Devices ER-301: Sound Computer (People's Choice)", 'price': 0.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746471', 'vat_included': False} 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Beads', 'price': 340.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746490', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'After Later Audio Pachinko', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746470', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Copper Traces Seek', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746469', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Batumi', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746466', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'After Later Audio Typhoon (white)', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746000', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek MKC4 aluminium', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695908', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "СЛИМИКС-4" mixer unit black', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695904', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "СЛИМИКС-6" mixer unit black', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/543804', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "РЗРВ" black 1U', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/471930', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "Пуск-1" Black', 'price': 70.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/283212', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek ТАКТОМЕR-2д', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/228604', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek ДИУ-1об black', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/227054', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek ТАКТОМЕR-2c black', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/227053', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek ДИУ-3к', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/226153', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "ДИУ-1" БО aluminium', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/226123', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek ТАКТОМЕR-2c aluminium', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/226116', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Befaco Burst', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745999', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot detect currency type: $ Noise Engineering Loquelic Iteritas 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise QMMG (Blue/White Knobs)', 'price': 2000.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746468', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise QMMG (Black & Gold)', 'price': 2000.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746467', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Nonlinearcircuits 1U Sloth Chaos', 'price': 45.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746465', 'vat_included': False} 2023-01-23 13:19:56 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Steppy 1U', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746464', 'vat_included': False} 2023-01-23 13:19:57 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-130-8', 'price': 65.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740415', 'vat_included': False} 2023-01-23 13:19:57 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Instruō Harmonaig', 'price': 375.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746463', 'vat_included': False} 2023-01-23 13:19:57 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'G-Storm Electro XaVCF', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746462', 'vat_included': False} 2023-01-23 13:19:57 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise QMMG', 'price': 2000.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746461', 'vat_included': False} 2023-01-23 13:19:57 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Loquelic Iteritas (Black with Hardware)', 'price': 275.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740157', 'vat_included': False} 2023-01-23 13:19:57 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Sequencer', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746460', 'vat_included': False} 2023-01-23 13:19:57 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc 2023-01-23 13:19:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:2/sort:Offer.modified/direction:DESC) 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'LZX Industries Pendulum', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746435', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'LZX Industries Curtain', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746436', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'LZX Industries Passage', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746437', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'LZX Industries Bridge', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746439', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'LZX Industries Staircase', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746434', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Joranalogue Audio Design Add 2', 'price': 45.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746458', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Tirana II', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746457', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Rings', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746456', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Mutable instruments Clouds', 'price': 300.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740776', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Mutable instruments Plaits', 'price': 275.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740774', 'vat_included': False} 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'AUD', 'is_used': True, 'name': 'Tiptop Audio Fold Processor', 'price': 130.75, 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746442', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot detect currency type: $ 2hp Pluck 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'AUD', 'is_used': True, 'name': 'Abstract Data ADE-33 Event Boss', 'price': 141.65, 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746443', 'vat_included': False} 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'AUD', 'is_used': True, 'name': 'Intellijel Dixie II+', 'price': 181.6, 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746444', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Stereo Delay', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739289', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'PT Audio Dual Digital Oscillator', 'price': 110.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738668', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Pingable Envelope Generator', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738633', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Octasource', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/736679', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Frequency Central Infinitely Maybe', 'price': 95.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/734462', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Blue Lantern Modules BLM Gleba', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/734461', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'SetonixSynth Marsupial', 'price': 115.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/734424', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Malekko Heavy Industry Varigate 4+ (Black)', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746440', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Industrial Music Electronics Hertz Donut Mk2', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746438', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Zadar', 'price': 290.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744536', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Kamieniec', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746433', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Syntax CVGT1', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746431', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Shakmat Modular Dual Dagger', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746430', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Quantus Ampla', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737672', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Rossum Electro-Music Linnaeus', 'price': 390.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746429', 'vat_included': False} 2023-01-23 13:19:58 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-110-2', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745404', 'vat_included': False} 2023-01-23 13:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Xaoc Devices Hrad', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746380', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Xaoc Devices Praga', 'price': 450.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746381', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Xaoc Devices Praga', 'price': 450.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746382', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths CLAP', 'price': 135.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746383', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp MMF (Black Panel)', 'price': 90.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746384', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Stereo Line Out 1U', 'price': 35.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746385', 'vat_included': False} 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Instruō Harmonaig', 'price': 360.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746373', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Xaoc Devices Praga', 'price': 465.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746388', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'DivKid Mutes', 'price': 123.5, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746305', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Eurorack Hardware AMIX', 'price': 50.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746306', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Two Of Cups (black)', 'price': 169.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746307', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Surface', 'price': 249.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746308', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Frap Tools BRENSO', 'price': 590.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746309', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Circuit Abbey AXIS', 'price': 165.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746310', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Clouds', 'price': 245.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746152', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Mix', 'price': 69.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746151', 'vat_included': False} 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Robaux 3PT', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746131', 'vat_included': False} 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': "Shakmat Modular Bishop's Miscellany", 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746130', 'vat_included': False} 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Sinc Defero', 'price': 75.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/732794', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Buff Mult 1U', 'price': 35.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746155', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black BBD', 'price': 215.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746156', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio Z-DSP', 'price': 400.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746157', 'vat_included': False} 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Braids (2015) 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Red Panel Model 180', 'price': 345.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744465', 'vat_included': False} 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Red Panel Model 110', 'price': 345.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744464', 'vat_included': False} 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Red Panel Model 156M', 'price': 270.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744463', 'vat_included': False} 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Red Panel Model 158', 'price': 490.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744462', 'vat_included': False} 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Audio I/O Jacks 1U', 'price': 10.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746129', 'vat_included': False} 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Stereo Line Out JACKS 1U', 'price': 10.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746128', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': 315.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746159', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Steady State Fate DETECT-Rx', 'price': 150.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746161', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Xaoc Devices Moskwa II', 'price': 385.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746160', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Loquelic Iteritas Percido ', 'price': 500.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746164', 'vat_included': False} 2023-01-23 13:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Loquelic Iteritas Percido (Black)', 'price': 500.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746127', 'vat_included': False} 2023-01-23 13:19:59 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel 4U x 62HP Palette Case Top Row SILVER (0.5U)', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744996', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-147 VCLFO', 'price': 45.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742817', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-148', 'price': 40.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743913', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Steady State Fate Tool-Box', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743910', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Midi-CV', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741244', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Sinc Bucina', 'price': 100.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746167', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Pluck', 'price': 100.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746168', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Tune', 'price': 100.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746169', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Brst', 'price': 60.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746170', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Intellijel Steppy', 'price': 170.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746125', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Qu-Bit Electronix Bloom', 'price': 250.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746124', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Instruō Harmonaig', 'price': 350.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746491', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': "ALM Busy Circuits ALM017 - Pamela's NEW Workout", 'price': 170.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746123', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Befaco Percall', 'price': 225.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746173', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio Z5000 VC Digital Multi-Effect', 'price': 165.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746172', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Befaco Noise Plethora', 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746174', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Instruō Tš-L v2', 'price': 250.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746175', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'SOMA Laboratory Lyra8-FX', 'price': 260.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746177', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': 275.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746176', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Befaco Percall', 'price': 225.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746122', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mordax DATA (BLACK)', 'price': 360.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746178', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Quad VCA', 'price': 150.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746179', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Beads', 'price': 350.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746180', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Clouds', 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746181', 'vat_included': False} 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Quad VCA', 'price': 160.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746182', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Endorphin.es Blck_Noir (black)', 'price': 325.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/716742', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot detect currency type: $ Tiptop Audio Z5000 VC Digital Multi-Effect 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Seq', 'price': 85.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746379', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Mutable instruments Kinks', 'price': 100.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746049', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Mixup', 'price': 75.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742660', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Outs', 'price': 110.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742661', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Steady State Fate Scale - Polarize - Offset (S.P.O)', 'price': 75.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/731633', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '1010 Music Bitbox Micro', 'price': 450.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746047', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Verbos Electronics Foundation Oscillator', 'price': 300.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746044', 'vat_included': False} 2023-01-23 13:20:00 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Doepfer A-151', 'price': 45.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746046', 'vat_included': False} 2023-01-23 13:20:01 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Doepfer A-184-1', 'price': 60.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746045', 'vat_included': False} 2023-01-23 13:20:01 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc 2023-01-23 13:20:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:3/sort:Offer.modified/direction:desc) 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Neutral Labs Scrat', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746043', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio ZVERB (WHITE)', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743911', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Neutral Labs Pip', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746041', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Pressure Points', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740955', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Neutral Labs Nijel', 'price': 105.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746042', 'vat_included': False} 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'WMD MSCL (Black Panel)', 'price': 230.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746063', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Kassutronics VCO 3340', 'price': 55.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/704664', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio BD909', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746040', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Qu-Bit Electronix Bloom', 'price': 295.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746039', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Endorphin.es Terminal', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/711460', 'vat_included': False} 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Viol Ruina', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746064', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Frames 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Cosmotronic Cosmix', 'price': 360.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746020', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot detect currency type: $ Endorphin.es Grand Terminal (black) 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Steady State Fate MMF', 'price': 199.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745996', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Sequence Selector', 'price': 399.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745998', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': "ALM Busy Circuits ALM017 - Pamela's NEW Workout", 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745997', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot detect currency type: $ Toppobrillo Quantimator 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Elements', 'price': 445.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740189', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Yarns', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740188', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Variatic Erumption', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737504', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot detect currency type: $ Synthesis Technology E300 Ultra VCO (black panel) 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mosaic Dual Linear VCA (White Panel)', 'price': 55.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/730372', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'EarthQuaker Devices Afterneath', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/729901', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Dreadbox WL Envelope', 'price': 50.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/711340', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot detect currency type: $ Tiptop Audio Forbidden Planet 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Peaks', 'price': 175.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745994', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Abstract Data ADE-32 Octocontroller', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745993', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ADDAC System ADDAC112 Controls', 'price': 460.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/731938', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Pittsburgh Modular Generator', 'price': 149.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/700493', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Extralife Instruments Super Sixteen (black panel)', 'price': 175.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/734947', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Nonlinearcircuits A Plague of Demons', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737718', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot detect currency type: $ Qu-Bit Electronix Chord v2 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Grids', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741760', 'vat_included': False} 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Unity (Black Panel)', 'price': 79.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745972', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Warps 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Mimeophon', 'price': 500.0, 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745960', 'vat_included': False} 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Numeric Repetitor', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745973', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Rene', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737263', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ALM Busy Circuits ALM023 - mmMidi', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745959', 'vat_included': False} 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Manis Iteritas (Black)', 'price': 305.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745975', 'vat_included': False} 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Xaoc Devices Zadar', 'price': 380.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745977', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Katowice', 'price': 195.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738525', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Ladik S-141 4-step seq – quantized ', 'price': 45.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740952', 'vat_included': False} 2023-01-23 13:20:02 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Make Noise QPAS', 'price': 299.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745925', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Takaab 3LFO', 'price': 38.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743993', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'dsp.coffee KALI', 'price': 350.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745928', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'New Systems Instruments Inertia', 'price': 315.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745929', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Acid Rain Technology Maestro', 'price': 350.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745846', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Befaco VCMC', 'price': 295.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745847', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ST Modular Karl', 'price': 94.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/638381', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ST Modular MULT', 'price': 35.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/638384', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-180-3', 'price': 34.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/638383', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-145-4V', 'price': 68.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/718566', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Mutable instruments Stages', 'price': 400.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745833', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Robaux LL8 2', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746154', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Befaco Stmix', 'price': 110.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745851', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Plog', 'price': 190.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745852', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'AUD', 'is_used': True, 'name': '2hp Pluck', 'price': 108.56, 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745834', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'AUD', 'is_used': True, 'name': 'Mutable instruments Links', 'price': 79.61, 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745835', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert Asia to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Asia'" 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot detect currency type: $ 2hp Delay 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert Asia to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Asia'" 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot detect currency type: $ 2hp Loop (Black Panel) 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'After Later Audio FILThy', 'price': 71.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/730185', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert Asia to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Asia'" 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot detect currency type: $ After Later Audio TILT 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert Asia to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Asia'" 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot detect currency type: $ Bastl Instruments ABC (Aluminum) 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert Asia to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Asia'" 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot detect currency type: $ Befaco Burst 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert Asia to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Asia'" 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot detect currency type: $ Befaco Spring Reverb 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert Asia to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Asia'" 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot detect currency type: $ Plum Audio 1uT_u - 4ROBOTS 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert Asia to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Asia'" 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot detect currency type: $ Bubblesound Instruments PAN 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert Asia to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Asia'" 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot detect currency type: $ Gezeiten Ultima Ratio 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Shakmat Modular Time Wizard', 'price': 125.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745832', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Nano Rand v2', 'price': 160.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745854', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '1010 Music BitBox MK1', 'price': 435.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745708', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Integra Solum', 'price': 215.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745709', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': 310.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745710', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'DivKid ochd', 'price': 175.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745711', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'OIIIAudio Transistor Ring Modulator', 'price': 85.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/698837', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Vermona Mono Lancet Modular Dock', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/697426', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Poly Effects Hector (Black Panel)', 'price': 449.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745715', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Mutable instruments Beads', 'price': 310.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745694', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot detect currency type: $ Qu-Bit Electronix Octone 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Joranalogue Audio Design Filter 8', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737724', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot detect currency type: $ Intellijel Azimuth II 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Ensemble Oscillator (Black Panel)', 'price': 295.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745693', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mutant Hot Glue', 'price': 320.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745692', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Pico ATTEN', 'price': 35.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/726837', 'vat_included': False} 2023-01-23 13:20:03 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mutant Machine (original colour)', 'price': 450.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745691', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Pedal I/O 1U', 'price': 69.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745716', 'vat_included': False} 2023-01-23 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Midi 1U', 'price': 195.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745717', 'vat_included': False} 2023-01-23 13:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Octone', 'price': 195.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745718', 'vat_included': False} 2023-01-23 13:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': 333.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745719', 'vat_included': False} 2023-01-23 13:20:04 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Befaco HexMix VCA', 'price': 219.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/736218', 'vat_included': False} 2023-01-23 13:20:04 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Befaco Sampling modulator', 'price': 145.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/728034', 'vat_included': False} 2023-01-23 13:20:04 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Peaks', 'price': 125.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/717827', 'vat_included': False} 2023-01-23 13:20:04 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Other/unknown Mutated Anookum', 'price': 259.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/678680', 'vat_included': False} 2023-01-23 13:20:04 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Michigan Synth Works Micro Temps_Utile', 'price': 139.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/717829', 'vat_included': False} 2023-01-23 13:20:04 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Instruō arbhar', 'price': 520.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737788', 'vat_included': False} 2023-01-23 13:20:04 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ALM Busy Circuits ALM017-EX - Pexp-1', 'price': 95.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744631', 'vat_included': False} 2023-01-23 13:20:04 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Peaks', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743492', 'vat_included': False} 2023-01-23 13:20:04 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Warps', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743493', 'vat_included': False} 2023-01-23 13:20:04 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc 2023-01-23 13:20:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:4/sort:Offer.modified/direction:desc) 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Metropolis', 'price': 350.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745584', 'vat_included': False} 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio Circadian Rhythms', 'price': 420.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745607', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Peaks 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': '4ms Company Quad Pingable LFO', 'price': 158.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745583', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'birdkids TheBateleur - Voltage Controlled Oscillator MKI', 'price': 375.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/736716', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mindphaser', 'price': 850.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745579', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Batumi', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745573', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Korb-Modular Folder', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/711469', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Shakmat Modular Mod Medusa', 'price': 270.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745572', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Mutable instruments Branches', 'price': 230.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745568', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Noise Engineering Numeric Repetitor', 'price': 170.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745571', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Endorphin.es Two Of Cups (silver)', 'price': 140.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745570', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Xaoc Devices Katowice', 'price': 180.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745569', 'vat_included': False} 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Pico LFO/S&H', 'price': 70.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745608', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Mutable instruments Plaits', 'price': 280.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745567', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Mutable instruments Veils (2020)', 'price': 220.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745566', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ADDAC System ADDAC305 Manual Latches', 'price': 105.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/700745', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp Kick', 'price': 96.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/701605', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ADDAC System ADDAC106 T-Noiseworks', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741359', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Frap Tools FUMANA', 'price': 800.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745512', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Qu-Bit Electronix Pulsar', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/677114', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Acid Rain Technology Constellation', 'price': 450.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744968', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot detect currency type: $ taktaktak Drumbo 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Veils (2020)', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745511', 'vat_included': False} 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot detect currency type: $ WMD Sequential Switch Matrix (SSM) 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot detect currency type: $ Happy Nerding 6x MIX 2023-01-23 13:20:05 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Sinc Bucina (Silver)', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745510', 'vat_included': False} 2023-01-23 13:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Rings', 'price': 345.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743703', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Make Noise Maths (white knobs)', 'price': 235.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/714540', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Steady State Fate Propagate', 'price': 260.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/714538', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Steady State Fate Mini Slew', 'price': 125.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/683150', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Azimuth II', 'price': 195.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/681369', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Nano Rand v2 (natural aluminum)', 'price': 180.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/714536', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio CYMBL909', 'price': 129.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738229', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio SD909', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738228', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio CP909', 'price': 60.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738227', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio BD909', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738225', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mutant Bassdrum', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745509', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Qu-Bit Electronix Surface', 'price': 210.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737713', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Praga', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745470', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Richter Wogglebug 2014', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745507', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Manhattan Analog Discrete SVVCF', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/617942', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Optomix rev2 2016', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745506', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Phonogene', 'price': 285.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745505', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Tempi', 'price': 210.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745504', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise MMG', 'price': 380.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745503', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Brains', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739151', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Expert Sleepers ES-8', 'price': 360.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/728906', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Synthesis Technology E350 Morphing Terrarium', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745486', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-106-6', 'price': 105.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745468', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-190-2', 'price': 45.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745403', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-138b', 'price': 35.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745405', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Kassutronics VCO 3340', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744993', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Spectral Multiband Resonator', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745469', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio MIX7', 'price': 59.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745485', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Metropolis', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745407', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Clouds', 'price': 275.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745414', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Michigan Synth Works m-Brane (6hp Mutable Yarns)', 'price': 152.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745415', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Veils (2020)', 'price': 410.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745416', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Warps', 'price': 320.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745417', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Stages', 'price': 600.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745418', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Marbles', 'price': 615.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745419', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Synthesis Technology E560 Deflector Shield', 'price': 275.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745421', 'vat_included': False} 2023-01-23 13:20:06 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Thonk Plinky', 'price': 500.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/702469', 'vat_included': False} 2023-01-23 13:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Wavetable VCO', 'price': 229.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745315', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Dual ADSR', 'price': 170.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745317', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Warps', 'price': 350.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745302', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Boredbrain Music Injectr', 'price': 199.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745321', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Befaco Kickall', 'price': 180.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745323', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Befaco Stmix', 'price': 120.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745324', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Double Bass', 'price': 120.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745326', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp ADSR', 'price': 70.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745327', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Steady State Fate DETECT-Rx', 'price': 130.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745328', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Pico Voice', 'price': 100.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745329', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Pittsburgh Modular Lifeforms Micro Sequence b', 'price': 175.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745610', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black CV Tools', 'price': 100.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745332', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'RYK Modular Vector Wave', 'price': 420.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745331', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Stereo Mixer V3', 'price': 110.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745334', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Pico MODulator', 'price': 90.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745335', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Quad VCA2', 'price': 150.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745336', 'vat_included': False} 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Qu-Bit Electronix Aurora', 'price': 350.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745301', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Pittsburgh Modular A Filter of Crows', 'price': 450.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745424', 'vat_included': False} 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Grids', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744997', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio MIXZ', 'price': 70.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745199', 'vat_included': False} 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Endorphin.es Two Of Cups (silver)', 'price': 140.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745190', 'vat_included': False} 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot detect currency type: $ Endorphin.es Queen of Pentacles (black) 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Braids (2015) 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'AJH Synth Mega-Phase 12', 'price': 275.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745187', 'vat_included': False} 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Amp & Tone', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745188', 'vat_included': False} 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'ALM Busy Circuits Jumble Henge', 'price': 140.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743938', 'vat_included': False} 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Make Noise Tempi', 'price': 150.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744443', 'vat_included': False} 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Dixie II+', 'price': 175.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745186', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Behringer Brains', 'price': 130.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745203', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Branches', 'price': 275.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745204', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Stereo Line In 1U', 'price': 80.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745206', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel DUAL VCA 1U', 'price': 90.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745207', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Switched Mult 1U', 'price': 35.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745606', 'vat_included': False} 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel DUAL VCA 1U', 'price': 90.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745208', 'vat_included': False} 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:07 [modulargrid] ERROR: Cannot detect currency type: $ Intellijel Plonk 2023-01-23 13:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Metasonix R-54 mk2', 'price': 1450.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745210', 'vat_included': False} 2023-01-23 13:20:07 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc 2023-01-23 13:20:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:5/sort:Offer.modified/direction:desc) 2023-01-23 13:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Verb', 'price': 110.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745211', 'vat_included': False} 2023-01-23 13:20:08 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ALM Busy Circuits ALM028 - Pip Slope (mk II)', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/651433', 'vat_included': False} 2023-01-23 13:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Hole DSP2', 'price': 148.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745202', 'vat_included': False} 2023-01-23 13:20:08 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-155v', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745075', 'vat_included': False} 2023-01-23 13:20:08 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-126-2', 'price': 375.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745066', 'vat_included': False} 2023-01-23 13:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Shakmat Modular Bard Quartet', 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745084', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Faselunare VEGA', 'price': 215.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/700489', 'vat_included': False} 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Instruō Ts-L', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745085', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'AJH Synth MiniMod Discrete Cascaded VCA "Dark Edition"', 'price': 175.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745065', 'vat_included': False} 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'STG Soundlabs Envelope Generator', 'price': 310.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745089', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Plaits', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745062', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mutant BD9 (original)', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745061', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'vpme.de trig31', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745060', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Grids', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745059', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Rotating Clock Divider V2', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745058', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Michigan Synth Works Pique 1.1, 4HP Peaks with optional CV control', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745057', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Norand Morphos ', 'price': 310.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745056', 'vat_included': False} 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Verbos Electronics Harmonic Oscillator', 'price': 600.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745093', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Dixie II+', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745055', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Michigan Synth Works Dust of Time', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745054', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp MIDI (Black Panel)', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745053', 'vat_included': False} 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Five12 Vector Sequencer', 'price': 610.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745095', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Instruō saïch', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745052', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Ziqal Dimension MK2', 'price': 285.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742908', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Flame VOCO[R]DER', 'price': 290.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737505', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Loquelic Iteritas', 'price': 275.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742904', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Behringer SYSTEM 100 112 DUAL VCO', 'price': 70.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745025', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Vult Feigen', 'price': 210.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/721020', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Foundation Oscillator', 'price': 380.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745020', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio BD909', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745018', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Electrosmith 2144 LPF', 'price': 70.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/689215', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ADDAC System ADDAC105 4 Voice Cluster', 'price': 65.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/655471', 'vat_included': False} 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Aurora', 'price': 325.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745029', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Ebashi Audio Triple LFO', 'price': 97.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745007', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'North Coast Synthesis MSK 008 Dual VC Octave Switch', 'price': 99.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745006', 'vat_included': False} 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Sputnik Modular Quad Function & Trigger Source', 'price': 350.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745030', 'vat_included': False} 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Sputnik Modular West Coast Random Source', 'price': 500.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745031', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Flame Curves', 'price': 530.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/716081', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Industrial Music Electronics Piston Honda Mk III', 'price': 520.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745005', 'vat_included': False} 2023-01-23 13:20:09 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Plasma Drive', 'price': 310.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745003', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Winter Modular Eloquencer', 'price': 460.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745002', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'L-1 Stereo Discrete Microcompressor', 'price': 315.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744172', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Eventide Euro DDL', 'price': 320.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/732978', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Maths (white knobs)', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744999', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Joranalogue Audio Design Contour 1', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744998', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot detect currency type: $ WMD Fracture (Black) 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Clouds', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744994', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Rings', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744990', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Manhattan Analog Steiner Synthasystem VCF', 'price': 110.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743264', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Streams', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743258', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Marbles', 'price': 390.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743256', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-171-2', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/731556', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Alright Devices Chronoblob', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744995', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Abstract Data ADE-33 Event Boss', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/713907', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-140', 'price': 50.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744992', 'vat_included': False} 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Pico SEQ', 'price': 88.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745090', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WMD Chimera (Black)', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744635', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Trogotronic m12 Detektor', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744637', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Befaco A*B+C', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741840', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Random*Source RING', 'price': 255.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741839', 'vat_included': False} 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': "Shakmat Modular Knight's Gallop", 'price': 165.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744976', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Clank Chaos', 'price': 500.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744967', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'AJH Synth GLIDE + NOISE (MK2)', 'price': 125.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/668959', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise LxD (Low Strike Duo)', 'price': 209.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744965', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Bizmuth Modular Bizmuth', 'price': 95.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/687442', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Weston Precision Audio B2 Kick Drum / Bass Voice', 'price': 245.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/703196', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Steady State Fate Mini Slew', 'price': 165.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/724773', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Grayscale Mutable Instruments Rings (Grayscale panel)', 'price': 199.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/733124', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise MATHS', 'price': 439.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744964', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-143-9', 'price': 65.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/681295', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-124', 'price': 75.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743215', 'vat_included': False} 2023-01-23 13:20:10 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'DinSync DrumDokta2', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/711468', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-141-2', 'price': 99.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744963', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Maths', 'price': 449.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744897', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Telharmonic', 'price': 319.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744896', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Beads', 'price': 350.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/731926', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Westlicht PER|FORMER', 'price': 375.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742770', 'vat_included': False} 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Noise Engineering Variatic Sequent', 'price': 69.73, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745586', 'vat_included': False} 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Sputnik Modular Valve Multiplier', 'price': 149.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744796', 'vat_included': False} 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Syntonie VU007B', 'price': 275.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744797', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WMD TRSHMSTR (Black)', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744787', 'vat_included': False} 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'LZX Industries Bridge', 'price': 250.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744799', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Moskwa', 'price': 199.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/402257', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ACL Multi Function Discrete VCO', 'price': 600.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744449', 'vat_included': False} 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio SD808', 'price': 99.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744806', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'TouellSkouarn Amplaer red Elektrek', 'price': 167.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/722950', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Doepfer A-113', 'price': 160.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739508', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Tiptop Audio Z4000 NS', 'price': 95.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740571', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Moog Music Inc. Moog Mother-32', 'price': 435.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743266', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Sample Drum', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744786', 'vat_included': False} 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'WYWS MS1010', 'price': 59.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744811', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Befaco Burst', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744636', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp AVert', 'price': 55.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744634', 'vat_included': False} 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Behringer Brains', 'price': 130.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744651', 'vat_included': False} 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Stereo Mixer V2', 'price': 60.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744652', 'vat_included': False} 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Pittsburgh Modular Structure 344 Utility Bridge', 'price': 950.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744653', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Instruō Cs-L', 'price': 475.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744633', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot detect currency type: $ AJH Synth MiniMod Discrete Cascaded VCA "Dark Edition" 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Noise Engineering Cursus Iteritas Percido', 'price': 410.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/700623', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ST Modular EFI', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737224', 'vat_included': False} 2023-01-23 13:20:11 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc 2023-01-23 13:20:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:6/sort:Offer.modified/direction:desc) 2023-01-23 13:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Beads', 'price': 345.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744658', 'vat_included': False} 2023-01-23 13:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio HATS909', 'price': 175.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744661', 'vat_included': False} 2023-01-23 13:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio SD909', 'price': 175.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744662', 'vat_included': False} 2023-01-23 13:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio BD909', 'price': 160.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744663', 'vat_included': False} 2023-01-23 13:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CHF', 'is_used': True, 'name': 'Random*Source Variable Q VCF Serge modular', 'price': '27000', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744629', 'vat_included': False} 2023-01-23 13:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Metropolis', 'price': 425.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744664', 'vat_included': False} 2023-01-23 13:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Shades', 'price': 150.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744671', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Fractio Solum', 'price': 110.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744669', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': 349.99, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744665', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'New Systems Instruments Quad Mid Side', 'price': 90.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744673', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Poly Effects Hector (Black Panel)', 'price': 575.93, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744639', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Toppobrillo MiniMix (Silver Panel)', 'price': 220.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744675', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Steady State Fate Autodyne', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739828', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio Z-DSP', 'price': 370.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743848', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Frequency Central Ultra Wave', 'price': 195.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695232', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Elements', 'price': 430.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/724717', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio Z8000', 'price': 240.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744540', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Korb-Modular FOLDER', 'price': 135.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/702717', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp Div (Black Panel)', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/700627', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'After Later Audio Popple', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/562360', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Pico Voice', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/688567', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Flame JOYREC', 'price': 125.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/688578', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Qu-Bit Electronix Chance (Black Panel)', 'price': 245.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/688579', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Pico DSP', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/688584', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Befaco Crush Delay v3', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/688586', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Numeric Repetitor', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/688595', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio ZVERB (BLACK)', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/688605', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Jellysquasher ', 'price': 285.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/688601', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert Europe (non EU) to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Europe (non EU)'" 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Pingable Envelope Generator', 'price': 130.0, 'ships_from_region': 'Europe (non EU)', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/716040', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Limaflo Motomouth', 'price': 195.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744558', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Wavetable VCO', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744170', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Happy Nerding FX AID XL_black', 'price': 275.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744561', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'After Later Audio Beehive (uPlaits)', 'price': 175.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744560', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Pico MScale', 'price': 45.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/700215', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Stereo Mixer V2', 'price': 70.0, 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744534', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Steppy', 'price': 220.0, 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744533', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'After Later Audio uBurst', 'price': 160.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744562', 'vat_included': False} 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Doepfer A-133-2', 'price': 75.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744559', 'vat_included': False} 2023-01-23 13:20:13 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Sacrament Modular THE CURSIBLE', 'price': 199.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/700542', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Pico Quant', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741315', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Grayscale uO_c (aluminum panel)', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744480', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'taktaktak Drumbo', 'price': 320.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744479', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot detect currency type: $ Qu-Bit Electronix Chord v2 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'ALM Busy Circuits Grey+Pink Pamela’s NEW Workout', 'price': 180.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744478', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'ALM Busy Circuits ALM017-EX - Pexp-1', 'price': 90.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744477', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Mutable instruments Peaks', 'price': 130.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744476', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Blood Cells Audio D.O.MIXX', 'price': 180.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744475', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-160-2', 'price': 70.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743945', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Sewastopol II', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743944', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-138nV', 'price': 45.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/733917', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Ritual Electronics Miasma', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/733916', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Korgasmatron II', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744474', 'vat_included': False} 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Bloom', 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744498', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Marbles', 'price': 399.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744473', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Red Panel Model 110', 'price': 345.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/718420', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-124 SE', 'price': 55.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/735415', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Oscillosaurus Rings', 'price': 160.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744472', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Noise Engineering Cursus Iteritas', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744471', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'WMD Crucible', 'price': 250.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744470', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'WMD Chimera (Black)', 'price': 250.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744469', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'WMD Kraken', 'price': 250.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744468', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Octasource', 'price': 210.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744467', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek MKC4 black', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695907', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek MKC4-stereo aluminium', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695906', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "СЛИМИКС-4" mixer unit aluminium', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695903', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek GЛИТЧ-1u black', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695902', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "MKC3-СТЕРЕО" 1u black', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695899', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "Чатель-6" Black', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/249632', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek ТАКТОМЕR-2д black', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/228605', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "РИТМИКС" aluminium', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/226136', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "ЛИУ-1с" black', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/226110', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Expert Sleepers ES-8', 'price': 480.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744461', 'vat_included': False} 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:14 [modulargrid] ERROR: Cannot detect currency type: $ Intellijel Dixie II+ 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-143-1', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744451', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Soundmachines LS1lightstrip', 'price': 70.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744448', 'vat_included': False} 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Desmodus Versio', 'price': 320.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744447', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company ROW POWER 30', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744446', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Instruō [1]f', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744442', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'RYK Modular Vector Wave', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744440', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': "God's Box Loose Fruit", 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743333', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Behringer multimode filter / resonator 1047', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743331', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Behringer OSCILLATOR MODULE 1004', 'price': 70.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743330', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Schippmann CS-8 ol VDL-6', 'price': 380.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/724840', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Schippmann CS-8 ol HDH-6', 'price': 430.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/724839', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Rossum Electro-Music Mob of Emus', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/724838', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'CG Products Noise VCA', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/724836', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'CG Products X', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/724835', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Steady State Fate DETECT-Rx', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/724834', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Zadar', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744439', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Bastl Instruments ABC - Black', 'price': 70.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739114', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Befaco Kickall', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744438', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Metropolis', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/725873', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Amplitude & Tone Controller', 'price': 600.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744343', 'vat_included': False} 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths HiHats D', 'price': 185.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744364', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ADDAC System ADDAC802 Quintet Mixing Console', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744342', 'vat_included': False} 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'birdkids UNICORN BOOM', 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744367', 'vat_included': False} 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Manhattan Analog VCA', 'price': 85.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744368', 'vat_included': False} 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio Z-DSP', 'price': 375.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744370', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Shakmat Modular Tessitura Tailor', 'price': 50.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744144', 'vat_included': False} 2023-01-23 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'XOR Electronics Nerdseq Black Aluminium Front', 'price': 585.16, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744351', 'vat_included': False} 2023-01-23 13:20:15 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc 2023-01-23 13:20:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:7/sort:Offer.modified/direction:desc) 2023-01-23 13:20:16 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:16 [modulargrid] ERROR: Cannot detect currency type: $ 2hp Euclid 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Acid Rain Technology Maestro', 'price': 340.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744282', 'vat_included': False} 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Data Bender', 'price': 340.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744283', 'vat_included': False} 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Nonlinearcircuits Timbre & Timbre', 'price': 100.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744285', 'vat_included': False} 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Bloom', 'price': 230.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744273', 'vat_included': False} 2023-01-23 13:20:16 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Endorphin.es Godspeed (black)', 'price': 180.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737823', 'vat_included': False} 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'After Later Audio Popple', 'price': 150.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744358', 'vat_included': False} 2023-01-23 13:20:16 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp ADSR', 'price': 75.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744173', 'vat_included': False} 2023-01-23 13:20:16 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Multi-FX 1U', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/717218', 'vat_included': False} 2023-01-23 13:20:16 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Dreadbox Eudemonia', 'price': 60.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744171', 'vat_included': False} 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Xaoc Devices Nin', 'price': 75.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744192', 'vat_included': False} 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Five12 Vector Sequencer', 'price': 660.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744361', 'vat_included': False} 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Synthesis Technology E355 Morphing Dual LFO', 'price': 245.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744193', 'vat_included': False} 2023-01-23 13:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Imitor Versio', 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744195', 'vat_included': False} 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Morgasmatron', 'price': 335.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744196', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Winter Plankton Zaps', 'price': 530.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744169', 'vat_included': False} 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Euclid', 'price': 70.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744199', 'vat_included': False} 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Output Module v2', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744197', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Antumbra uO_C', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744168', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Pusherman µO_C', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744167', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Conjured Circuits uO_c', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744166', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Grayscale uO_c (black panel)', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744165', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Neutron Sound uO_C (mini ornament&crime) Black&Gold', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744164', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Michigan Synth Works µO_C micro Ornament & Crime', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744163', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'CalSynth uO_C', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744162', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Rubicon II', 'price': 350.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744161', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Sylph Modular uO_c / micro Ornament and Crime', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744160', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise 0-Coast', 'price': 480.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744159', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise 0-CTRL', 'price': 460.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744158', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'AJH Synth Wave Swarm', 'price': 315.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744156', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Morgasmatron', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744155', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Moog Music Inc. DFAM - Drummer From Another Mother', 'price': 650.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744154', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise X-Pan', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744153', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-124 SE', 'price': 65.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744152', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Joranalogue Audio Design Mix 3', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744150', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Loquelic Iteritas (Black)', 'price': 340.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744149', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Winter Modular Eloquencer', 'price': 455.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744147', 'vat_included': False} 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': 275.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744200', 'vat_included': False} 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Music Thing Modular Magpie Custom: v2 Turing Machine', 'price': 666.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744146', 'vat_included': False} 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Zularic Repetitor', 'price': 189.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744201', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Klavis CalTrans', 'price': 125.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744145', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Instruō tanh[3]', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744143', 'vat_included': False} 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Golden Master (black)', 'price': 149.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744202', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Yarns', 'price': 239.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739573', 'vat_included': False} 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Frap Tools USTA', 'price': 590.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744142', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Brains', 'price': 270.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744141', 'vat_included': False} 2023-01-23 13:20:17 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Pressure Points', 'price': 270.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744140', 'vat_included': False} 2023-01-23 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'WMD SCLPL', 'price': 210.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744203', 'vat_included': False} 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Other/unknown Miasma from Sin Phi - Rampage Clone (Alternate Panel ' 'Black&Gold)', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744139', 'vat_included': False} 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio HATS808', 'price': 125.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744204', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot detect currency type: $ Black Corporation Deckard's Voice 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Doepfer A-137-1', 'price': 95.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744138', 'vat_included': False} 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Rene Mk2', 'price': 900.0, 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744038', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot detect currency type: $ Expert Sleepers Disting mk4 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Zularic Repetitor', 'price': 190.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744043', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot detect currency type: $ Qu-Bit Electronix Prism 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Instruō Harmonaig', 'price': 395.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744044', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot detect currency type: $ Erica Synths Pico SEQS 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Nonlinearcircuits Divide & Conquer', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/730803', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot detect currency type: $ Erica Synths Pico Logic 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Malekko Heavy Industry SND/RTN', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/726695', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-160', 'price': 50.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/726694', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Bastl Instruments Little Nerd', 'price': 95.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/726691', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-164-1', 'price': 45.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/716013', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ADDAC System ADDAC205 Dual Oscilloscope & AWG', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/715659', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot detect currency type: $ Erica Synths Pico ALOGIC 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Pico BBD', 'price': 115.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744045', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot detect currency type: $ Auza Wave Packets 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Ground Control (black)', 'price': 625.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744046', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'J3RK J3RK 291 Bandpass Filter (Clarke Panel)', 'price': 165.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743999', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Eowave Fluctuations Magnétiques', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741957', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'AMSynths AM8019 Athena VCA', 'price': 165.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743998', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Plaits 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot detect currency type: $ WMD MSCL (Black Panel) 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot detect currency type: $ WORNG Electronics LRMSMSLR (Black and gold panel) 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot detect currency type: $ Xaoc Devices Kamieniec 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Patching Panda Hatz v2 ', 'price': 190.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744049', 'vat_included': False} 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Rabid Elephant Natural Gate', 'price': 625.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743995', 'vat_included': False} 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Modbap Modular Osiris ', 'price': 319.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744050', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-111-6V', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743991', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ADDAC System ADDAC207', 'price': 329.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738579', 'vat_included': False} 2023-01-23 13:20:18 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ADDAC System ADDAC207 Intuitive Quantizer (black)', 'price': 329.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738578', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Expert Sleepers ES-4 SPDIF/CV Interface', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742453', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Shakmat Modular Four Bricks Rook', 'price': 235.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/731543', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'vpme.de QD - Quad Drum Voice', 'price': 330.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743990', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'XOR Electronics NerdSEQ CV16 Expander Black', 'price': 110.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741948', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'XOR Electronics Nerdseq - Trigger Expander Grey/silver', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743265', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Amplitude & Tone Controller', 'price': 666.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743960', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert Europe (non EU) to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Europe (non EU)'" 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Amplitude & Tone Controller', 'price': 700.0, 'ships_from_region': 'Europe (non EU)', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743949', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot detect currency type: $ Dreadbox Lil‘ Erebus 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert Europe (non EU) to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Europe (non EU)'" 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Malekko Heavy Industry Varigate 8+ (Black Panel)', 'price': 390.0, 'ships_from_region': 'Europe (non EU)', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738158', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black VCO2', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742457', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Voltage Multistage', 'price': 480.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743943', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Multi-Envelope', 'price': 360.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/716670', 'vat_included': False} 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Comp (Black Panel)', 'price': 100.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743965', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert Europe (non EU) to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Europe (non EU)'" 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp LFO v2', 'price': 55.0, 'ships_from_region': 'Europe (non EU)', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/733414', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert Europe (non EU) to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Europe (non EU)'" 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Kamieniec', 'price': 160.0, 'ships_from_region': 'Europe (non EU)', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/689230', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert Europe (non EU) to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Europe (non EU)'" 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Noise & Filter', 'price': 70.0, 'ships_from_region': 'Europe (non EU)', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/710620', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Pico Drive', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743942', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Make Noise Pressure Points', 'price': 180.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743941', 'vat_included': False} 2023-01-23 13:20:19 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc 2023-01-23 13:20:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:8/sort:Offer.modified/direction:desc) 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Strymon Magneto', 'price': 410.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743939', 'vat_included': False} 2023-01-23 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Endorphin.es Blck_Noir (black)', 'price': 428.34, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743950', 'vat_included': False} 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Instruō Lúbadh', 'price': 475.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742720', 'vat_included': False} 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Dual Four Pole', 'price': 330.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/707195', 'vat_included': False} 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot detect currency type: $ Schlappi Engineering Interstellar Radio 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': "God's Box Lollipop MK2", 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743937', 'vat_included': False} 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Other/unknown BENJOLIN', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740294', 'vat_included': False} 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Dixie II', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741783', 'vat_included': False} 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot detect currency type: $ Intellijel FSR 1U 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot detect currency type: $ WMD DVCA 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot detect currency type: $ After Later Audio BLEND 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Behringer multimode filter / resonator 1047', 'price': 95.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738677', 'vat_included': False} 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise MMG', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/724199', 'vat_included': False} 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Warps', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741314', 'vat_included': False} 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot detect currency type: $ Intellijel Quad VCA 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot detect currency type: $ Erica Synths Black Spring Reverb 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Zagrzeb', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743909', 'vat_included': False} 2023-01-23 13:20:20 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio RS808 (WHITE)', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743908', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Clouds', 'price': 290.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743907', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp Pluck', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743906', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp Rnd v2', 'price': 65.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743904', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot detect currency type: $ 2hp Rnd v2 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Mimetic Digitalis (Black)', 'price': 330.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743925', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Pico DSP', 'price': 125.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743926', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Flame VOCO[R]DER', 'price': 310.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/680804', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Bassline', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743903', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Rene', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743835', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Rossum Electro-Music ASSIMIL8OR', 'price': 930.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/724162', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Listen Four 1/4', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/727815', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Euclid', 'price': 70.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743854', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Pico MScale', 'price': 75.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743855', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Snare Drum', 'price': 140.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743856', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Rnd v2', 'price': 70.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743858', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'AUD', 'is_used': True, 'name': 'Erica Synths Black Dual EG/LFO', 'price': 169.02, 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743836', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'After Later Audio Threads 1U', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743860', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'nw2s nw2s::o16 (balanced)', 'price': 340.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743859', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Reap Swiss Army Mixer', 'price': 75.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743722', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Marbles', 'price': 615.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743721', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743723', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mannequins JUST FRIENDS (v2-Gold Clouds)', 'price': 830.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743727', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Verbos Electronics Dual Four Pole', 'price': 405.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743730', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Cwejman VC-SC', 'price': 1120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743704', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'After Later Audio Bog', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743733', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'After Later Audio Steps 1U', 'price': 99.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743739', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Ritual Electronics Krach', 'price': 79.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743547', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Acid Rain Technology Maestro', 'price': 375.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743550', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Mix', 'price': 75.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743551', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ph modular Mixer STEREO', 'price': 50.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743515', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Cwejman AP-1 MK2 (Eggshell white)', 'price': 1250.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743552', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'WMD Fracture (Black)', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743513', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WMD Fracture', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743509', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Ritual Electronics Altar', 'price': 225.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743554', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ALM Busy Circuits ALM016 - PE-1', 'price': 65.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/723608', 'vat_included': False} 2023-01-23 13:20:21 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Fusion Ring Modulator v2', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743506', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Squarp Instruments Rample', 'price': 312.81, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743520', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'ADDAC System ADDAC402 4 Voice Heuristic Rhythm Generator', 'price': 435.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743555', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths HiHats D', 'price': 170.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743498', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Outs', 'price': 100.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743497', 'vat_included': False} 2023-01-23 13:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Cre8audio Cellz', 'price': 50.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743495', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Cre8audio Chipz', 'price': 50.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743496', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot detect currency type: $ AJH Synth Wave Swarm 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Plum Audio DSO150 EuroScope v2.0', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743494', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Dixie II+', 'price': 190.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744499', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Flight of Harmony Plague Bearer PB-1E', 'price': 175.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/725802', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Shelves (2015)', 'price': 450.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743558', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CHF', 'is_used': True, 'name': 'Moog Music Inc. DFAM - Drummer From Another Mother', 'price': '55000', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740423', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CHF', 'is_used': True, 'name': 'Intellijel μMod II', 'price': '12500', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743351', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CHF', 'is_used': True, 'name': 'Moog Music Inc. Moog Mother-32', 'price': '47000', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740422', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CHF', 'is_used': True, 'name': 'Dreadbox Nostalgia', 'price': '7000', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/732990', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CHF', 'is_used': True, 'name': 'Make Noise Maths (white knobs)', 'price': '29000', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/732980', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CHF', 'is_used': True, 'name': 'Mutable instruments Links', 'price': '13000', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/732979', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CHF', 'is_used': True, 'name': 'Manhattan Analog VCA', 'price': '7000', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/701532', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CHF', 'is_used': True, 'name': 'Dreadbox Antidote', 'price': '6500', 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/627483', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Quadratt 1U', 'price': 225.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743358', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Vermona uniCYCLE', 'price': 500.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744051', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Michigan Synth Works SY0.5', 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743361', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Befaco Kickall', 'price': 225.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743364', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WORNG Electronics Vector Space', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743332', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'vpme.de trig31', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/723612', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-108', 'price': 125.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/723610', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Cascade', 'price': 270.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743368', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Kick', 'price': 110.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743367', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Roland SYSTEM-500 572', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/679691', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Expert Sleepers Disting mk3', 'price': 109.48, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743334', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Drum Mixer', 'price': 160.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743369', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Bloom', 'price': 315.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743370', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'After Later Audio TILT', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743329', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'After Later Audio BLEND', 'price': 105.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743328', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Antumbra KNIT', 'price': 175.99, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743372', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ACL VC DUAL DELAY', 'price': 475.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743327', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot detect currency type: $ ACL VC DUAL DELAY 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Drum Mixer Lite', 'price': 150.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743373', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Instruō arbhar', 'price': 520.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743326', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'G-Storm Electro Tonus VCF r2 (Black Panel Version)', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/680717', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'RYO Optodist', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/727808', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Dual Drive', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/727813', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ACL MINI MIDI', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/727810', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Metropolix', 'price': 550.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743325', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Befaco Kickall', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743324', 'vat_included': False} 2023-01-23 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Tonnetz Sequent', 'price': 225.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743377', 'vat_included': False} 2023-01-23 13:20:22 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc 2023-01-23 13:20:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:9/sort:Offer.modified/direction:desc) 2023-01-23 13:20:23 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'CFM BHWR rectifier', 'price': 35.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743323', 'vat_included': False} 2023-01-23 13:20:23 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Laboratorio Elettronico Popolare Bongo CV', 'price': 115.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743322', 'vat_included': False} 2023-01-23 13:20:23 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'LPZW.modules WK2', 'price': 75.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743321', 'vat_included': False} 2023-01-23 13:20:23 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Other/unknown Linkee 3U', 'price': 30.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/699397', 'vat_included': False} 2023-01-23 13:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'System80 880', 'price': 1200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743376', 'vat_included': False} 2023-01-23 13:20:23 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-130-8', 'price': 70.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743319', 'vat_included': False} 2023-01-23 13:20:23 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'TouellSkouarn Sonveskañ', 'price': 275.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743318', 'vat_included': False} 2023-01-23 13:20:23 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'TouellSkouarn Ar Merc’het Brao', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743317', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Other/unknown Dervish', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/652210', 'vat_included': False} 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Desmodus Versio', 'price': 330.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743375', 'vat_included': False} 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Integra Solum', 'price': 219.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743379', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Eowave Titan Oscillator Black Edition', 'price': 65.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741785', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Qu-Bit Electronix Data Bender', 'price': 290.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743286', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Michigan Synth Works F8R', 'price': 130.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743285', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Bizarre Jezabel pkhia', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743284', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WMD DVCA', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743282', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Octalink 1U', 'price': 70.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/717455', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Grids', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743280', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Braids (2015)', 'price': 256.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/727463', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Grids 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp Hat', 'price': 75.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/725806', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ST Modular Iñaki', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743278', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-111-4', 'price': 310.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738671', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'IO Instruments Euporie', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743276', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Sonic Potions Penrose Quantizer', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743275', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp Div', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743274', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Polaxis Emy', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743273', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Microbe Modular Meta Sequencer', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743272', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Pico Mixer', 'price': 30.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743270', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'IO Instruments Sponde', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/732379', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Alyseum Q-MIX', 'price': 75.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/727720', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Loquelic Iteritas', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743269', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Moog Music Inc. DFAM - Drummer From Another Mother', 'price': 535.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743267', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Orthogonal Devices ER-301: Sound Computer', 'price': 2000.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743263', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot detect currency type: $ Pittsburgh Modular LFO2 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'omsonic Clock Divider MK2', 'price': 40.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743261', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Złob SVF(B/W)', 'price': 110.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743259', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Befaco Stmix', 'price': 110.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743254', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Endorphin.es Godspeed (black)', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/717905', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio Fold Processor', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/701957', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Doepfer A-199', 'price': 90.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/721013', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Ladik S-183 CV-8/2 outputs ...for S-180', 'price': 50.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/735381', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Ladik S-180 8-Step Sequencer', 'price': 50.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/735380', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Noise Engineering Muta Jovis', 'price': 60.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/735067', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Plum Audio OCP (Black)', 'price': 180.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/735064', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Winter Modular Eloquencer (Silver)', 'price': 550.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743231', 'vat_included': False} 2023-01-23 13:20:24 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Joranalogue Audio Design Filter 8', 'price': 190.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/735063', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Make Noise STO', 'price': 150.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/721017', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'After Later Audio Popple', 'price': 150.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/721016', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Noise Engineering Basimilus Iteritas Alter (black)', 'price': 280.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/735065', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': 280.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739692', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mutant Hot Glue', 'price': 375.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743230', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mutant Machine (original colour)', 'price': 550.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743229', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mutant snare (original colour)', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743228', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mutant Bassdrum', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743226', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mutant Hihats (Original)', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743224', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mutant BD9 (original)', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743225', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Electrosmith 3340 VCO', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743222', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Antimatter Audio Brain Seed', 'price': 199.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743165', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'GMSN! Pure Sequencer', 'price': 132.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743221', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Expert Sleepers disting EX', 'price': 265.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743220', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'KOMA Elektronik Kabelhänger', 'price': 20.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743219', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'ALM Busy Circuits ALM019 - HPO', 'price': 40.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743218', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Timo Rozendal Ian Fritz 2x AD/AR', 'price': 45.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743217', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Intellijel μVCA II', 'price': 80.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743216', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Bastl Instruments Little Nerd', 'price': 87.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743214', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Befaco Crush Delay v3', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743211', 'vat_included': False} 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert Asia to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Asia'" 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot detect currency type: $ Synthesis Technology E520 Hyperion Processor 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert Asia to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Asia'" 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot detect currency type: $ Erica Synths Sample Drum 2023-01-23 13:20:25 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Snazzy FX Kitty Eyes', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743166', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise tELHARMONIC (white knobs)', 'price': 350.0, 'ships_from_region': 'CH', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743164', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': 315.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743175', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Ground Control (black)', 'price': 650.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743176', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'WMD Performance mixer', 'price': 950.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743177', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Doboz TSNM mkII', 'price': 260.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743069', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Intellijel μVCA II', 'price': 120.0, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743048', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Make Noise X-Pan', 'price': 300.0, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743047', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Make Noise Optomix rev2 2016', 'price': 230.0, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743046', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Quad VCA', 'price': 180.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743075', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Modulator', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743076', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Industrial Music Electronics Argos Bleak', 'price': 425.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743077', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Metropolis', 'price': 345.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743080', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Mimetic Digitalis (Black)', 'price': 220.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743082', 'vat_included': False} 2023-01-23 13:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'AUD', 'is_used': True, 'name': 'After Later Audio Typhoon', 'price': 276.85, 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743050', 'vat_included': False} 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Terci Ruina', 'price': 120.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742925', 'vat_included': False} 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel 4U x 104HP Palette Case Top Row SILVER (0.5U)', 'price': 450.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742928', 'vat_included': False} 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Nano Rand', 'price': 175.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742926', 'vat_included': False} 2023-01-23 13:20:26 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Cwejman MX-4S (White)', 'price': 1200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/718819', 'vat_included': False} 2023-01-23 13:20:26 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Cwejman RG-6', 'price': 1280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742912', 'vat_included': False} 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Pico DSP', 'price': 110.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742930', 'vat_included': False} 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Verb', 'price': 105.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742931', 'vat_included': False} 2023-01-23 13:20:26 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Grayscale Permutation (12hp black)', 'price': 150.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742911', 'vat_included': False} 2023-01-23 13:20:26 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Klavis Twin Waves MkII', 'price': 120.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742909', 'vat_included': False} 2023-01-23 13:20:26 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'After Later Audio Benjolin V2', 'price': 220.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/698410', 'vat_included': False} 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Expert Sleepers ES-9', 'price': 600.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742933', 'vat_included': False} 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'WMD MSCL (Black Panel)', 'price': 279.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742935', 'vat_included': False} 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Eowave Domino', 'price': 285.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742936', 'vat_included': False} 2023-01-23 13:20:26 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Doepfer A-101-6', 'price': 75.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742907', 'vat_included': False} 2023-01-23 13:20:26 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:26 [modulargrid] ERROR: Cannot detect currency type: $ WMD TRSHMSTR 2023-01-23 13:20:26 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WMD MSCL (Black Panel)', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742906', 'vat_included': False} 2023-01-23 13:20:26 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc 2023-01-23 13:20:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:10/sort:Offer.modified/direction:desc) 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot detect currency type: $ Intellijel Quad VCA 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-111-5', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742905', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Rebel Technology Tonic', 'price': 115.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742903', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': "ALM Busy Circuits ALM017 - Pamela's NEW Workout", 'price': 199.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742902', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Dual Looping Delay', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/711443', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '1010 Music Toolbox', 'price': 390.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/733487', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Frap Tools USTA', 'price': 520.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742901', 'vat_included': False} 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'omsonic Pixel Dust', 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742939', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Sputnik Modular Oscillator', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742900', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ALM Busy Circuits ALM022 - Squid Salmple', 'price': 450.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741321', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Grayscale Mutable Instruments Rings (Grayscale panel)', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/697423', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Rings', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/697421', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Oscillosaurus Rings', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/697424', 'vat_included': False} 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Befaco Percall', 'price': 235.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/746065', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Broken Silicon Gainsburg', 'price': 145.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/651385', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'kNoB technology DPLPG', 'price': 20.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742819', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Buff Mult 1U', 'price': 30.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742818', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot detect currency type: $ Ritual Electronics Guillotine 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise MATHS', 'price': 450.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742813', 'vat_included': False} 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Polaxis Emy', 'price': 225.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742843', 'vat_included': False} 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Instruō arbhar', 'price': 650.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742842', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise QPAS', 'price': 350.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742812', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio Buchla 281t', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742811', 'vat_included': False} 2023-01-23 13:20:27 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Erbe-Verb', 'price': 420.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742810', 'vat_included': False} 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'WMD Performance mixer', 'price': 865.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742844', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Oms In Serial Linkee 1U', 'price': 30.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/698971', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Monome Teletype', 'price': 339.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/347115', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Marbles', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742766', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Ensemble Oscillator', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742809', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot detect currency type: $ Happy Nerding Isolator 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Behringer 1050', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742768', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Behringer 1027 Clocked Sequential Control Module', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742767', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Dual VCF', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742765', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black XFade', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742764', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio Buchla 245t', 'price': 320.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742757', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Stochastic Instruments Stochastic Inspiration Generator 4 Track ' 'Expander', 'price': 450.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742754', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Stochastic Instruments Stochastic Inspiration Generator', 'price': 450.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742753', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company Spectral Multiband Resonant Filter', 'price': 420.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742751', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Ladik P-071 dual switch', 'price': 20.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742774', 'vat_included': False} 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Headphones 1U', 'price': 65.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742791', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot detect currency type: $ Frequency Central System X Oscillator 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Stereo Delay', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742776', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Quantus Pax', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/699460', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Monome TELEXo Teletype Expander', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/725754', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Monome Teletype', 'price': 490.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/725751', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mannequins MANGROVE', 'price': 465.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/708040', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Moog Music Inc. DFAM - Drummer From Another Mother', 'price': 490.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742775', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-183-2', 'price': 30.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742773', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-182-4', 'price': 45.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742772', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-162', 'price': 50.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742771', 'vat_included': False} 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Intellijel Linix', 'price': 195.51, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742786', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Xaoc Devices Samara II', 'price': 170.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742769', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Purrtronics Resonant Quadruple Lo-Pass Gate', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/709562', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Endorphin.es Golden Master 1U (silver)', 'price': 135.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/725866', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Pico MULTI', 'price': 30.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/711413', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Squarp Instruments Hermod (Black Panel)', 'price': 350.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695242', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Rossum Electro-Music Evolution', 'price': 340.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/705914', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Toppobrillo MiniMix (Silver Panel)', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742759', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Five12 Vector Sequencer', 'price': 800.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742752', 'vat_included': False} 2023-01-23 13:20:28 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Auza Wave Packets', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742729', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot detect currency type: $ After Later Audio BLEND 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Befaco Rampage', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742728', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot detect currency type: $ After Later Audio TILT 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Endorphin.es Milky Way (black)', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/729910', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Squarp Instruments Hermod (Black Panel)', 'price': 360.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/729908', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Error Instruments Cloudbusting Gold XP 2021 Black Gold', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/729909', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Ripples (2020)', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737228', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Tiptop Audio Z8000 MK1', 'price': 145.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/705958', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Tiptop Audio Trigger Riot', 'price': 225.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/705957', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Sonicsmith ConVertor E1', 'price': 310.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/716323', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'XOR Electronics Nerdseq Grey Aluminium Front', 'price': 500.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742725', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company ROW POWER 45', 'price': 145.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742724', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-135-2 Quad VCA / VC Mixer', 'price': 110.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742722', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Stereo Mixer V3', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742458', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Joranalogue Audio Design Enhance 2', 'price': 110.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/684419', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Joranalogue Audio Design Compare 2', 'price': 120.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/706672', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise DPO (white knobs)', 'price': 500.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742662', 'vat_included': False} 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Trogotronic m679 (v4)', 'price': 359.95, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742669', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp Buff', 'price': 35.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/726167', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'XODES LB5 - 1U', 'price': 75.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/725872', 'vat_included': False} 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio BD808', 'price': 75.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742671', 'vat_included': False} 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Future Sound Systems FIL4 Timbral Sculptor', 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742672', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Qu-Bit Electronix Nebulæ', 'price': 225.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742576', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-111-3', 'price': 115.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/736717', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Hexinverter Électronique Mutant Hot Glue', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/736715', 'vat_included': False} 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Humble Audio Quad Operator', 'price': 440.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742590', 'vat_included': False} 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Supercritical Synthesizers 16 Voice DEMON CORE OSCILLATOR', 'price': 760.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742592', 'vat_included': False} 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Cwejman QMMF-4', 'price': 3250.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742593', 'vat_included': False} 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Zerosum Inertia PLXNA2', 'price': 424.95, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742594', 'vat_included': False} 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Patching Panda Hatz v2 ', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742595', 'vat_included': False} 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tubbutec 6equencer-1U (Intellijel 1U)', 'price': 250.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742464', 'vat_included': False} 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Headphones 1U', 'price': 60.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742468', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Rene', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/732298', 'vat_included': False} 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'DivKid Mutes', 'price': 180.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742469', 'vat_included': False} 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Digiverb 1U', 'price': 60.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742471', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Dreadbox WL Filter', 'price': 85.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737679', 'vat_included': False} 2023-01-23 13:20:29 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Quad VCA', 'price': 165.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737678', 'vat_included': False} 2023-01-23 13:20:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Comb', 'price': 95.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742472', 'vat_included': False} 2023-01-23 13:20:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel DUAL VCA 1U', 'price': 90.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742473', 'vat_included': False} 2023-01-23 13:20:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'After Later Audio uBurst', 'price': 160.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742475', 'vat_included': False} 2023-01-23 13:20:30 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc 2023-01-23 13:20:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:11/sort:Offer.modified/direction:desc) 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'After Later Audio Benjolin V2', 'price': 280.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745978', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Dannysound Timbre', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742313', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Malekko Heavy Industry Invert Mix', 'price': 45.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/698350', 'vat_included': False} 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'ADDAC System ADDAC105 4 Voice Cluster', 'price': 125.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743371', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Schippmann CS-8 ol VDL-6', 'price': 350.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/630135', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Schippmann CS-8 Omega-Phi VCO', 'price': 850.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/687014', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Rabid Elephant Natural Gate', 'price': 650.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/715876', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Endorphin.es Airstreamer', 'price': 135.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742305', 'vat_included': False} 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'RYO 3xVCA', 'price': 84.99, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742338', 'vat_included': False} 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Surface', 'price': 274.99, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742339', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Acid Rain Technology Navigator', 'price': 88.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742303', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'North Coast Synthesis MSK 013 Middle Path VCO', 'price': 350.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/673638', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Synthesis Technology E370 Quad Morphing VCO (black panel)', 'price': 950.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742270', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Links 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Kinks 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio Z5000 VC Digital Multi-Effect', 'price': 170.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742282', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Doepfer A-196', 'price': 50.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742260', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'DivKid Mutes', 'price': 80.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742268', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Multi-Envelope', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742267', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Tempi', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742266', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Instruō vincâ', 'price': 175.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742265', 'vat_included': False} 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'After Later Audio Popple', 'price': 174.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742283', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Instruō Tš-L v2', 'price': 245.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742264', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Music Thing Modular Pulses Mk II (Black)', 'price': 75.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742262', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Cosmotronic Vortex', 'price': 600.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742259', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Endorphin.es Furthrrrr Generator (golden)', 'price': 450.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738216', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot detect currency type: $ Verbos Electronics Multi-Envelope 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Synthrotek Verb', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742230', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Other/unknown Destructo VCF-1 v2', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742229', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Error Instruments Cloudbusting Gold XP 2021 Black Gold', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742228', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Qu-Bit Electronix Chance (Black Panel)', 'price': 240.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742227', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot detect currency type: $ Ritual Electronics Flexibilité 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot detect currency type: $ Qu-Bit Electronix Surface 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Michigan Synth Works SY0.5', 'price': 290.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742226', 'vat_included': False} 2023-01-23 13:20:31 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Squarp Instruments Rample', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742225', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Dreadbox Nostalgia', 'price': 85.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742224', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Ruina Versio', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742223', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Endorphin.es Furthrrrr Generator (black)', 'price': 495.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742222', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Synthesis Technology E352 Cloud Terrarium', 'price': 450.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742221', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Vermona Fourmulator Quad Digital LFO', 'price': 200.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742220', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Cwejman ADSR-VC2 (Eggshell)', 'price': 950.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742219', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Cwejman SPH-2 (Eggshell)', 'price': 1250.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742218', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Cwejman VCA-4MX', 'price': 650.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742217', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Cwejman RES-4 (White)', 'price': 1150.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742216', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise 0-Coast', 'price': 375.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742215', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise 0-Coast*', 'price': 375.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/730225', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Rossum Electro-Music Mob of Emus', 'price': 265.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/683939', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': "ALM Busy Circuits ALM017 - Pamela's NEW Workout", 'price': 210.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742214', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Antumbra ATOM', 'price': 210.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/649315', 'vat_included': False} 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Marbles', 'price': 600.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742160', 'vat_included': False} 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Cwejman DFA-2', 'price': 1750.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742161', 'vat_included': False} 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': "Synthrotek MST '07 Buffered Multiple (4HP)", 'price': 100.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742162', 'vat_included': False} 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Cwejman CTG-VC', 'price': 1500.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742163', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tall Dog µRings SE (uRings, microRings) [Rev B, Silver]', 'price': 240.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741844', 'vat_included': False} 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Noise Engineering Kith Ruina', 'price': 109.3, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742088', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Michigan Synth Works Pique 1.1, 4HP Peaks with optional CV control', 'price': 100.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742082', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Instruō tàin', 'price': 95.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742081', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] WARNING: Dropped: Missing price from modulargrid: https://www.modulargrid.net/e/offers/view/742079 {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Elby Designs ES01 - Random Voltage Generator', 'price': 0.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742079', 'vat_included': False} 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Befaco VCMC', 'price': 299.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742094', 'vat_included': False} 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': "Shakmat Modular Knight's Gallop", 'price': 140.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740235', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Endorphin.es Furthrrrr Generator (black)', 'price': 600.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741973', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Elby Designs ES18 - VCM3', 'price': 65.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741961', 'vat_included': False} 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Alright Devices Zzzorb', 'price': 175.0, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741960', 'vat_included': False} 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Quadrax', 'price': 440.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/743929', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Dreadbox Antiphon', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741956', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Octasource', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741953', 'vat_included': False} 2023-01-23 13:20:32 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-149-1', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741952', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-127', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741950', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Error Instruments Tropical Noise NEO V3 black', 'price': 270.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741947', 'vat_included': False} 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'WMD SCLPL', 'price': 234.21, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741962', 'vat_included': False} 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Grayscale Microcell - uCell, µCell, Micro Supercell (black panel)', 'price': 343.5, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741963', 'vat_included': False} 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'ADDAC System ADDAC207 Intuitive Quantizer (black)', 'price': 399.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741987', 'vat_included': False} 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Intellijel 4U x 104HP Palette Case Top Row SILVER (0.5U)', 'price': 390.34, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741845', 'vat_included': False} 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mazzatron Mult + Pass Thru', 'price': 50.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741861', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ACL Envelope X3 v2', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/563377', 'vat_included': False} 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Modbap Modular Per4mer', 'price': 350.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741862', 'vat_included': False} 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Xaoc Devices Zadar', 'price': 400.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741864', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Blades', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741842', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Westlicht PER|FORMER', 'price': 350.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737272', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Fusion VCO', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741838', 'vat_included': False} 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Total Recall (black)', 'price': 189.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741812', 'vat_included': False} 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Running Order (black)', 'price': 169.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741813', 'vat_included': False} 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Freez', 'price': 99.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741816', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Shades 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Expert Sleepers ES-9', 'price': 540.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741784', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot detect currency type: $ Intellijel Dixie II+ 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Stages', 'price': 750.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741821', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Audio Damage ADM10 Kompressor', 'price': 200.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741763', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Ataraxic Iteritas (Black)', 'price': 320.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/691817', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Sputnik Modular Quad Function & Trigger Source', 'price': 360.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/691816', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Dynamix', 'price': 149.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741762', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'Doepfer A-143-4', 'price': 165.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/618791', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Endorphin.es Ghost (silver)', 'price': 410.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738583', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio HATS909 (WHITE)', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741500', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Other/unknown Maffez - Model A+', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741758', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '333modules 333-Stiso', 'price': 85.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738676', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'North Coast Synthesis MSK 012 Transistor ADSR', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/705926', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'North Coast Synthesis MSK 011 Transistor Mixer', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/698844', 'vat_included': False} 2023-01-23 13:20:33 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tesseract Modular TEX MIX - 4 Stereo Channels', 'price': 95.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741721', 'vat_included': False} 2023-01-23 13:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': "Studio Electronics TONESTAR 2600 FOLKTEK'd", 'price': 700.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741729', 'vat_included': False} 2023-01-23 13:20:34 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc 2023-01-23 13:20:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:12/sort:Offer.modified/direction:desc) 2023-01-23 13:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Springray II', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741626', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Quad VCA', 'price': 150.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741630', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': "ALM Busy Circuits ALM017 - Pamela's NEW Workout", 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741629', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Metropolis', 'price': 300.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741627', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Bastl Instruments Quattro Figaro ALU', 'price': 125.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741628', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Planar 2', 'price': 180.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741649', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ST Modular EFI', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/737502', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot detect currency type: $ Noise Engineering Viol Ruina 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek MKC4-stereo Black', 'price': 130.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695905', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "MKC3-СТЕРЕО" 1u aluminium', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695900', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek GЛИТЧ-1u black', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695901', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek PARATEK "СЛИМИКС-6" aluminium', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/543805', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "MKC7-СТЕРЕО" 1u black', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/543806', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "Пуск-6" black blue buttons', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/558287', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "Пуск-3" black 1U', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/471929', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek "РЗРВ" aluminium green knobs', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/277426', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek ТАКТОМЕR-2д12 black', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/235780', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek GЛИТЧ-3 black БК', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/229196', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek ДИУ-2об Black', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/227055', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek ТАКТОМЕR-3c black', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/226156', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Paratek ТАКТОМЕR-3д aluminium', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/226140', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black Varishape VCO 1', 'price': 150.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741499', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Springray II', 'price': 170.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741516', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Bastl Instruments Dark Matter', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741497', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Make Noise Maths', 'price': 550.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741518', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Grids', 'price': 165.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742674', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Chance', 'price': 230.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741521', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Instruō arbhar', 'price': 690.69, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741525', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Instruō [2]f', 'price': 100.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741528', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Shakmat Modular Four Bricks Rook', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/736862', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Basimilus Iteritas Alter', 'price': 365.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741394', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Pico VCA2', 'price': 90.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741396', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Boredbrain Music Optx', 'price': 335.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/706909', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Dual EG/LFO', 'price': 225.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741401', 'vat_included': False} 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Rings', 'price': 550.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741402', 'vat_included': False} 2023-01-23 13:20:35 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-160', 'price': 40.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741366', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-138m', 'price': 95.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741364', 'vat_included': False} 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Folktek synesthesia', 'price': 220.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741403', 'vat_included': False} 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Verbos Electronics Multi-Envelope', 'price': 350.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744053', 'vat_included': False} 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Verbos Electronics Voltage Multistage', 'price': 530.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744054', 'vat_included': False} 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Nexus Instruments cv_looper', 'price': 150.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741410', 'vat_included': False} 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Cockpit 2 (black)', 'price': 175.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741412', 'vat_included': False} 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Dual FX', 'price': 220.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741413', 'vat_included': False} 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Queen of Pentacles (black)', 'price': 500.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741414', 'vat_included': False} 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Low-Gain Electronics SubMix6', 'price': 100.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741416', 'vat_included': False} 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Dual FX', 'price': 230.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741418', 'vat_included': False} 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '4ms Company Shifting Inverting Signal Mingler', 'price': 120.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741419', 'vat_included': False} 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Bizarre Jezabel mimosa', 'price': 750.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741420', 'vat_included': False} 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Befaco OUT V3', 'price': 120.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741421', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Triatt', 'price': 70.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/681943', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel μJack', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/687438', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'DPW Design Shape SH-1, Spectral Enhancer', 'price': 145.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741363', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tesseract Modular VC Logics', 'price': 50.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/690160', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'vpme.de T43', 'price': 85.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/665299', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'NANO Modules QUART', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741360', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ST Modular EFI', 'price': 84.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741356', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio HATS808', 'price': 75.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/680712', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio BD808', 'price': 37.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/680805', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Five12 Vector Sequencer', 'price': 550.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741299', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Befaco Muxlicer', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/697380', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Audio I/O 1U', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/697374', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Rings', 'price': 185.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739611', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp Pluck (Black Panel)', 'price': 110.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741316', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-190-8', 'price': 90.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741313', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Endorphin.es Shuttle System (golden)', 'price': 1799.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/709557', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Circuit Abbey Thruster Kit', 'price': 110.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741302', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot detect currency type: $ Erica Synths Black Wavetable VCO 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Synthesis Technology E580 Resampling Mini-Delay', 'price': 239.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/690161', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Endorphin.es Terminal', 'price': 249.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/676587', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Malekko Heavy Industry Richter Envelator', 'price': 159.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/678760', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Modcan MULTIMODE', 'price': 319.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/678759', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Malekko Heavy Industry Quad VCA', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741263', 'vat_included': False} 2023-01-23 13:20:36 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '2hp Hat (Black Panel)', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/736670', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Katowice', 'price': 210.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741262', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Flame µQMCV', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741261', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutant Modular ATOF', 'price': 60.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741260', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'CaviSynth SUBWAY', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741259', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Noise Engineering Seca Ruina', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741258', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ADDAC System ADDAC207 Intuitive Quantizer (black)', 'price': 330.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741256', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WMD CRATER', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741255', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Steady State Fate Blender', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/673963', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Norand Morphos ', 'price': 320.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741254', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': "XOR Electronics Nerdseq - 'More Triggers 16' Expander Black", 'price': 110.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741253', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'XOR Electronics NerdSEQ CV16 Expander Black', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741252', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'XOR Electronics More Video-IO Black', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741251', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Timiszoara', 'price': 290.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/735693', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'ALM Busy Circuits MCFx2', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739161', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Endorphin.es Ghost (silver)', 'price': 390.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739159', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Strymon StarLab', 'price': 599.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741249', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Livewire Electronics Audio Frequency Generator (AFG)', 'price': 360.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741248', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot detect currency type: $ Bastl Instruments Softpop SP2 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise 0-Coast', 'price': 400.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/721568', 'vat_included': False} 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'LZX Industries Cadet V Scaler', 'price': 80.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741190', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Sputnik Modular West Coast Random Source', 'price': 410.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738618', 'vat_included': False} 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Stereo Mixer 1U', 'price': 70.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741185', 'vat_included': False} 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tronix-Audio MFE 303', 'price': 500.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741184', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Complex Oscillator', 'price': 550.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738170', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Jomox ModBase 09 Mk II', 'price': 310.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/710015', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mosaic Bass Drum (Black Panel)', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/691811', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio CYMBL909 (WHITE)', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738166', 'vat_included': False} 2023-01-23 13:20:37 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc 2023-01-23 13:20:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:13/sort:Offer.modified/direction:desc) 2023-01-23 13:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio Z5000 VC Digital Multi-Effect', 'price': 180.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741196', 'vat_included': False} 2023-01-23 13:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Qu-Bit Electronix Prism', 'price': 220.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741098', 'vat_included': False} 2023-01-23 13:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Feedback PRE BX', 'price': 70.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741088', 'vat_included': False} 2023-01-23 13:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': "Expert Sleepers FH-2 'factotum'", 'price': 285.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744055', 'vat_included': False} 2023-01-23 13:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'VoicAs LedRover', 'price': 140.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741087', 'vat_included': False} 2023-01-23 13:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Quantus Ampla', 'price': 149.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741099', 'vat_included': False} 2023-01-23 13:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Quantus Ampla', 'price': 149.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741100', 'vat_included': False} 2023-01-23 13:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Dual ADSR', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741101', 'vat_included': False} 2023-01-23 13:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Clank Chaos', 'price': 605.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741105', 'vat_included': False} 2023-01-23 13:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Shakmat Modular Tessitura Tailor', 'price': 65.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741109', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Tempi', 'price': 200.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740959', 'vat_included': False} 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Furthrrrr Generator (golden)', 'price': 560.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/744497', 'vat_included': False} 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '2hp Delay', 'price': 98.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740973', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Bastl Instruments Quattro Figaro', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740954', 'vat_included': False} 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Pico System III', 'price': 429.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740974', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Bark Filter Processor', 'price': 915.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740953', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Frequency Central Monograf', 'price': 230.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740951', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Mutamix', 'price': 170.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740950', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': '4ms Company ROW POWER 40', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740947', 'vat_included': False} 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Eventide Misha', 'price': 500.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/741863', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot detect currency type: $ Intellijel Steppy 1U 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Quad VCA', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740850', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Qu-Bit Electronix Scanned', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740848', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Qu-Bit Electronix Pulsar', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740847', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Qu-Bit Electronix Bloom', 'price': 250.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740846', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Shakmat Modular Time Wizard', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740845', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Joranalogue Audio Design Switch 4', 'price': 75.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740843', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WMD Kraken', 'price': 270.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740842', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert Europe (non EU) to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 71, in country_name_to_country_alpha2 raise KeyError("Invalid Country Name: '{0}'".format(cn_name)) KeyError: "Invalid Country Name: 'Europe (non EU)'" 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Crazy Chicken Six Eyes', 'price': 150.0, 'ships_from_region': 'Europe (non EU)', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740841', 'vat_included': False} 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Bastl Instruments Pizza', 'price': 245.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740880', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': "ALM Busy Circuits ALM017 - Pamela's NEW Workout", 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740839', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert UK to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'GBP', 'is_used': True, 'name': 'AI Synthesis AI006 Stomp Box Adapter', 'price': 45.0, 'ships_from_region': 'UK', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740838', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Malekko Heavy Industry Varigate 4+', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740836', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Other/unknown Dervish', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740834', 'vat_included': False} 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Beads', 'price': 400.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740882', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise Rene', 'price': 280.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740782', 'vat_included': False} 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Erica Synths Black Stereo Mixer V3', 'price': 156.0, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740783', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-190-5', 'price': 195.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/731996', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel Qx', 'price': 60.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/738233', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot detect currency type: $ Alright Devices Chronoblob2 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Bastl Instruments Kompas', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/619577', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Maneco Labs GRONE dark drone machine EXPANDER', 'price': 399.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740780', 'vat_included': False} 2023-01-23 13:20:39 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Erica Synths Black MIDI-CV v2', 'price': 140.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740424', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Clouds', 'price': 1.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/719913', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Industrial Music Electronics Stillson Hammer mkII', 'price': 560.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740778', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Tiptop Audio Trigger Riot (BLACK)', 'price': 355.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/652981', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WMD Performance mixer', 'price': 695.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740777', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Thorn Audio VC LFO', 'price': 160.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740775', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Clatters Garden Listener', 'price': 220.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/702475', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Xaoc Devices Kamieniec', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740748', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Bastl Instruments ABC', 'price': 60.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740747', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Intellijel FSR 1U', 'price': 40.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/733876', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Supercritical Synthesizers Neutron Flux', 'price': 420.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739278', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WMD Performance Mixer (black)', 'price': 899.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739276', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Cosmotronic Messor', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/739277', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot detect currency type: $ Intellijel Rubicon 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise X-Pan', 'price': 260.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740743', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Synthrotek VCO - Analog Voltage Controlled Oscillator', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/724902', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'vpme.de QD - Quad Drum Voice', 'price': 340.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/723142', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Doepfer A-190-8', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740741', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Clouds 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'AJH Synth MiniMod DH-ADSR Envelope (Dark Edition)', 'price': 235.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740698', 'vat_included': False} 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Digiverb 1U', 'price': 62.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740700', 'vat_included': False} 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': '1010 Music BitBox MK1', 'price': 430.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740703', 'vat_included': False} 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Instruō Harmonaig', 'price': 400.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740704', 'vat_included': False} 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Milky Way 1U (black)', 'price': 180.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/745720', 'vat_included': False} 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Polivoks VCF V2', 'price': 138.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740581', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Jomox ModBase 09', 'price': 225.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/723708', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Frequency Central System X Envelope', 'price': 80.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/736869', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Modcan Touch Sequencer', 'price': 235.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/723710', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Random*Source Variable Q VCF Serge modular', 'price': 255.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/729915', 'vat_included': False} 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Toppobrillo Sport Modulator 2 (both panels)', 'price': 270.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740582', 'vat_included': False} 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Queen of Pentacles (black)', 'price': 600.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740580', 'vat_included': False} 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Synthesis Technology E580 Resampling Mini-Delay', 'price': 270.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740586', 'vat_included': False} 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Retro Mechanical Labs Electron Fuzz Custom EFCCV', 'price': 250.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740590', 'vat_included': False} 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Low-Gain Electronics CVP-1', 'price': 130.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740591', 'vat_included': False} 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot detect currency type: $ Mutable instruments Veils (2020) 2023-01-23 13:20:40 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Transient Modules 8S', 'price': 100.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740569', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Frequency Central XVCF TWO', 'price': 99.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740594', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Cockpit 1U (black)', 'price': 175.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740595', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Befaco Dual Atenuverter ', 'price': 180.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/742284', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Frequency Central XVCO TWO', 'price': 99.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740441', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'CAD', 'is_used': True, 'name': 'Mutable instruments Ripples', 'price': 175.5, 'ships_from_region': 'CA', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740429', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Intellijel Steppy 1U', 'price': 175.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740444', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths LXR eurorack module', 'price': 450.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740445', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'ADDAC System ADDAC102 VC FM Radio', 'price': 275.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740447', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'ADDAC System ADDAC402 4 Voice Heuristic Rhythm Generator', 'price': 450.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740448', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Pittsburgh Modular Lifeforms Micro Sequence b', 'price': 185.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740449', 'vat_included': False} 2023-01-23 13:20:41 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Veils (2020)', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740426', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Pittsburgh Modular Lifeforms Micro Sequence b', 'price': 185.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740450', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'AniModule MIDI_Gate', 'price': 100.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740454', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'AUD', 'is_used': True, 'name': 'WMD VOLTERA', 'price': 350.0, 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740425', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Joystick2', 'price': 200.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740456', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Erica Synths Black Wavetable VCO', 'price': 250.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740457', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'AUD', 'is_used': True, 'name': 'Roland SYSTEM-500 530', 'price': 300.0, 'ships_from_region': 'AU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/695299', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Endorphin.es Golden Master (black)', 'price': 175.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740460', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Barton Musical Circuits BMC26 Rando Chordo (Synthcube panel)', 'price': 175.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740459', 'vat_included': False} 2023-01-23 13:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Noise Engineering Manis Iteritas (Black)', 'price': 349.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740461', 'vat_included': False} 2023-01-23 13:20:41 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Dannysound Multimode Ladder Filter', 'price': 165.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/722272', 'vat_included': False} 2023-01-23 13:20:42 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Make Noise MATHS (black panel)', 'price': 525.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/724912', 'vat_included': False} 2023-01-23 13:20:42 [modulargrid] INFO: Found next: https://www.modulargrid.net/e/offers/index/page:15/sort:Offer.modified/direction:desc 2023-01-23 13:20:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.modulargrid.net/e/offers/index/page:14/sort:Offer.modified/direction:desc) 2023-01-23 13:20:43 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:15/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'WMD CRATER', 'price': 300.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740414', 'vat_included': False} 2023-01-23 13:20:43 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:15/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'omsonic Pixel Dust', 'price': 120.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740413', 'vat_included': False} 2023-01-23 13:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:15/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Strymon Magneto', 'price': 450.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740412', 'vat_included': False} 2023-01-23 13:20:43 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:15/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Verbos Electronics Bark Filter Processor', 'price': 790.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/736753', 'vat_included': False} 2023-01-23 13:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:15/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Synthesis Technology E102 Quad Temporal Shifter', 'price': 318.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740328', 'vat_included': False} 2023-01-23 13:20:43 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:15/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Mutable instruments Braids (2015)', 'price': 180.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740298', 'vat_included': False} 2023-01-23 13:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:15/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Tiptop Audio Z3000 Smart VCO MKII', 'price': 170.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740334', 'vat_included': False} 2023-01-23 13:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:15/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Mutable instruments Yarns', 'price': 260.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740335', 'vat_included': False} 2023-01-23 13:20:43 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:15/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'EUR', 'is_used': True, 'name': 'Other/unknown BENJOLIN', 'price': 190.0, 'ships_from_region': 'EU', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/726282', 'vat_included': False} 2023-01-23 13:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.modulargrid.net/e/offers/index/page:15/sort:Offer.modified/direction:desc> {'batch_id': '5450', 'currency_code': 'USD', 'is_used': True, 'name': 'Doepfer A-141-4', 'price': 75.0, 'ships_from_region': 'US', 'stock_status': 1, 'store_code': 'modulargrid', 'url': 'https://www.modulargrid.net/e/offers/view/740336', 'vat_included': False} 2023-01-23 13:20:43 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:43 [modulargrid] ERROR: Cannot detect currency type: $ Neutral Labs Nermal 2023-01-23 13:20:43 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:43 [modulargrid] ERROR: Cannot detect currency type: $ Tiptop Audio RS909 2023-01-23 13:20:43 [modulargrid] ERROR: Cannot convert EU to alpha 2 equiv Traceback (most recent call last): File "/code/modularspiders/spiders/modulargrid.py", line 54, in parse alpha2_name = country_name_to_country_alpha2(region) File "/code/lib/python3.6/site-packages/pycountry_convert/convert_countries.py", line 65, in country_name_to_country_alpha2 if cn_name not in list_country_alpha2: TypeError: argument of type 'functools._lru_cache_wrapper' is not iterable 2023-01-23 13:20:43 [modulargrid] ERROR: Cannot detect currency type: $ Tiptop Audio BD808 2023-01-23 13:2