• LogParser v0.8.2, last updated at 2026-03-24 10:25:58, http://scrapyd-4:6800/logs/sourcing_v2/adesa.be/task_31_2026-03-24T10_15_00.json

PROJECT (sourcing_v2), SPIDER (adesa.be)

  • Log analysis
  • Log categorization
  • Progress visualization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spideradesa.be
    jobtask_31_2026-03-24T10_15_00
    first_log_time2026-03-24 10:15:06
    latest_log_time2026-03-24 10:25:53
    runtime0:10:47
    crawled_pages 786
    scraped_items 739
    shutdown_reasonN/A
    finish_reasonfinished
    log_critical_count0
    log_error_count2
    log_warning_count0
    log_redirect_count0
    log_retry_count0
    log_ignore_count0
    latest_crawl
    latest_scrape
    latest_log
    current_time
    latest_itemN/A
    • WARNING+

    • error_logs
      2 in total

      2026-03-24 10:25:53 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f7136379d10>
      2026-03-24 10:25:53 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f713637a150>

      INFO

      DEBUG

    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6023
    • telnet_password

      fad9c76b276a0f9b
    • latest_crawl

      2026-03-24 10:25:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5742027/general/3934ae2c-ca9a-4072-b744-cb168142a5c0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10714233)
    • latest_scrape

      2026-03-24 10:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5742027/general/3934ae2c-ca9a-4072-b744-cb168142a5c0.jpg>
    • latest_stat

      2026-03-24 10:25:07 [scrapy.extensions.logstats] INFO: Crawled 758 pages (at 118 pages/min), scraped 710 items (at 123 items/min)
    • Head

      2026-03-24 10:15:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-03-24 10:15: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-24 10:15:06 [adesa.be] INFO: Starting spider adesa.be
      2026-03-24 10:15:06 [scrapy.addons] INFO: Enabled addons:
      []
      2026-03-24 10:15:06 [asyncio] DEBUG: Using selector: EpollSelector
      2026-03-24 10:15:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-03-24 10:15:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-03-24 10:15:06 [scrapy.extensions.telnet] INFO: Telnet Password: fad9c76b276a0f9b
      2026-03-24 10:15: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-24 10:15: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/adesa.be/task_31_2026-03-24T10_15_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-24 10:15:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-24 10:15:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-24 10:15: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-24 10:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
      2026-03-24 10:15: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-24 10:15:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
      2026-03-24 10:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-03-24 10:15:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
      2026-03-24 10:15:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-03-24 10:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2026-03-24 10:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-24 10:15:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
      2026-03-24 10:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
      2026-03-24 10:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
      2026-03-24 10:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
      2026-03-24 10:15: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-24 10:15: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-24 10:15:06 [scrapy.core.engine] INFO: Spider opened
      2026-03-24 10:15:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-03-24 10:15:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
      2026-03-24 10:15:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
      2026-03-24 10:15:06 [scrapy-playwright] INFO: Starting download handler
      2026-03-24 10:15:06 [scrapy-playwright] INFO: Starting download handler
      
      2026-03-24 10:15:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-24 10:15:24 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
      2026-03-24 10:15:24 [adesa.be] INFO: Found listing with ID: 10716325
    • Tail

      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694753') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694754') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694755') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694756') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694757') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694758') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694759') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694760') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694761') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694762') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694763') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694764') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694765') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694766') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694767') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694768') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694769') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694770') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694771') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694772') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694773') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694774') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694775') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694776') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694777') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694778') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694779') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694780') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694781') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694782') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694783') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694784') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694785') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694786') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694787') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694788') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694789') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694790') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694791') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694792') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694793') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694794') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694795') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694796') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694797') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694798') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694799') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694800') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694801') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694802') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694803') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694804') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694805') HTTP/1.1" 204 0
      2026-03-24 10:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694806') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694807') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694808') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694809') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694810') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694811') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694812') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694813') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694814') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694815') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694816') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694817') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694818') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694819') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694820') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694821') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694822') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694823') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694824') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694825') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694826') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694827') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694828') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694829') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694830') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694831') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694832') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694833') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694834') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694835') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694836') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694837') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694838') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694839') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694840') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694841') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694842') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694843') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694844') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694845') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694846') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694847') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694848') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694849') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694850') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694851') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694852') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694853') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694854') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694855') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694856') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694857') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694858') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694859') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694860') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694861') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694862') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694863') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694864') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694865') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694866') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694867') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694868') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694869') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694870') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694871') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694872') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694873') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694874') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694875') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694876') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694877') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694878') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694879') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694880') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694917') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694936') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10694980') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10695001') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10695002') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10695003') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10695004') HTTP/1.1" 204 0
      2026-03-24 10:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10695005') HTTP/1.1" 204 0
      2026-03-24 10:25:53 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (739 items) in: file:///var/lib/scrapyd/items/sourcing_v2/adesa.be/task_31_2026-03-24T10_15_00.jl
      2026-03-24 10:25:53 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/exception_count': 6,
       'downloader/exception_type_count/scrapy.core.downloader.handlers.http11.TunnelError': 6,
       'downloader/request_bytes': 1803105,
       'downloader/request_count': 2123,
       'downloader/request_method_count/GET': 2089,
       'downloader/request_method_count/POST': 34,
       'downloader/response_bytes': 519546584,
       'downloader/response_count': 2117,
       'downloader/response_status_count/200': 2106,
       'downloader/response_status_count/403': 11,
       'elapsed_time_seconds': 646.045203,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 3, 24, 10, 25, 52, 923827, tzinfo=datetime.timezone.utc),
       'httpcompression/response_bytes': 50027,
       'httpcompression/response_count': 11,
       'item_scraped_count': 739,
       'log_count/DEBUG': 25397,
       'log_count/INFO': 26656,
       'memusage/max': 216092672,
       'memusage/startup': 147972096,
       'photo_download_count': 1331,
       'request_depth_max': 35,
       'response_received_count': 786,
       'scheduler/dequeued': 2123,
       'scheduler/dequeued/memory': 2123,
       'scheduler/enqueued': 2123,
       'scheduler/enqueued/memory': 2123,
       'scrape_type/new': 224,
       'scrape_type/new_duplicate_id': 2,
       'scrape_type/price_update': 515,
       'scrape_type/skipped': 2641,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 782,
       'scrapy-zyte-api/error_ratio': 0.008951406649616368,
       'scrapy-zyte-api/error_types/download/temporary-error': 7,
       'scrapy-zyte-api/errors': 7,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 4.740727179808798,
       'scrapy-zyte-api/mean_response_seconds': 4.692170761875931,
       'scrapy-zyte-api/processed': 775,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 775,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 774,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 775,
       'scrapy-zyte-api/request_args/httpRequestBody': 34,
       'scrapy-zyte-api/request_args/httpRequestMethod': 34,
       'scrapy-zyte-api/request_args/httpResponseBody': 775,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 775,
       'scrapy-zyte-api/request_args/url': 775,
       'scrapy-zyte-api/status_codes/200': 775,
       'scrapy-zyte-api/status_codes/520': 7,
       'scrapy-zyte-api/success': 775,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'source/items_encountered': 3382,
       'source/total_available': 3382,
       'start_time': datetime.datetime(2026, 3, 24, 10, 15, 6, 878624, tzinfo=datetime.timezone.utc)}
      2026-03-24 10:25:53 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-03-24 10:25:53 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f7136379d10>
      2026-03-24 10:25:53 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f713637a150>
    • Log

      /5/log/utf8/sourcing_v2/adesa.be/task_31_2026-03-24T10_15_00/?job_finished=True

    • Source

      http://scrapyd-4:6800/logs/sourcing_v2/adesa.be/task_31_2026-03-24T10_15_00.log

  • sourcelog
    last_update_time2026-03-24 10:25:53
    last_update_timestamp1774347953
    downloader/exception_count6
    downloader/exception_type_count/scrapy.core.downloader.handlers.http11.TunnelError6
    downloader/request_bytes1803105
    downloader/request_count2123
    downloader/request_method_count/GET2089
    downloader/request_method_count/POST34
    downloader/response_bytes519546584
    downloader/response_count2117
    downloader/response_status_count/2002106
    downloader/response_status_count/40311
    elapsed_time_seconds646.045203
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 3, 24, 10, 25, 52, 923827, tzinfo=datetime.timezone.utc)
    httpcompression/response_bytes50027
    httpcompression/response_count11
    item_scraped_count739
    log_count/DEBUG25397
    log_count/INFO26656
    memusage/max216092672
    memusage/startup147972096
    photo_download_count1331
    request_depth_max35
    response_received_count786
    scheduler/dequeued2123
    scheduler/dequeued/memory2123
    scheduler/enqueued2123
    scheduler/enqueued/memory2123
    scrape_type/new224
    scrape_type/new_duplicate_id2
    scrape_type/price_update515
    scrape_type/skipped2641
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts782
    scrapy-zyte-api/error_ratio0.008951406649616368
    scrapy-zyte-api/error_types/download/temporary-error7
    scrapy-zyte-api/errors7
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds4.740727179808798
    scrapy-zyte-api/mean_response_seconds4.692170761875931
    scrapy-zyte-api/processed775
    scrapy-zyte-api/request_args/customHttpRequestHeaders775
    scrapy-zyte-api/request_args/experimental.requestCookies774
    scrapy-zyte-api/request_args/experimental.responseCookies775
    scrapy-zyte-api/request_args/httpRequestBody34
    scrapy-zyte-api/request_args/httpRequestMethod34
    scrapy-zyte-api/request_args/httpResponseBody775
    scrapy-zyte-api/request_args/httpResponseHeaders775
    scrapy-zyte-api/request_args/url775
    scrapy-zyte-api/status_codes/200775
    scrapy-zyte-api/status_codes/5207
    scrapy-zyte-api/success775
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    source/items_encountered3382
    source/total_available3382
    start_timedatetime.datetime(2026, 3, 24, 10, 15, 6, 878624, tzinfo=datetime.timezone.utc)