• 'pip install logparser' on host 'scrapyd-1:6800' and run command 'logparser'. Or wait until LogParser parses the log.
  • Fail to request logfile from http://scrapyd-1:6800/logs/sourcing_v2/auto_selling_coches.net/261b6170fc3011f0a599c2c555c92d63 with extensions ['.log', '.log.gz', '.txt']
  • Using backup stats: LogParser v0.8.2, last updated at 2026-01-28 13:19:12, /var/lib/scrapydweb/data/stats/scrapyd-1_6800/sourcing_v2/auto_selling_coches.net/261b6170fc3011f0a599c2c555c92d63.json

PROJECT (sourcing_v2), SPIDER (auto_selling_coches.net)

  • Log analysis
  • Log categorization
  • Progress visualization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spiderauto_selling_coches.net
    job261b6170fc3011f0a599c2c555c92d63
    first_log_time2026-01-28 13:01:49
    latest_log_time2026-01-28 13:19:09
    runtime0:17:20
    crawled_pages 201
    scraped_items 193
    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-28 13:19:09 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fc3b7355bd0>
      2026-01-28 13:19:09 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fc3b73563d0>

      INFO

      DEBUG

    • latest_crawl

      2026-01-28 13:19:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62464854> (referer: https://www.coches.net/concesionario/massinicars/?pg=2) ['zyte-api']
    • latest_scrape

      2026-01-28 13:19:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62464854>
    • latest_stat

      2026-01-28 13:18:49 [scrapy.extensions.logstats] INFO: Crawled 199 pages (at 20 pages/min), scraped 191 items (at 20 items/min)
    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6027
    • telnet_password

      fde6ce104863efdd
    • Head

      2026-01-28 13:01:49 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-01-28 13:01:49 [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-28 13:01:49 [auto_selling_coches.net] INFO: Starting auto_selling_coches.net spider
      2026-01-28 13:01:49 [auto_selling_coches.net] INFO: _job: 261b6170fc3011f0a599c2c555c92d63, SCRAPY_JOB: None
      2026-01-28 13:01:49 [scrapy.addons] INFO: Enabled addons:
      []
      2026-01-28 13:01:49 [asyncio] DEBUG: Using selector: EpollSelector
      2026-01-28 13:01:49 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-01-28 13:01:49 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-01-28 13:01:49 [scrapy.extensions.telnet] INFO: Telnet Password: fde6ce104863efdd
      2026-01-28 13:01:49 [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-28 13:01:49 [scrapy.crawler] INFO: Overridden settings:
      {'BOT_NAME': 'SourcingV2',
       'CLOSESPIDER_TIMEOUT': 3600,
       'CONCURRENT_REQUESTS': 5,
       'FEED_EXPORT_ENCODING': 'utf-8',
       'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto_selling_coches.net/261b6170fc3011f0a599c2c555c92d63.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-28 13:01:49 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-01-28 13:01:49 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-01-28 13:01:49 [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-28 13:01:49 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
      2026-01-28 13:01:49 [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-01-28 13:01:49 [scrapy.middleware] INFO: Enabled item pipelines:
      ['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
       'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
      2026-01-28 13:01:49 [scrapy.core.engine] INFO: Spider opened
      2026-01-28 13:01:49 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2026-01-28 13:01:49 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
      2026-01-28 13:01:49 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
      2026-01-28 13:01:49 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-01-28 13:01:49 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6027
      2026-01-28 13:01:49 [scrapy-playwright] INFO: Starting download handler
      
      2026-01-28 13:01:49 [scrapy-playwright] INFO: Starting download handler
      2026-01-28 13:01:54 [auto_selling_coches.net] INFO: Scraper started with URL: https://www.coches.net/concesionario/massinicars and multipost_profile_id: cbe7e18a-c0a4-4750-82ad-2b5e353ac8d8 and job_id: 261b6170fc3011f0a599c2c555c92d63
      
      2026-01-28 13:01:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-01-28 13:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/massinicars> (referer: None) ['zyte-api']
      2026-01-28 13:02:35 [auto_selling_coches.net] INFO: response: <200 https://www.coches.net/concesionario/massinicars/>
      2026-01-28 13:02:35 [auto_selling_coches.net] INFO: Title at home page 193 VehĂ­culos
      2026-01-28 13:02:35 [auto_selling_coches.net] INFO: Total number of items: 193
      
      2026-01-28 13:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      
      2026-01-28 13:02:49 [scrapy.extensions.logstats] INFO: Crawled 1 pages (at 1 pages/min), scraped 0 items (at 0 items/min)
      2026-01-28 13:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/massinicars?pg=1> (referer: https://www.coches.net/concesionario/massinicars/) ['zyte-api']
      2026-01-28 13:03:13 [auto_selling_coches.net] INFO: Parsing page 1
      2026-01-28 13:03:13 [auto_selling_coches.net] INFO: Found 30 listings on page 1
      2026-01-28 13:03:13 [auto_selling_coches.net] INFO: Found listing with ID: 62440033
      2026-01-28 13:03:13 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2026-01-28 13:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-01-28 13:03:13 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2010
      2026-01-28 13:03:13 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-01-28 13:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2026-01-28 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-28 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net%27%20and%20RowKey%20eq%20%2762440033%27 HTTP/1.1" 200 None
      2026-01-28 13:03:13 [auto_selling_coches.net] INFO: Scrape type for 62440033: 1
      2026-01-28 13:03:13 [auto_selling_coches.net] INFO: Scraping new listing 62440033
      2026-01-28 13:03:13 [auto_selling_coches.net] INFO: Found listing with ID: 62440067
      2026-01-28 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-28 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net%27%20and%20RowKey%20eq%20%2762440067%27 HTTP/1.1" 200 None
      2026-01-28 13:03:13 [auto_selling_coches.net] INFO: Scrape type for 62440067: 1
      2026-01-28 13:03:13 [auto_selling_coches.net] INFO: Scraping new listing 62440067
      2026-01-28 13:03:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-01-28 13:03:13 [auto_selling_coches.net] INFO: Found listing with ID: 62441271
      2026-01-28 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-28 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net%27%20and%20RowKey%20eq%20%2762441271%27 HTTP/1.1" 200 None
      2026-01-28 13:03:13 [auto_selling_coches.net] INFO: Scrape type for 62441271: 1
      2026-01-28 13:03:13 [auto_selling_coches.net] INFO: Scraping new listing 62441271
      2026-01-28 13:03:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-01-28 13:03:13 [auto_selling_coches.net] INFO: Found listing with ID: 62441246
    • Tail

                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_2.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 203355,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/81700f37-ce26-40ec-9462-ba0bdb871dd9.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_3.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 161261,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/c1fe97d1-6cab-4cbe-a495-ad79aac7b56a.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_4.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 177552,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/8d128912-240a-4069-8877-f099becbeb85.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_5.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 131972,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/a7862c50-a6bf-447a-a3a3-24d9567811a5.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_6.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 175370,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/bc219b85-74c2-4e9f-8115-8e70466e6ea6.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_7.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 196491,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/d9758928-9789-4927-83f8-5ecaba45c04e.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_8.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 202279,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/70ce8ac7-b39e-49bf-9984-341fb69a72cc.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_9.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 106611,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/3f8412fb-fa04-4790-b5db-e6b81ff2ecb4.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_10.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 192570,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/b9a5c8d2-2207-4037-9b60-8d48dd34911f.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_11.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 202148,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/b4d5ea97-f06a-49f3-b0e1-98238dd8c991.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_12.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 176315,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/dfceb0a4-9365-4708-847c-e0177ce4ace2.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_13.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 143312,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/cf7315f9-e32a-4d68-ad46-c9475268da6d.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_14.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 176365,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/8e245682-6482-454e-a851-1c6c32e9b62c.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_15.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 168379,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/1d62114c-f14d-4980-a49d-bd523aa5e327.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_16.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 126847,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/a74d172f-240f-47f0-8314-5b4be0548da2.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_17.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 161068,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/1bb128a0-08dd-4610-9310-99a516132a5b.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_18.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 152719,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/1d2d5746-7710-46a3-9e23-43977dd74067.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1022c925-b27a-541d-a9ef-0a32b05bc498/1022c925-b27a-541d-a9ef-0a32b05bc498_image_19.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 133981,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19355559/ecccf545-147f-4f51-a09c-738a34a152f2.jpg',
                   'Width': 800}],
       'price': 44999,
       'price_includes_vat': True,
       'registration_date': '2018-01-01',
       'seats_number': 5,
       'seller_name': None,
       'title': 'PORSCHE Macan',
       'transmission': 'automatic',
       'trim': '',
       'vin': None,
       'year': 2018}
      2026-01-28 13:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-28 13:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net%27%20and%20RowKey%20eq%20%2762464854%27 HTTP/1.1" 200 None
      2026-01-28 13:19:08 [auto_selling_coches.net] INFO: Saving data for 62464854: {'created_time': 1769606348.581441, 'last_price_update_time': 1769606348.581452}
      2026-01-28 13:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-28 13:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net',RowKey='62464854') HTTP/1.1" 204 0
      2026-01-28 13:19:08 [scrapy.core.engine] INFO: Closing spider (finished)
      2026-01-28 13:19:08 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
      2026-01-28 13:19:08 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2026-01-28 13:19:08 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 261b6170fc3011f0a599c2c555c92d63
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-01-28 13:19:08 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-01-28 13:19:08 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
      2026-01-28 13:19:08 [auto_selling_coches.net] INFO: auto_selling_coches.net 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-01-28 13:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-28 13:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net%27%20and%20last_price_update_time%20lt%201768310348 HTTP/1.1" 200 None
      2026-01-28 13:19:09 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (193 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_coches.net/261b6170fc3011f0a599c2c555c92d63.jl
      2026-01-28 13:19:09 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 427964,
       'downloader/request_count': 201,
       'downloader/request_method_count/GET': 201,
       'downloader/response_bytes': 19699704,
       'downloader/response_count': 201,
       'downloader/response_status_count/200': 201,
       'elapsed_time_seconds': 1039.636526,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 1, 28, 13, 19, 9, 30861, tzinfo=datetime.timezone.utc),
       'item_scraped_count': 193,
       'log_count/DEBUG': 10124,
       'log_count/INFO': 5496,
       'memusage/max': 180842496,
       'memusage/startup': 126517248,
       'request_depth_max': 8,
       'response_received_count': 201,
       'scheduler/dequeued': 201,
       'scheduler/dequeued/memory': 201,
       'scheduler/enqueued': 201,
       'scheduler/enqueued/memory': 201,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 216,
       'scrapy-zyte-api/error_ratio': 0.06944444444444445,
       'scrapy-zyte-api/errors': 15,
       "scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 15,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 13.487943328727052,
       'scrapy-zyte-api/mean_response_seconds': 13.56165863052289,
       'scrapy-zyte-api/processed': 201,
       'scrapy-zyte-api/request_args/actions': 7,
       'scrapy-zyte-api/request_args/browserHtml': 7,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 193,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 200,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 201,
       'scrapy-zyte-api/request_args/httpResponseBody': 194,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 194,
       'scrapy-zyte-api/request_args/requestHeaders': 7,
       'scrapy-zyte-api/request_args/url': 201,
       'scrapy-zyte-api/status_codes/0': 15,
       'scrapy-zyte-api/status_codes/200': 201,
       'scrapy-zyte-api/success': 201,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'start_time': datetime.datetime(2026, 1, 28, 13, 1, 49, 394335, tzinfo=datetime.timezone.utc)}
      2026-01-28 13:19:09 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-01-28 13:19:09 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fc3b7355bd0>
      2026-01-28 13:19:09 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fc3b73563d0>
    • Log

      /1/log/utf8/sourcing_v2/auto_selling_coches.net/261b6170fc3011f0a599c2c555c92d63/?job_finished=True

    • Source

      http://scrapyd-1:6800/logs/sourcing_v2/auto_selling_coches.net/261b6170fc3011f0a599c2c555c92d63.log

  • sourcelog
    last_update_time2026-01-28 13:19:09
    last_update_timestamp1769606349
    downloader/request_bytes427964
    downloader/request_count201
    downloader/request_method_count/GET201
    downloader/response_bytes19699704
    downloader/response_count201
    downloader/response_status_count/200201
    elapsed_time_seconds1039.636526
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 1, 28, 13, 19, 9, 30861, tzinfo=datetime.timezone.utc)
    item_scraped_count193
    log_count/DEBUG10124
    log_count/INFO5496
    memusage/max180842496
    memusage/startup126517248
    request_depth_max8
    response_received_count201
    scheduler/dequeued201
    scheduler/dequeued/memory201
    scheduler/enqueued201
    scheduler/enqueued/memory201
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts216
    scrapy-zyte-api/error_ratio0.06944444444444445
    scrapy-zyte-api/errors15
    scrapy-zyte-api/exception_types/<class _aiohttp.client_exceptions.ClientConnectorError_>15
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds13.487943328727052
    scrapy-zyte-api/mean_response_seconds13.56165863052289
    scrapy-zyte-api/processed201
    scrapy-zyte-api/request_args/actions7
    scrapy-zyte-api/request_args/browserHtml7
    scrapy-zyte-api/request_args/customHttpRequestHeaders193
    scrapy-zyte-api/request_args/experimental.requestCookies200
    scrapy-zyte-api/request_args/experimental.responseCookies201
    scrapy-zyte-api/request_args/httpResponseBody194
    scrapy-zyte-api/request_args/httpResponseHeaders194
    scrapy-zyte-api/request_args/requestHeaders7
    scrapy-zyte-api/request_args/url201
    scrapy-zyte-api/status_codes/015
    scrapy-zyte-api/status_codes/200201
    scrapy-zyte-api/success201
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    start_timedatetime.datetime(2026, 1, 28, 13, 1, 49, 394335, tzinfo=datetime.timezone.utc)