• LogParser v0.8.2, last updated at 2026-01-29 06:35:50, http://scrapyd-3:6800/logs/sourcing_v2/auto1.fr/task_31_2026-01-29T06_00_01.json

PROJECT (sourcing_v2), SPIDER (auto1.fr)

  • Log analysis
  • Log categorization
  • Progress visualization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spiderauto1.fr
    jobtask_31_2026-01-29T06_00_01
    first_log_time2026-01-29 06:00:11
    latest_log_time2026-01-29 06:35:46
    runtime0:35:35
    crawled_pages 1345
    scraped_items 296
    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-01-29 06:35:46 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f2e7e206ed0>
      2026-01-29 06:35:46 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f2e7e0a5a10>

      INFO

      DEBUG

    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6023
    • telnet_password

      7b05ce85d3fbaead
    • latest_duplicate

      2026-01-29 06:00:22 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://www.auto1.com/v1/car-details-view/RR80485/cdb8adcc-312b-4040-b112-4a289f3f9b07> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
    • latest_crawl

      2026-01-29 06:35:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/app/merchant/car/FB97001> (referer: https://www.auto1.com/v1/car-details-view/FB97001/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
    • latest_scrape

      2026-01-29 06:35:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img-pa.auto1.com/img4c/ef/4cef5b7da467e7492d0eecf1267cfb8d/pa/KS86180_e3ecc50de76160b0060c3a06d76fd2b3.jpg>
    • latest_stat

      2026-01-29 06:35:12 [scrapy.extensions.logstats] INFO: Crawled 1323 pages (at 27 pages/min), scraped 293 items (at 5 items/min)
    • Head

      2026-01-29 06:00:11 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-01-29 06:00:11 [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-01-29 06:00:11 [auto1.fr] INFO: Starting spider auto1.fr
      2026-01-29 06:00:11 [scrapy.addons] INFO: Enabled addons:
      []
      2026-01-29 06:00:11 [asyncio] DEBUG: Using selector: EpollSelector
      2026-01-29 06:00:11 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-01-29 06:00:11 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-01-29 06:00:11 [scrapy.extensions.telnet] INFO: Telnet Password: 7b05ce85d3fbaead
      2026-01-29 06:00:11 [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-01-29 06:00:11 [scrapy.crawler] INFO: Overridden settings:
      {'BOT_NAME': 'SourcingV2',
       'CLOSESPIDER_TIMEOUT': 7200,
       'FEED_EXPORT_ENCODING': 'utf-8',
       'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto1.fr/task_31_2026-01-29T06_00_01.log',
       'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
       '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-01-29 06:00:11 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-01-29 06:00:11 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-01-29 06:00:11 [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-01-29 06:00:11 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
      2026-01-29 06:00:11 [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-01-29 06:00:11 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2026-01-29 06:00:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-01-29 06:00:12 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2002
      2026-01-29 06:00:12 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-01-29 06:00:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2026-01-29 06:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-29 06:00:12 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
      2026-01-29 06:00:12 [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-01-29 06:00:12 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: low_mileage_for_country.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: cars_too_new_for_country.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_price_for_currency.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage_for_country.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: registration_date_old.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage_for_make.json
      2026-01-29 06:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
      2026-01-29 06:00:12 [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-01-29 06:00:12 [scrapy.middleware] INFO: Enabled item pipelines:
      ['crawlers.pipelines.translation_pipeline.TranslationPipeline',
       'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
       'crawlers.pipelines.post_to_api.PostToApiPipeline']
      2026-01-29 06:00:12 [scrapy.core.engine] INFO: Spider opened
      2026-01-29 06:00:12 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-01-29 06:00:12 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
      2026-01-29 06:00:12 [scrapy-playwright] INFO: Starting download handler
      2026-01-29 06:00:12 [scrapy-playwright] INFO: Starting download handler
      2026-01-29 06:00:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
    • Tail

      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KJ94424') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KK32611') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KL77117') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KM60299') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KR63204') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KS10458') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KV49029') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KY33945') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KY39058') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KZ11520') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LF89252') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LL13757') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LN06746') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LN24435') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LP19458') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LP65803') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LS81095') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LZ52338') HTTP/1.1" 204 0
      2026-01-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MG05439') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MJ09005') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MJ83118') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MK72623') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MN37795') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MN50250') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MS72534') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MT27472') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MU00862') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MV42580') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MV53393') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MX86467') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NC17936') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ND06140') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ND42586') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ND59551') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NE90599') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NM79582') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NM83797') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NT91728') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NW06414') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PB49727') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PB82080') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PB98789') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PD19199') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PE63391') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PH06732') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PJ20031') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PK52646') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PR42466') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PR43049') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PV12229') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PV85708') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RB05543') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RD01049') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RK43071') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RL20367') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RM79650') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RM86809') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RP51235') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RU74626') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RV13566') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RV93754') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RX28214') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SE39749') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SM25889') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SM85943') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SR34297') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ST01655') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SU98111') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SW39455') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SW71090') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SW98885') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SX87957') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SZ38774') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TB74137') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TB85462') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TC58998') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TE14953') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TF47516') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TG21502') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TH78705') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TK13594') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TK47749') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TL95977') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TS59334') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TW11989') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UA51723') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UA73413') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UN71166') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UR17100') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UU44063') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UU45673') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UU66239') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VF90329') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VJ94051') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VL58327') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VP08839') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VS29604') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VU26839') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VX30296') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VZ12247') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WC14886') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WG97717') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WJ49569') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WJ58165') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WN56072') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WT22104') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WX62663') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WY77091') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XC26783') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XH38842') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XH73035') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XL85933') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XL96729') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XM86236') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XM86632') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XM98164') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XP96589') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XS51963') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XW49320') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XZ09604') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XZ69035') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XZ92750') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YE35735') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YH23058') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YM72418') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YP09435') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YR96651') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YW49663') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YY81516') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YZ67252') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZA35340') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZC61751') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZG04469') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZJ26577') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZL70388') HTTP/1.1" 204 0
      2026-01-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZM28685') HTTP/1.1" 204 0
      2026-01-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZM78044') HTTP/1.1" 204 0
      2026-01-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZM95539') HTTP/1.1" 204 0
      2026-01-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZP61293') HTTP/1.1" 204 0
      2026-01-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZP66282') HTTP/1.1" 204 0
      2026-01-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZW36842') HTTP/1.1" 204 0
      2026-01-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZY33506') HTTP/1.1" 204 0
      2026-01-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZZ48126') HTTP/1.1" 204 0
      2026-01-29 06:35:46 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (296 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto1.fr/task_31_2026-01-29T06_00_01.jl
      2026-01-29 06:35:46 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 3591104,
       'downloader/request_count': 1744,
       'downloader/request_method_count/GET': 1689,
       'downloader/request_method_count/POST': 55,
       'downloader/response_bytes': 85774817,
       'downloader/response_count': 1744,
       'downloader/response_status_count/200': 1744,
       'dupefilter/filtered': 37,
       'elapsed_time_seconds': 2133.740164,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 1, 29, 6, 35, 46, 51774, tzinfo=datetime.timezone.utc),
       'item_dropped_count': 348,
       'item_dropped_reasons_count/DropItem': 348,
       'item_scraped_count': 296,
       'log_count/DEBUG': 15544,
       'log_count/INFO': 14193,
       'memusage/max': 187514880,
       'memusage/startup': 127000576,
       'photo_download_count': 399,
       'request_depth_max': 56,
       'response_received_count': 1345,
       'scheduler/dequeued': 1744,
       'scheduler/dequeued/memory': 1744,
       'scheduler/enqueued': 1744,
       'scheduler/enqueued/memory': 1744,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 1403,
       'scrapy-zyte-api/error_ratio': 0.041339985744832504,
       'scrapy-zyte-api/errors': 58,
       "scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 58,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 5.764855088644614,
       'scrapy-zyte-api/mean_response_seconds': 5.788326733228389,
       'scrapy-zyte-api/processed': 1345,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 1345,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 1344,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 1345,
       'scrapy-zyte-api/request_args/httpRequestBody': 55,
       'scrapy-zyte-api/request_args/httpRequestMethod': 55,
       'scrapy-zyte-api/request_args/httpResponseBody': 1345,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 1345,
       'scrapy-zyte-api/request_args/sessionContext': 1345,
       'scrapy-zyte-api/request_args/url': 1345,
       'scrapy-zyte-api/status_codes/0': 58,
       'scrapy-zyte-api/status_codes/200': 1345,
       'scrapy-zyte-api/success': 1345,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'start_time': datetime.datetime(2026, 1, 29, 6, 0, 12, 311610, tzinfo=datetime.timezone.utc)}
      2026-01-29 06:35:46 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-01-29 06:35:46 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f2e7e206ed0>
      2026-01-29 06:35:46 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f2e7e0a5a10>
    • Log

      /3/log/utf8/sourcing_v2/auto1.fr/task_31_2026-01-29T06_00_01/?job_finished=True

    • Source

      http://scrapyd-3:6800/logs/sourcing_v2/auto1.fr/task_31_2026-01-29T06_00_01.log

  • sourcelog
    last_update_time2026-01-29 06:35:46
    last_update_timestamp1769668546
    downloader/request_bytes3591104
    downloader/request_count1744
    downloader/request_method_count/GET1689
    downloader/request_method_count/POST55
    downloader/response_bytes85774817
    downloader/response_count1744
    downloader/response_status_count/2001744
    dupefilter/filtered37
    elapsed_time_seconds2133.740164
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 1, 29, 6, 35, 46, 51774, tzinfo=datetime.timezone.utc)
    item_dropped_count348
    item_dropped_reasons_count/DropItem348
    item_scraped_count296
    log_count/DEBUG15544
    log_count/INFO14193
    memusage/max187514880
    memusage/startup127000576
    photo_download_count399
    request_depth_max56
    response_received_count1345
    scheduler/dequeued1744
    scheduler/dequeued/memory1744
    scheduler/enqueued1744
    scheduler/enqueued/memory1744
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts1403
    scrapy-zyte-api/error_ratio0.041339985744832504
    scrapy-zyte-api/errors58
    scrapy-zyte-api/exception_types/<class _aiohttp.client_exceptions.ClientConnectorError_>58
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds5.764855088644614
    scrapy-zyte-api/mean_response_seconds5.788326733228389
    scrapy-zyte-api/processed1345
    scrapy-zyte-api/request_args/customHttpRequestHeaders1345
    scrapy-zyte-api/request_args/experimental.requestCookies1344
    scrapy-zyte-api/request_args/experimental.responseCookies1345
    scrapy-zyte-api/request_args/httpRequestBody55
    scrapy-zyte-api/request_args/httpRequestMethod55
    scrapy-zyte-api/request_args/httpResponseBody1345
    scrapy-zyte-api/request_args/httpResponseHeaders1345
    scrapy-zyte-api/request_args/sessionContext1345
    scrapy-zyte-api/request_args/url1345
    scrapy-zyte-api/status_codes/058
    scrapy-zyte-api/status_codes/2001345
    scrapy-zyte-api/success1345
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    start_timedatetime.datetime(2026, 1, 29, 6, 0, 12, 311610, tzinfo=datetime.timezone.utc)