• '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/auto1.fr/task_12_2026-03-23T06_00_00 with extensions ['.log', '.log.gz', '.txt']
  • Using backup stats: LogParser v0.8.2, last updated at 2026-03-23 06:10:17, /var/lib/scrapydweb/data/stats/scrapyd-2_6800/sourcing_v2/auto1.fr/task_12_2026-03-23T06_00_00.json

PROJECT (sourcing_v2), SPIDER (auto1.fr)

  • Log analysis
  • Log categorization
  • Progress visualization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spiderauto1.fr
    jobtask_12_2026-03-23T06_00_00
    first_log_time2026-03-23 06:00:06
    latest_log_time2026-03-23 06:10:15
    runtime0:10:09
    crawled_pages 102
    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-23 06:10:15 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f9944d7a050>
      2026-03-23 06:10:15 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f9944eabf90>

      INFO

      DEBUG

    • latest_crawl

      2026-03-23 06:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
    • latest_scrape

      2026-03-23 06:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
    • latest_stat

      2026-03-23 06:10:07 [scrapy.extensions.logstats] INFO: Crawled 101 pages (at 20 pages/min), scraped 30 items (at 0 items/min)
    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6023
    • telnet_password

      906fc6490e9afa5b
    • Head

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

      2026-03-23 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HA12880') HTTP/1.1" 204 0
      2026-03-23 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HB26844') HTTP/1.1" 204 0
      2026-03-23 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HC19047') HTTP/1.1" 204 0
      2026-03-23 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HD17777') HTTP/1.1" 204 0
      2026-03-23 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HF35113') HTTP/1.1" 204 0
      2026-03-23 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HH99307') HTTP/1.1" 204 0
      2026-03-23 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HK32421') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HK51518') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HM89582') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HP22884') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HV11373') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HY19160') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HZ48160') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JA15241') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JF73468') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JG33606') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JJ75413') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JL61867') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JM72772') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JT30030') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JT57691') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JT90514') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JZ26382') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KA27338') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KG13649') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KM51238') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KR84190') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LE24892') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LE25834') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LE66923') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LJ03473') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LL22298') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LL88382') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LR70416') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MJ42280') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ML41015') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MP03061') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MZ88866') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MZ99952') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NA00973') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NA07328') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NA69733') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NB97574') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ND40740') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NF83671') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NG96074') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NH51391') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NJ17529') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NK44576') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NL29781') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NN85802') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NP05226') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NV07534') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NY58011') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NY76874') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PA51851') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PB02514') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PB73198') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PC08106') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PH96247') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PJ26633') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PN84221') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PW34022') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PW62026') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PZ63464') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RC83540') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RE66902') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RF83540') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RF87235') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RJ70050') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RL40475') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RU51166') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RU86846') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RW32386') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RW79423') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RW86471') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RW89346') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RX46777') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RY64211') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SA95244') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SC90011') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SE10508') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SF07813') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SK07445') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ST19616') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SW60368') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TE51489') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TJ11754') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TK98806') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TL16727') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TN95478') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TY95708') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TZ89913') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UP31309') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='US67645') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UT06226') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UV98926') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UW80532') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UX03179') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UX16987') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UZ16962') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VC12069') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VG52594') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VG69945') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VL77818') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VM39393') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VR30765') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VS37294') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VT61410') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VX20100') HTTP/1.1" 204 0
      2026-03-23 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VZ00118') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WA31355') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WG06110') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WH46469') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WK43805') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WN26070') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WN42944') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WZ91976') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XA39860') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XA87566') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XE44846') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XM20891') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XM86632') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XX45010') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YA46529') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YC59106') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YE08429') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YL18398') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YL76832') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YN08199') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YP19788') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YP33756') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YR37886') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZE64255') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZF39327') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZH22863') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZJ96401') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZK30736') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZL79569') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZX33119') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZX43216') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZZ19761') HTTP/1.1" 204 0
      2026-03-23 06:10:15 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (30 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto1.fr/task_12_2026-03-23T06_00_00.jl
      2026-03-23 06:10:15 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 293817,
       'downloader/request_count': 102,
       'downloader/request_method_count/GET': 2,
       'downloader/request_method_count/POST': 100,
       'downloader/response_bytes': 17132580,
       'downloader/response_count': 102,
       'downloader/response_status_count/200': 102,
       'elapsed_time_seconds': 608.234576,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 3, 23, 6, 10, 15, 253448, tzinfo=datetime.timezone.utc),
       'item_scraped_count': 30,
       'log_count/DEBUG': 2624,
       'log_count/INFO': 5319,
       'memusage/max': 165138432,
       'memusage/startup': 147976192,
       'request_depth_max': 101,
       'response_received_count': 102,
       'scheduler/dequeued': 102,
       'scheduler/dequeued/memory': 102,
       'scheduler/enqueued': 102,
       'scheduler/enqueued/memory': 102,
       'scrape_type/batch_skipped': 2932,
       'scrape_type/price_update': 30,
       'scrape_type/skipped': 958,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 103,
       'scrapy-zyte-api/error_ratio': 0.009708737864077669,
       'scrapy-zyte-api/errors': 1,
       "scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 1,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 4.01054155700566,
       'scrapy-zyte-api/mean_response_seconds': 4.160029568672912,
       'scrapy-zyte-api/processed': 102,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 102,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 101,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 102,
       'scrapy-zyte-api/request_args/httpRequestBody': 100,
       'scrapy-zyte-api/request_args/httpRequestMethod': 100,
       'scrapy-zyte-api/request_args/httpResponseBody': 102,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 102,
       'scrapy-zyte-api/request_args/sessionContext': 102,
       'scrapy-zyte-api/request_args/url': 102,
       'scrapy-zyte-api/status_codes/0': 1,
       'scrapy-zyte-api/status_codes/200': 102,
       'scrapy-zyte-api/success': 102,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'source/items_encountered': 3920,
       'source/total_available': 3880,
       'start_time': datetime.datetime(2026, 3, 23, 6, 0, 7, 18872, tzinfo=datetime.timezone.utc)}
      2026-03-23 06:10:15 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-03-23 06:10:15 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f9944d7a050>
      2026-03-23 06:10:15 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f9944eabf90>
    • Log

      /3/log/utf8/sourcing_v2/auto1.fr/task_12_2026-03-23T06_00_00/?job_finished=True

    • Source

      http://scrapyd-2:6800/logs/sourcing_v2/auto1.fr/task_12_2026-03-23T06_00_00.log

  • sourcelog
    last_update_time2026-03-23 06:10:15
    last_update_timestamp1774246215
    downloader/request_bytes293817
    downloader/request_count102
    downloader/request_method_count/GET2
    downloader/request_method_count/POST100
    downloader/response_bytes17132580
    downloader/response_count102
    downloader/response_status_count/200102
    elapsed_time_seconds608.234576
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 3, 23, 6, 10, 15, 253448, tzinfo=datetime.timezone.utc)
    item_scraped_count30
    log_count/DEBUG2624
    log_count/INFO5319
    memusage/max165138432
    memusage/startup147976192
    request_depth_max101
    response_received_count102
    scheduler/dequeued102
    scheduler/dequeued/memory102
    scheduler/enqueued102
    scheduler/enqueued/memory102
    scrape_type/batch_skipped2932
    scrape_type/price_update30
    scrape_type/skipped958
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts103
    scrapy-zyte-api/error_ratio0.009708737864077669
    scrapy-zyte-api/errors1
    scrapy-zyte-api/exception_types/<class _aiohttp.client_exceptions.ClientConnectorError_>1
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds4.01054155700566
    scrapy-zyte-api/mean_response_seconds4.160029568672912
    scrapy-zyte-api/processed102
    scrapy-zyte-api/request_args/customHttpRequestHeaders102
    scrapy-zyte-api/request_args/experimental.requestCookies101
    scrapy-zyte-api/request_args/experimental.responseCookies102
    scrapy-zyte-api/request_args/httpRequestBody100
    scrapy-zyte-api/request_args/httpRequestMethod100
    scrapy-zyte-api/request_args/httpResponseBody102
    scrapy-zyte-api/request_args/httpResponseHeaders102
    scrapy-zyte-api/request_args/sessionContext102
    scrapy-zyte-api/request_args/url102
    scrapy-zyte-api/status_codes/01
    scrapy-zyte-api/status_codes/200102
    scrapy-zyte-api/success102
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    source/items_encountered3920
    source/total_available3880
    start_timedatetime.datetime(2026, 3, 23, 6, 0, 7, 18872, tzinfo=datetime.timezone.utc)