Head
2026-03-29 16:30:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 16:30:06 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-29 16:30:06 [ecarstrade.be] INFO: Starting spider ecarstrade.be
2026-03-29 16:30:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 16:30:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 16:30:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 16:30:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 16:30:06 [scrapy.extensions.telnet] INFO: Telnet Password: faeaa0bb0f8adf88
2026-03-29 16:30:06 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-29 16:30:06 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/ecarstrade.be/task_33_2026-03-29T16_30_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-29 16:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 16:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 16:30:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-29 16:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 16:30:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-29 16:30:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-29 16:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 16:30:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2107
2026-03-29 16:30:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 16:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 16:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:30:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-29 16:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27en%27%20and%20RowKey%20eq%20%27en%27 HTTP/1.1" 200 None
2026-03-29 16:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 16:30:06 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-29 16:30:06 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-29 16:30:06 [scrapy.core.engine] INFO: Spider opened
2026-03-29 16:30:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 16:30:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-29 16:30:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-29 16:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-29 16:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-29 16:30:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-29 16:30:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-29 16:30:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
Tail
2026-03-29 16:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774801826666&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=233336294.1774801822&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774800013%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9L205pcZYR0UeVi8rQnKXuVDmY1q_elJGs-z5Y2U-eOEs6VFB7tt0o2CHJxif2pRhypXszRpZ-pnL6XcGNvYll6uNX6lgP6cZJbzVZLNmKO2NrXMkjs_XCII&random=2711477995&rmt_tld=1&ipr=y>
2026-03-29 16:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774801826666&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=233336294.1774801822&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774800013%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9L205pcZYR0UeVi8rQnKXuVDmY1q_elJGs-z5Y2U-eOEs6VFB7tt0o2CHJxif2pRhypXszRpZ-pnL6XcGNvYll6uNX6lgP6cZJbzVZLNmKO2NrXMkjs_XCII&random=2711477995&rmt_tld=0&ipr=y>
2026-03-29 16:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-29 16:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://a.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 16:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-29 16:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://a.clarity.ms/collect>
2026-03-29 16:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-29 16:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774801828808&vi=88a55f8c547857bf74e4443501a3b47c&nc=true&u=129379155.88a55f8c547857bf74e4443501a3b47c.1774801828807.1774801828807.1774801828807.1&b=129379155.1.1774801828807&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 16:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 16:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 16:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-29 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-29 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-29 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-29 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-29 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-29 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-29 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-29 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774801828808&vi=88a55f8c547857bf74e4443501a3b47c&nc=true&u=129379155.88a55f8c547857bf74e4443501a3b47c.1774801828807.1774801828807.1774801828807.1&b=129379155.1.1774801828807&cc=15>
2026-03-29 16:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://a.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 16:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774801821345&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=860009288.1774801821&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=4&tag_exp=0~115938465~115938468~117484252&sid=1774801821&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774800013&ep.url=%2Fsearch&ep.eventName=search&_et=357&tfd=18591> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:30:31 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774801821345&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=860009288.1774801821&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=4&tag_exp=0~115938465~115938468~117484252&sid=1774801821&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774800013&ep.url=%2Fsearch&ep.eventName=search&_et=357&tfd=18591>
2026-03-29 16:30:31 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://a.clarity.ms/collect>
2026-03-29 16:30:53 [scrapy.core.scraper] ERROR: Error downloading <GET https://ecarstrade.com/search>
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1999, in _inlineCallbacks
result = context.run(
File "/usr/local/lib/python3.11/dist-packages/twisted/python/failure.py", line 519, in throwExceptionIntoGenerator
return g.throw(self.value.with_traceback(self.tb))
File "/usr/local/lib/python3.11/dist-packages/scrapy/core/downloader/middleware.py", line 54, in process_request
return (yield download_func(request=request, spider=spider))
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1251, in adapt
extracted: _SelfResultT | Failure = result.result()
File "/usr/local/lib/python3.11/dist-packages/scrapy_playwright/handler.py", line 340, in _download_request
return await self._download_request_with_page(request, page, spider)
File "/usr/local/lib/python3.11/dist-packages/scrapy_playwright/handler.py", line 388, in _download_request_with_page
await self._apply_page_methods(page, request, spider)
File "/usr/local/lib/python3.11/dist-packages/scrapy_playwright/handler.py", line 499, in _apply_page_methods
pm.result = await _maybe_await(method(*pm.args, **pm.kwargs))
File "/usr/local/lib/python3.11/dist-packages/scrapy_playwright/_utils.py", line 16, in _maybe_await
return await obj
File "/usr/local/lib/python3.11/dist-packages/playwright/async_api/_generated.py", line 7831, in wait_for_selector
await self._impl_obj.wait_for_selector(
File "/usr/local/lib/python3.11/dist-packages/playwright/_impl/_page.py", line 392, in wait_for_selector
return await self._main_frame.wait_for_selector(**locals_to_params(locals()))
File "/usr/local/lib/python3.11/dist-packages/playwright/_impl/_frame.py", line 323, in wait_for_selector
await self._channel.send("waitForSelector", locals_to_params(locals()))
File "/usr/local/lib/python3.11/dist-packages/playwright/_impl/_connection.py", line 59, in send
return await self._connection.wrap_api_call(
File "/usr/local/lib/python3.11/dist-packages/playwright/_impl/_connection.py", line 514, in wrap_api_call
raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.TimeoutError: Page.wait_for_selector: Timeout 25000ms exceeded.
Call log:
waiting for locator(".total_count") to be visible
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
- locator resolved to hidden <span class="total_count"></span>
2026-03-29 16:30:54 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-29 16:30:54 [ecarstrade.be] INFO: ecarstrade.be Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20last_price_update_time%20lt%201774369854 HTTP/1.1" 200 None
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911135auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911150auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911159auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911171auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911179auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911186auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911188auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911205auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913236auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913277auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913298auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913303auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935049auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935050auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935052auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935053auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981216auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981237auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981241auction61871') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994862auction110944') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994876auction110944') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994993auction110944') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994996auction110944') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994997auction110944') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995251auction110944') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995495auction106392') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995789auction110944') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995791auction110944') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995798auction87925') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995809auction106392') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996385auction110944') HTTP/1.1" 204 0
2026-03-29 16:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997362auction110944') HTTP/1.1" 204 0
2026-03-29 16:30:54 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (0 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.be/task_33_2026-03-29T16_30_00.jl
2026-03-29 16:30:54 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/exception_count': 1,
'downloader/exception_type_count/playwright._impl._errors.TimeoutError': 1,
'downloader/request_bytes': 176,
'downloader/request_count': 1,
'downloader/request_method_count/GET': 1,
'elapsed_time_seconds': 47.641624,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 29, 16, 30, 54, 582967, tzinfo=datetime.timezone.utc),
'log_count/DEBUG': 245,
'log_count/ERROR': 1,
'log_count/INFO': 43,
'memusage/max': 150110208,
'memusage/startup': 150110208,
'playwright/context_count': 1,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 1,
'playwright/context_count/remote/False': 1,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 102,
'playwright/request_count/method/GET': 86,
'playwright/request_count/method/POST': 16,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/eventsource': 2,
'playwright/request_count/resource_type/fetch': 11,
'playwright/request_count/resource_type/font': 3,
'playwright/request_count/resource_type/image': 26,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 40,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 10,
'playwright/response_count': 99,
'playwright/response_count/method/GET': 84,
'playwright/response_count/method/POST': 15,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 11,
'playwright/response_count/resource_type/font': 3,
'playwright/response_count/resource_type/image': 25,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 40,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 8,
'scheduler/dequeued': 1,
'scheduler/dequeued/memory': 1,
'scheduler/enqueued': 1,
'scheduler/enqueued/memory': 1,
'start_time': datetime.datetime(2026, 3, 29, 16, 30, 6, 941343, tzinfo=datetime.timezone.utc)}
2026-03-29 16:30:54 [scrapy.core.engine] INFO: Spider closed (finished)