• 'pip install logparser' on host 'scrapyd-0:6800' and run command 'logparser'. Or wait until LogParser parses the log.
  • Fail to request logfile from http://scrapyd-0:6800/logs/sourcing_v2/motorway.uk/task_1_2026-03-24T12_00_00 with extensions ['.log', '.log.gz', '.txt']
  • Using backup stats: LogParser v0.8.2, last updated at 2026-03-24 12:21:31, /var/lib/scrapydweb/data/stats/scrapyd-0_6800/sourcing_v2/motorway.uk/task_1_2026-03-24T12_00_00.json

PROJECT (sourcing_v2), SPIDER (motorway.uk)

  • Log analysis
  • Log categorization
  • Progress visualization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spidermotorway.uk
    jobtask_1_2026-03-24T12_00_00
    first_log_time2026-03-24 12:00:04
    latest_log_time2026-03-24 12:21:26
    runtime0:21:22
    crawled_pages 74
    scraped_items 0
    shutdown_reasonN/A
    finish_reasonfinished
    log_critical_count0
    log_error_count2
    log_warning_count0
    log_redirect_count0
    log_retry_count0
    log_ignore_count0
    latest_crawl
    latest_scrape
    latest_log
    current_time
    latest_itemN/A
    • WARNING+

    • error_logs
      2 in total

      2026-03-24 12:21:26 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f9970620390>
      2026-03-24 12:21:26 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f997049e990>

      INFO

      DEBUG

    • latest_crawl

      2026-03-24 12:21:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=2520&page=70&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
    • latest_stat

      2026-03-24 12:21:05 [scrapy.extensions.logstats] INFO: Crawled 69 pages (at 12 pages/min), scraped 0 items (at 0 items/min)
    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6024
    • telnet_password

      0e96fee668900e6b
    • Head

      2026-03-24 12:00:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-03-24 12:00:04 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
      2026-03-24 12:00:04 [motorway.uk] INFO: Batch mode enabled: batch 1/4
      2026-03-24 12:00:04 [motorway.uk] INFO: Starting spider motorway.uk
      2026-03-24 12:00:04 [scrapy.addons] INFO: Enabled addons:
      []
      2026-03-24 12:00:04 [asyncio] DEBUG: Using selector: EpollSelector
      2026-03-24 12:00:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-03-24 12:00:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-03-24 12:00:04 [scrapy.extensions.telnet] INFO: Telnet Password: 0e96fee668900e6b
      2026-03-24 12:00:04 [scrapy.middleware] INFO: Enabled extensions:
      ['scrapy.extensions.corestats.CoreStats',
       'scrapy.extensions.telnet.TelnetConsole',
       'scrapy.extensions.memusage.MemoryUsage',
       'scrapy.extensions.feedexport.FeedExporter',
       'scrapy.extensions.logstats.LogStats',
       'scrapy.extensions.closespider.CloseSpider']
      2026-03-24 12:00:04 [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/motorway.uk/task_1_2026-03-24T12_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-24 12:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-24 12:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-24 12:00:04 [scrapy.middleware] INFO: Enabled downloader middlewares:
      ['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
       'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
       'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
       'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
       'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
       'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
       'scrapy.downloadermiddlewares.retry.RetryMiddleware',
       'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
       'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
       'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
       'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
       'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
       'scrapy.downloadermiddlewares.stats.DownloaderStats']
      2026-03-24 12:00:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
      2026-03-24 12:00:05 [scrapy.middleware] INFO: Enabled spider middlewares:
      ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
       'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
       'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
       'scrapy.spidermiddlewares.referer.RefererMiddleware',
       'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
       'scrapy.spidermiddlewares.depth.DepthMiddleware',
       'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
       'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
       'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
      2026-03-24 12:00:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2026-03-24 12:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-03-24 12:00:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2106
      2026-03-24 12:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-03-24 12:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2026-03-24 12:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-24 12:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
      2026-03-24 12:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
      2026-03-24 12:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
      2026-03-24 12:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
      2026-03-24 12:00:05 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
      2026-03-24 12:00:05 [scrapy.middleware] INFO: Enabled item pipelines:
      ['crawlers.pipelines.translation_pipeline.TranslationPipeline',
       'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
       'crawlers.pipelines.post_to_api.PostToApiPipeline']
      2026-03-24 12:00:05 [scrapy.core.engine] INFO: Spider opened
      2026-03-24 12:00:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-03-24 12:00:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
      2026-03-24 12:00:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
      2026-03-24 12:00:05 [scrapy-playwright] INFO: Starting download handler
      2026-03-24 12:00:05 [scrapy-playwright] INFO: Starting download handler
      
      2026-03-24 12:00:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-24 12:00:14 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://pro.motorway.co.uk/api/login> (referer: None) ['zyte-api']
    • Tail

      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='16180698') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='16200707') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='16337456') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='16371444') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='16664595') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='16861281') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='16912430') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='17195221') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='17490847') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='17529404') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='17646108') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='17654720') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='17691601') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='18099049') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='18273650') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='18393865') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='18511067') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='18666046') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='18673438') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='18729335') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='18819941') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='18943115') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19037695') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19270448') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19284222') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19323688') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19407843') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19475651') HTTP/1.1" 204 0
      2026-03-24 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19578156') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19593297') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19632891') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19641894') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19677132') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19699642') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19730293') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19784873') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19792671') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19804389') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19812712') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19821769') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19841016') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19865292') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19876077') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19878862') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19892314') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19928029') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19938651') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='19989598') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20018074') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20023028') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20028957') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20045082') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20082984') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20085041') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20085747') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20102567') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20108817') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20124346') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20131339') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20131377') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20138548') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20146502') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20148614') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20148775') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20152489') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20163586') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20164556') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20167126') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20171784') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20181253') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20187032') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20189566') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20195217') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20206431') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20207825') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20208975') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20212926') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20216254') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20221304') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20222446') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20223311') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20223553') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20224203') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20236736') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20246228') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20247735') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20252671') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20255127') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20266210') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20269531') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20271216') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20275586') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20277053') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20278818') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20279234') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20279742') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20280783') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20281620') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20283588') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20286096') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20286174') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20286608') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20287268') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20290670') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20291171') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20294126') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20295728') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20297997') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20299765') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20300918') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20300939') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20305156') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20307758') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20308370') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20312430') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20312468') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20313886') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20315141') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20315287') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20315577') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20316675') HTTP/1.1" 204 0
      2026-03-24 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20316703') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20317260') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20318401') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20325999') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20326829') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20327717') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20328057') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20328164') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20328461') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20329737') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='20330450') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='3042197') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='3644619') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4279390') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='508279') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5277232') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8189678') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8233192') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8937035') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9272805') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9552624') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9572116') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9711169') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9963330') HTTP/1.1" 204 0
      2026-03-24 12:21:26 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (0 items) in: file:///var/lib/scrapyd/items/sourcing_v2/motorway.uk/task_1_2026-03-24T12_00_00.jl
      2026-03-24 12:21:26 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 169308,
       'downloader/request_count': 74,
       'downloader/request_method_count/GET': 73,
       'downloader/request_method_count/POST': 1,
       'downloader/response_bytes': 2831555,
       'downloader/response_count': 74,
       'downloader/response_status_count/200': 74,
       'elapsed_time_seconds': 1280.650324,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 3, 24, 12, 21, 26, 206912, tzinfo=datetime.timezone.utc),
       'log_count/DEBUG': 1527,
       'log_count/INFO': 3212,
       'memusage/max': 164741120,
       'memusage/startup': 149995520,
       'request_depth_max': 72,
       'response_received_count': 74,
       'scheduler/dequeued': 74,
       'scheduler/dequeued/memory': 74,
       'scheduler/enqueued': 74,
       'scheduler/enqueued/memory': 74,
       'scrape_type/batch_skipped': 1928,
       'scrape_type/skipped': 599,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 76,
       'scrapy-zyte-api/error_ratio': 0.02631578947368421,
       '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': 13.672024565673354,
       'scrapy-zyte-api/mean_response_seconds': 13.690875838586207,
       'scrapy-zyte-api/processed': 74,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 74,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 73,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 74,
       'scrapy-zyte-api/request_args/httpRequestBody': 1,
       'scrapy-zyte-api/request_args/httpRequestMethod': 1,
       'scrapy-zyte-api/request_args/httpResponseBody': 74,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 74,
       'scrapy-zyte-api/request_args/sessionContext': 72,
       'scrapy-zyte-api/request_args/url': 74,
       'scrapy-zyte-api/status_codes/0': 2,
       'scrapy-zyte-api/status_codes/200': 74,
       'scrapy-zyte-api/success': 74,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'source/items_encountered': 2527,
       'start_time': datetime.datetime(2026, 3, 24, 12, 0, 5, 556588, tzinfo=datetime.timezone.utc)}
      2026-03-24 12:21:26 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-03-24 12:21:26 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f9970620390>
      2026-03-24 12:21:26 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f997049e990>
    • Log

      /1/log/utf8/sourcing_v2/motorway.uk/task_1_2026-03-24T12_00_00/?job_finished=True

    • Source

      http://scrapyd-0:6800/logs/sourcing_v2/motorway.uk/task_1_2026-03-24T12_00_00.log

  • sourcelog
    last_update_time2026-03-24 12:21:26
    last_update_timestamp1774354886
    downloader/request_bytes169308
    downloader/request_count74
    downloader/request_method_count/GET73
    downloader/request_method_count/POST1
    downloader/response_bytes2831555
    downloader/response_count74
    downloader/response_status_count/20074
    elapsed_time_seconds1280.650324
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 3, 24, 12, 21, 26, 206912, tzinfo=datetime.timezone.utc)
    log_count/DEBUG1527
    log_count/INFO3212
    memusage/max164741120
    memusage/startup149995520
    request_depth_max72
    response_received_count74
    scheduler/dequeued74
    scheduler/dequeued/memory74
    scheduler/enqueued74
    scheduler/enqueued/memory74
    scrape_type/batch_skipped1928
    scrape_type/skipped599
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts76
    scrapy-zyte-api/error_ratio0.02631578947368421
    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_seconds13.672024565673354
    scrapy-zyte-api/mean_response_seconds13.690875838586207
    scrapy-zyte-api/processed74
    scrapy-zyte-api/request_args/customHttpRequestHeaders74
    scrapy-zyte-api/request_args/experimental.requestCookies73
    scrapy-zyte-api/request_args/experimental.responseCookies74
    scrapy-zyte-api/request_args/httpRequestBody1
    scrapy-zyte-api/request_args/httpRequestMethod1
    scrapy-zyte-api/request_args/httpResponseBody74
    scrapy-zyte-api/request_args/httpResponseHeaders74
    scrapy-zyte-api/request_args/sessionContext72
    scrapy-zyte-api/request_args/url74
    scrapy-zyte-api/status_codes/02
    scrapy-zyte-api/status_codes/20074
    scrapy-zyte-api/success74
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    source/items_encountered2527
    start_timedatetime.datetime(2026, 3, 24, 12, 0, 5, 556588, tzinfo=datetime.timezone.utc)