• 'pip install logparser' on host 'scrapyd-2:6800' and run command 'logparser'. Or wait until LogParser parses the log.
  • Fail to request logfile from http://scrapyd-2:6800/logs/sourcing_v2/adesa.de/task_40_2026-03-22T12_15_00 with extensions ['.log', '.log.gz', '.txt']
  • Using backup stats: LogParser v0.8.2, last updated at 2026-03-22 12:20:13, /var/lib/scrapydweb/data/stats/scrapyd-2_6800/sourcing_v2/adesa.de/task_40_2026-03-22T12_15_00.json

PROJECT (sourcing_v2), SPIDER (adesa.de)

  • Log analysis
  • Log categorization
  • Progress visualization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spideradesa.de
    jobtask_40_2026-03-22T12_15_00
    first_log_time2026-03-22 12:15:05
    latest_log_time2026-03-22 12:20:05
    runtime0:05:00
    crawled_pages 48
    scraped_items 30
    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-22 12:20:05 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7ff5d95285d0>
      2026-03-22 12:20:05 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7ff5d925a390>

      INFO

      DEBUG

    • latest_crawl

      2026-03-22 12:19:59 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
    • latest_scrape

      2026-03-22 12:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5485728/general/31a7aab9-179e-43fe-9883-54cc3e9290dd.jpg>
    • latest_stat

      2026-03-22 12:19:06 [scrapy.extensions.logstats] INFO: Crawled 30 pages (at 1 pages/min), scraped 18 items (at 1 items/min)
    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6024
    • telnet_password

      9fa2a3dc835760f6
    • Head

      2026-03-22 12:15:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-03-22 12:15:05 [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-22 12:15:05 [adesa.de] INFO: Starting spider adesa.de
      2026-03-22 12:15:05 [scrapy.addons] INFO: Enabled addons:
      []
      2026-03-22 12:15:05 [asyncio] DEBUG: Using selector: EpollSelector
      2026-03-22 12:15:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-03-22 12:15:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-03-22 12:15:05 [scrapy.extensions.telnet] INFO: Telnet Password: 9fa2a3dc835760f6
      2026-03-22 12: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-22 12: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.de/task_40_2026-03-22T12_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-22 12:15:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-22 12:15:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-22 12: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-22 12:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
      2026-03-22 12: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-22 12:15:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
      2026-03-22 12:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-03-22 12:15:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2113
      2026-03-22 12:15:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-03-22 12:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2026-03-22 12:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-22 12:15:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
      2026-03-22 12: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-22 12:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
      2026-03-22 12:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
      2026-03-22 12: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-22 12: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-22 12:15:06 [scrapy.core.engine] INFO: Spider opened
      2026-03-22 12:15:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-03-22 12:15:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
      2026-03-22 12:15:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
      2026-03-22 12:15:06 [scrapy-playwright] INFO: Starting download handler
      2026-03-22 12:15:06 [scrapy-playwright] INFO: Starting download handler
      
      2026-03-22 12: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-22 12:15:13 [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-22 12:15:13 [adesa.de] INFO: Found listing with ID: 10707092
    • Tail

      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658376') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658377') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658378') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658381') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658382') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658383') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658384') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658385') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658386') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658387') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658389') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658390') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658391') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658392') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658393') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658394') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658395') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658396') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658397') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658398') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658399') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658402') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658403') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658524') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658525') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658526') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658527') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658528') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658529') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658530') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658531') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658532') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658533') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658535') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658536') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658537') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658656') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658657') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658660') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658661') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658662') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658783') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658784') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658785') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658786') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658787') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658788') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658789') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658790') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658791') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658792') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658793') HTTP/1.1" 204 0
      2026-03-22 12:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658824') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658825') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658826') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658827') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658828') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658914') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658915') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658916') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658917') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658918') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658919') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658920') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658921') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10658922') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10662040') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10662047') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10662051') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10662059') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10662060') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10662065') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10662067') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10662068') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10662069') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10662073') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663061') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663062') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663063') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663064') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663065') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663066') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663389') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663390') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663391') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663392') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663393') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663435') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663436') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663437') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663440') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663444') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663447') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663549') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663823') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663826') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663851') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10663926') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10664045') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10664080') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10664081') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10664292') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10664356') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10664474') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10664489') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10665472') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10667020') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10667026') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10667076') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10672151') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682624') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682625') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682626') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682627') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682632') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682635') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682641') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682643') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682645') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682646') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682648') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682651') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682652') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682654') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682689') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682690') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682695') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682696') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682697') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682698') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682704') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682705') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682709') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682711') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682712') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682713') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682715') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682718') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682720') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10682723') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10683791') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.de',RowKey='10683792') HTTP/1.1" 204 0
      2026-03-22 12:20:05 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (30 items) in: file:///var/lib/scrapyd/items/sourcing_v2/adesa.de/task_40_2026-03-22T12_15_00.jl
      2026-03-22 12:20:05 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 60230,
       'downloader/request_count': 58,
       'downloader/request_method_count/GET': 40,
       'downloader/request_method_count/POST': 18,
       'downloader/response_bytes': 12594443,
       'downloader/response_count': 58,
       'downloader/response_status_count/200': 58,
       'elapsed_time_seconds': 299.239107,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 3, 22, 12, 20, 5, 751488, tzinfo=datetime.timezone.utc),
       'item_scraped_count': 30,
       'log_count/DEBUG': 4319,
       'log_count/INFO': 5727,
       'memusage/max': 171024384,
       'memusage/startup': 148017152,
       'photo_download_count': 10,
       'request_depth_max': 17,
       'response_received_count': 48,
       'scheduler/dequeued': 58,
       'scheduler/dequeued/memory': 58,
       'scheduler/enqueued': 58,
       'scheduler/enqueued/memory': 58,
       'scrape_type/new': 1,
       'scrape_type/price_update': 29,
       'scrape_type/skipped': 1755,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 50,
       'scrapy-zyte-api/error_ratio': 0.04,
       'scrapy-zyte-api/errors': 2,
       "scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 2,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 7.224495375528931,
       'scrapy-zyte-api/mean_response_seconds': 7.353938228450716,
       'scrapy-zyte-api/processed': 48,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 48,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 47,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 48,
       'scrapy-zyte-api/request_args/httpRequestBody': 18,
       'scrapy-zyte-api/request_args/httpRequestMethod': 18,
       'scrapy-zyte-api/request_args/httpResponseBody': 48,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 48,
       'scrapy-zyte-api/request_args/url': 48,
       'scrapy-zyte-api/status_codes/0': 2,
       'scrapy-zyte-api/status_codes/200': 48,
       'scrapy-zyte-api/success': 48,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'source/items_encountered': 1785,
       'source/total_available': 1785,
       'start_time': datetime.datetime(2026, 3, 22, 12, 15, 6, 512381, tzinfo=datetime.timezone.utc)}
      2026-03-22 12:20:05 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-03-22 12:20:05 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7ff5d95285d0>
      2026-03-22 12:20:05 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7ff5d925a390>
    • Log

      /3/log/utf8/sourcing_v2/adesa.de/task_40_2026-03-22T12_15_00/?job_finished=True

    • Source

      http://scrapyd-2:6800/logs/sourcing_v2/adesa.de/task_40_2026-03-22T12_15_00.log

  • sourcelog
    last_update_time2026-03-22 12:20:05
    last_update_timestamp1774182005
    downloader/request_bytes60230
    downloader/request_count58
    downloader/request_method_count/GET40
    downloader/request_method_count/POST18
    downloader/response_bytes12594443
    downloader/response_count58
    downloader/response_status_count/20058
    elapsed_time_seconds299.239107
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 3, 22, 12, 20, 5, 751488, tzinfo=datetime.timezone.utc)
    item_scraped_count30
    log_count/DEBUG4319
    log_count/INFO5727
    memusage/max171024384
    memusage/startup148017152
    photo_download_count10
    request_depth_max17
    response_received_count48
    scheduler/dequeued58
    scheduler/dequeued/memory58
    scheduler/enqueued58
    scheduler/enqueued/memory58
    scrape_type/new1
    scrape_type/price_update29
    scrape_type/skipped1755
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts50
    scrapy-zyte-api/error_ratio0.04
    scrapy-zyte-api/errors2
    scrapy-zyte-api/exception_types/<class _aiohttp.client_exceptions.ClientConnectorError_>2
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds7.224495375528931
    scrapy-zyte-api/mean_response_seconds7.353938228450716
    scrapy-zyte-api/processed48
    scrapy-zyte-api/request_args/customHttpRequestHeaders48
    scrapy-zyte-api/request_args/experimental.requestCookies47
    scrapy-zyte-api/request_args/experimental.responseCookies48
    scrapy-zyte-api/request_args/httpRequestBody18
    scrapy-zyte-api/request_args/httpRequestMethod18
    scrapy-zyte-api/request_args/httpResponseBody48
    scrapy-zyte-api/request_args/httpResponseHeaders48
    scrapy-zyte-api/request_args/url48
    scrapy-zyte-api/status_codes/02
    scrapy-zyte-api/status_codes/20048
    scrapy-zyte-api/success48
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    source/items_encountered1785
    source/total_available1785
    start_timedatetime.datetime(2026, 3, 22, 12, 15, 6, 512381, tzinfo=datetime.timezone.utc)