• LogParser v0.8.2, last updated at 2026-03-16 11:12:22, http://scrapyd-0:6800/logs/sourcing_v2/auto_selling_autotrader.co.uk/2026-03-16T12_11_32.json

PROJECT (sourcing_v2), SPIDER (auto_selling_autotrader.co.uk)

  • Log analysis
  • Log categorization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spiderauto_selling_autotrader.co.uk
    job2026-03-16T12_11_32
    first_log_time2026-03-16 11:11:56
    latest_log_time2026-03-16 11:12:22
    runtime0:00:26
    crawled_pages 36
    scraped_items 19
    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-16 11:12:22 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f387c7786d0>
      2026-03-16 11:12:22 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f387c778ed0>

      INFO

      DEBUG

    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6023
    • telnet_password

      4cfd54df5f68503d
    • latest_crawl

      2026-03-16 11:12:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://m.atcdn.co.uk/a/media/3f29700743f64bbe88701d6bcc2d30be.jpg> (referer: https://www.autotrader.co.uk/)
    • latest_scrape

      2026-03-16 11:12:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://m.atcdn.co.uk/a/media/3f29700743f64bbe88701d6bcc2d30be.jpg>
    • latest_stat

      2026-03-16 11:11:57 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
    • Head

      2026-03-16 11:11:56 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-03-16 11:11:56 [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-16 11:11:56 [auto_selling_autotrader.co.uk] INFO: Starting auto_selling_autotrader.co.uk spider
      2026-03-16 11:11:56 [auto_selling_autotrader.co.uk] INFO: _job: 2026-03-16T12_11_32, SCRAPY_JOB: None
      2026-03-16 11:11:56 [scrapy.addons] INFO: Enabled addons:
      []
      2026-03-16 11:11:56 [asyncio] DEBUG: Using selector: EpollSelector
      2026-03-16 11:11:56 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-03-16 11:11:56 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-03-16 11:11:56 [scrapy.extensions.telnet] INFO: Telnet Password: 4cfd54df5f68503d
      2026-03-16 11:11:56 [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-16 11:11:56 [scrapy.crawler] INFO: Overridden settings:
      {'BOT_NAME': 'SourcingV2',
       'CLOSESPIDER_TIMEOUT': 3600,
       'DOWNLOAD_MAXSIZE': 52428800,
       'DOWNLOAD_WARNSIZE': 10485760,
       'FEED_EXPORT_ENCODING': 'utf-8',
       'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto_selling_autotrader.co.uk/2026-03-16T12_11_32.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-16 11:11:56 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-16 11:11:56 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-16 11:11:56 [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-16 11:11:57 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
      2026-03-16 11:11:57 [scrapy.middleware] INFO: Enabled spider middlewares:
      ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
       'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
       'scrapy.spidermiddlewares.referer.RefererMiddleware',
       'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
       'scrapy.spidermiddlewares.depth.DepthMiddleware',
       'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
       'crawlers.auto_selling.middlewares.id_gen_middleware.IdGenMiddleware']
      2026-03-16 11:11:57 [scrapy.middleware] INFO: Enabled item pipelines:
      ['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
       'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
      2026-03-16 11:11:57 [scrapy.core.engine] INFO: Spider opened
      2026-03-16 11:11:57 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
      2026-03-16 11:11:57 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-dev-bus.servicebus.windows.net
      2026-03-16 11:11:57 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
      2026-03-16 11:11:57 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-03-16 11:11:57 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
      2026-03-16 11:11:57 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
      2026-03-16 11:11:57 [scrapy-playwright] INFO: Starting download handler
      2026-03-16 11:11:57 [scrapy-playwright] INFO: Starting download handler
      2026-03-16 11:12:02 [auto_selling_autotrader.co.uk] INFO: Scraper started with retailer ID: 611266 and multipost_profile_id: f9312fbb-b396-4fec-a554-1ab4d6146d29 and job_id: 2026-03-16T12_11_32 and url: https://www.autotrader.co.uk/dealers/bedfordshire/luton/car-point-luton-ltd-ta-car-point-bedfordshire-611266
      2026-03-16 11:12:02 [auto_selling_autotrader.co.uk] INFO: Getting list for retailer ID: 611266, page: 1
      
      2026-03-16 11:12:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-16 11:12:03 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.autotrader.co.uk/at-gateway?opname=SearchResultsListingsGridQuery&opname=SearchResultsFacetsWithGroupsQuery> (referer: None) ['zyte-api']
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] DEBUG: response: <200 https://www.autotrader.co.uk/at-gateway?opname=SearchResultsListingsGridQuery&opname=SearchResultsFacetsWithGroupsQuery>
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Page: 1/1, total results: 19
      2026-03-16 11:12:03 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
      2026-03-16 11:12:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-03-16 11:12:03 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2095
      2026-03-16 11:12:03 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Scrape type for 202602260222808: 1
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Getting details for advert ID: 202602260222808, item: 202602260222808
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Scrape type for 202602200097985: 1
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Getting details for advert ID: 202602200097985, item: 202602200097985
      2026-03-16 11:12:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Scrape type for 202602129889781: 1
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Getting details for advert ID: 202602129889781, item: 202602129889781
      2026-03-16 11:12:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Scrape type for 202602049680733: 1
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Getting details for advert ID: 202602049680733, item: 202602049680733
      2026-03-16 11:12:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Scrape type for 202602049666243: 1
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Getting details for advert ID: 202602049666243, item: 202602049666243
      2026-03-16 11:12:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Scrape type for 202601219303710: 1
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Getting details for advert ID: 202601219303710, item: 202601219303710
      2026-03-16 11:12:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Scrape type for 202601109057538: 1
      2026-03-16 11:12:03 [auto_selling_autotrader.co.uk] INFO: Getting details for advert ID: 202601109057538, item: 202601109057538
      2026-03-16 11:12:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
    • Tail

                      'meeting the Euro 6 emission standards. This model benefits '
                      'from a Keyless Entry and Start System, allowing for '
                      "effortless access and ignition. Inside, you'll find the "
                      'advanced SYNC 3 system, complete with an 8-inch colour '
                      'touchscreen, Bluetooth connectivity for calls and music, '
                      'voice control, a USB port, and Emergency Assistance. Driving '
                      'is made easier with Automatic Headlights that feature Auto '
                      'High-Low Beam, and Parking Sensors front and rear provide '
                      'added confidence when manoeuvring. Both the driver and '
                      'passenger seats are variably heated, ensuring comfort in all '
                      'conditions.\n'
                      '\n'
                      'The Mondeo Titanium Edition excels with its impressive '
                      'acceleration, reaching 0-62mph in just 9.7 seconds, '
                      'demonstrating its responsive performance. This capability, '
                      'combined with its generous boot space, makes it a practical '
                      'choice for various needs, from daily commutes to longer '
                      'journeys. The inclusion of features like the SYNC 3 system '
                      'and automatic headlights highlights how this vehicle offers a '
                      'superior level of convenience and technology compared to '
                      'other cars in its class.\n'
                      'COMES WITH 2 KEYS +5  SERVICE HISTORY + 4 SERVICES FROM MAIN  '
                      'DEALER + MOT HISTORY + NEXT MOT DUE 09/03/2027 + Navigation '
                      'System +Navigation HDD +\n'
                      'Climate Control +Parking Sensor(s) +Leather Trim + Tyre '
                      'Inflation Kit + 18" Alloy Wheels.\n'
                      'ACTUAL VEHICLE MILEAGE MAY INCREASE DUE TO TEST DRIVES)  + WE '
                      'OFFER SAME DAY FINANCE WITH ZERO DEPOSIT  + DELIVERY '
                      'AVAILABLE TO ALL OVER UK FOR LOW COST + ALL MAJOR DEBIT & '
                      'CREDIT CARDS ACCEPTED + OPEN 7 DAYS A WEEK FROM 10:00 AM TO '
                      '7:00 PM + PART EXCHANGE WELCOME + WE PROVIDE GOOD QUALITY '
                      'USED CARS + CO OPERATIVE FRIENDLY STAFF + WARRANTY ON ALL '
                      'CARS +  3, 6 & 12 MONTHS WARRANTY AVAILABLE + WE ARE LOCATED '
                      'AT Unit  H  CRADOCK ROAD LUTON, BEDFORDSHIRE  LU4 OJF + For '
                      'More Cars Visit Our Website www.carpointbedfordshire.co.uk. '
                      '£100 Admin fee applies',
       'doors_number': 5,
       'emission_standard': 'Euro 6',
       'engine': '2L',
       'engine_horse_power': 148,
       'fuel_type': 'Diesel',
       'id': '27dbb614-3c83-54a9-90ae-163841a5d0a9',
       'is_damaged': False,
       'is_operable': True,
       'link_to_web_offer': 'https://www.autotrader.co.uk/car-details/202602049680733',
       'listing': 'directbuy',
       'location': 'Luton, Bedfordshire',
       'make': 'Ford',
       'model': 'Mondeo',
       'odometer': 107358,
       'odometer_reading_unit': 'mi',
       'origin_country_code': 'GB',
       'original_photo_count': 34,
       'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_27dbb614-3c83-54a9-90ae-163841a5d0a9/27dbb614-3c83-54a9-90ae-163841a5d0a9_image_0.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 115455,
                   'Height': 1080,
                   'OriginUrl': 'https://m.atcdn.co.uk/a/media/3f29700743f64bbe88701d6bcc2d30be.jpg',
                   'Width': 1440},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_27dbb614-3c83-54a9-90ae-163841a5d0a9/27dbb614-3c83-54a9-90ae-163841a5d0a9_image_1.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 125347,
                   'Height': 1080,
                   'OriginUrl': 'https://m.atcdn.co.uk/a/media/7e42da38d86e4fd580d734fe3960b2d8.jpg',
                   'Width': 1440},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_27dbb614-3c83-54a9-90ae-163841a5d0a9/27dbb614-3c83-54a9-90ae-163841a5d0a9_image_2.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 64720,
                   'Height': 1063,
                   'OriginUrl': 'https://m.atcdn.co.uk/a/media/741ce4be10bf4c18970646eb9b99ab19.jpg',
                   'Width': 1080},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_27dbb614-3c83-54a9-90ae-163841a5d0a9/27dbb614-3c83-54a9-90ae-163841a5d0a9_image_3.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 118646,
                   'Height': 1080,
                   'OriginUrl': 'https://m.atcdn.co.uk/a/media/91066d4eec374737a0eee03c7a02110c.jpg',
                   'Width': 1440},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_27dbb614-3c83-54a9-90ae-163841a5d0a9/27dbb614-3c83-54a9-90ae-163841a5d0a9_image_4.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 96801,
                   'Height': 1080,
                   'OriginUrl': 'https://m.atcdn.co.uk/a/media/a5d2953e35454bec965edeb6940eed03.jpg',
                   'Width': 1440},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_27dbb614-3c83-54a9-90ae-163841a5d0a9/27dbb614-3c83-54a9-90ae-163841a5d0a9_image_5.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 130177,
                   'Height': 1080,
                   'OriginUrl': 'https://m.atcdn.co.uk/a/media/c85706b3132149a8a15b5a28f9bf516e.jpg',
                   'Width': 1440},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_27dbb614-3c83-54a9-90ae-163841a5d0a9/27dbb614-3c83-54a9-90ae-163841a5d0a9_image_6.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 75395,
                   'Height': 1060,
                   'OriginUrl': 'https://m.atcdn.co.uk/a/media/2c2af84f47ad4930a6c85b82cfc59699.jpg',
                   'Width': 1080},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_27dbb614-3c83-54a9-90ae-163841a5d0a9/27dbb614-3c83-54a9-90ae-163841a5d0a9_image_7.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 96332,
                   'Height': 1080,
                   'OriginUrl': 'https://m.atcdn.co.uk/a/media/dd62903cca4b42a8a174c9fd345edd99.jpg',
                   'Width': 1440},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_27dbb614-3c83-54a9-90ae-163841a5d0a9/27dbb614-3c83-54a9-90ae-163841a5d0a9_image_8.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 125250,
                   'Height': 1080,
                   'OriginUrl': 'https://m.atcdn.co.uk/a/media/d9b01d2b018548e0a231354c5dc26fc1.jpg',
                   'Width': 1440},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_27dbb614-3c83-54a9-90ae-163841a5d0a9/27dbb614-3c83-54a9-90ae-163841a5d0a9_image_9.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 118323,
                   'Height': 1080,
                   'OriginUrl': 'https://m.atcdn.co.uk/a/media/9a3434f1a5184695bfe32c09f013647a.jpg',
                   'Width': 1440}],
       'price': 7250,
       'price_includes_vat': True,
       'registration_date': '2019-09-23',
       'seats_number': 5,
       'seller_name': None,
       'title': 'Ford Mondeo 2.0 EcoBlue Titanium Edition Euro 6 (s/s) 5dr',
       'transmission': 'manual',
       'trim': 'Titanium Edition',
       'year': 2019}
      2026-03-16 11:12:20 [auto_selling_autotrader.co.uk] INFO: Saving data for 202602049680733: {'created_time': 1773659540.465143, 'last_price_update_time': 1773659540.465156}
      2026-03-16 11:12:20 [scrapy.core.engine] INFO: Closing spider (finished)
      2026-03-16 11:12:20 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
      2026-03-16 11:12:20 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2026-03-16 11:12:20 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 2026-03-16T12_11_32
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-03-16 11:12:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-03-16 11:12:21 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
      2026-03-16 11:12:21 [auto_selling_autotrader.co.uk] INFO: auto_selling_autotrader.co.uk Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
      2026-03-16 11:12:22 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (19 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_autotrader.co.uk/2026-03-16T12_11_32.jl
      2026-03-16 11:12:22 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 263028,
       'downloader/request_count': 206,
       'downloader/request_method_count/GET': 186,
       'downloader/request_method_count/POST': 20,
       'downloader/response_bytes': 22001509,
       'downloader/response_count': 206,
       'downloader/response_status_count/200': 190,
       'downloader/response_status_count/403': 16,
       'elapsed_time_seconds': 25.164328,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 3, 16, 11, 12, 22, 253475, tzinfo=datetime.timezone.utc),
       'httpcompression/response_bytes': 115237,
       'httpcompression/response_count': 16,
       'item_scraped_count': 19,
       'log_count/DEBUG': 681,
       'log_count/INFO': 1422,
       'memusage/max': 147058688,
       'memusage/startup': 147058688,
       'photo_download_count': 170,
       'request_depth_max': 2,
       'response_received_count': 36,
       'scheduler/dequeued': 206,
       'scheduler/dequeued/memory': 206,
       'scheduler/enqueued': 206,
       'scheduler/enqueued/memory': 206,
       'scrape_type/new': 19,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 20,
       'scrapy-zyte-api/error_ratio': 0.0,
       'scrapy-zyte-api/errors': 0,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 1.2011873040348293,
       'scrapy-zyte-api/mean_response_seconds': 1.2663399813696743,
       'scrapy-zyte-api/processed': 20,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 20,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 19,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 20,
       'scrapy-zyte-api/request_args/httpRequestBody': 20,
       'scrapy-zyte-api/request_args/httpRequestMethod': 20,
       'scrapy-zyte-api/request_args/httpResponseBody': 20,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 20,
       'scrapy-zyte-api/request_args/url': 20,
       'scrapy-zyte-api/status_codes/200': 20,
       'scrapy-zyte-api/success': 20,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'start_time': datetime.datetime(2026, 3, 16, 11, 11, 57, 89147, tzinfo=datetime.timezone.utc)}
      2026-03-16 11:12:22 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-03-16 11:12:22 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f387c7786d0>
      2026-03-16 11:12:22 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f387c778ed0>
    • Log

      /1/log/utf8/sourcing_v2/auto_selling_autotrader.co.uk/2026-03-16T12_11_32/?job_finished=True

    • Source

      http://scrapyd-0:6800/logs/sourcing_v2/auto_selling_autotrader.co.uk/2026-03-16T12_11_32.log

  • sourcelog
    last_update_time2026-03-16 11:12:22
    last_update_timestamp1773659542
    downloader/request_bytes263028
    downloader/request_count206
    downloader/request_method_count/GET186
    downloader/request_method_count/POST20
    downloader/response_bytes22001509
    downloader/response_count206
    downloader/response_status_count/200190
    downloader/response_status_count/40316
    elapsed_time_seconds25.164328
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 3, 16, 11, 12, 22, 253475, tzinfo=datetime.timezone.utc)
    httpcompression/response_bytes115237
    httpcompression/response_count16
    item_scraped_count19
    log_count/DEBUG681
    log_count/INFO1422
    memusage/max147058688
    memusage/startup147058688
    photo_download_count170
    request_depth_max2
    response_received_count36
    scheduler/dequeued206
    scheduler/dequeued/memory206
    scheduler/enqueued206
    scheduler/enqueued/memory206
    scrape_type/new19
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts20
    scrapy-zyte-api/error_ratio0.0
    scrapy-zyte-api/errors0
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds1.2011873040348293
    scrapy-zyte-api/mean_response_seconds1.2663399813696743
    scrapy-zyte-api/processed20
    scrapy-zyte-api/request_args/customHttpRequestHeaders20
    scrapy-zyte-api/request_args/experimental.requestCookies19
    scrapy-zyte-api/request_args/experimental.responseCookies20
    scrapy-zyte-api/request_args/httpRequestBody20
    scrapy-zyte-api/request_args/httpRequestMethod20
    scrapy-zyte-api/request_args/httpResponseBody20
    scrapy-zyte-api/request_args/httpResponseHeaders20
    scrapy-zyte-api/request_args/url20
    scrapy-zyte-api/status_codes/20020
    scrapy-zyte-api/success20
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    start_timedatetime.datetime(2026, 3, 16, 11, 11, 57, 89147, tzinfo=datetime.timezone.utc)