• '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/289b1120e49d11f0b2fbdec23cc99c42 with extensions ['.log', '.log.gz', '.txt']
  • Using backup stats: LogParser v0.8.2, last updated at 2025-12-29 10:01:39, /var/lib/scrapydweb/data/stats/scrapyd-1_6800/sourcing_v2/auto_selling_coches.net/289b1120e49d11f0b2fbdec23cc99c42.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
    job289b1120e49d11f0b2fbdec23cc99c42
    first_log_time2025-12-29 10:00:22
    latest_log_time2025-12-29 10:01:39
    runtime0:01:17
    crawled_pages 32
    scraped_items 30
    shutdown_reasonN/A
    finish_reasonfinished
    log_critical_count0
    log_error_count2
    log_warning_count0
    log_redirect_count0
    log_retry_count0
    log_ignore_count0
    latest_crawl
    latest_scrape
    latest_log
    current_time
    latest_itemN/A
    • WARNING+

    • error_logs
      2 in total

      2025-12-29 10:01:39 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f9ca7744b90>
      2025-12-29 10:01:39 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f9ca77453d0>

      INFO

      DEBUG

    • latest_crawl

      2025-12-29 10:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62203399> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
    • latest_scrape

      2025-12-29 10:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62203399>
    • latest_stat

      2025-12-29 10:01:24 [scrapy.extensions.logstats] INFO: Crawled 7 pages (at 7 pages/min), scraped 4 items (at 4 items/min)
    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6025
    • telnet_password

      14d13ba6c9ed6848
    • Head

      2025-12-29 10:00:22 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2025-12-29 10:00:22 [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
      2025-12-29 10:00:22 [auto_selling_coches.net] INFO: Starting auto_selling_coches.net spider
      2025-12-29 10:00:22 [auto_selling_coches.net] INFO: _job: 289b1120e49d11f0b2fbdec23cc99c42, SCRAPY_JOB: None
      2025-12-29 10:00:22 [scrapy.addons] INFO: Enabled addons:
      []
      2025-12-29 10:00:22 [asyncio] DEBUG: Using selector: EpollSelector
      2025-12-29 10:00:22 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2025-12-29 10:00:22 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2025-12-29 10:00:22 [scrapy.extensions.telnet] INFO: Telnet Password: 14d13ba6c9ed6848
      2025-12-29 10:00:23 [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']
      2025-12-29 10:00:23 [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/289b1120e49d11f0b2fbdec23cc99c42.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': ''}
      2025-12-29 10:00:23 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2025-12-29 10:00:23 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2025-12-29 10:00:23 [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']
      2025-12-29 10:00:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
      2025-12-29 10:00:23 [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']
      2025-12-29 10:00:23 [scrapy.middleware] INFO: Enabled item pipelines:
      ['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
       'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
      2025-12-29 10:00:23 [scrapy.core.engine] INFO: Spider opened
      2025-12-29 10:00:23 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2025-12-29 10:00:23 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-dev-bus.servicebus.windows.net
      2025-12-29 10:00:23 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
      2025-12-29 10:00:23 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2025-12-29 10:00:23 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6025
      2025-12-29 10:00:23 [scrapy-playwright] INFO: Starting download handler
      2025-12-29 10:00:23 [scrapy-playwright] INFO: Starting download handler
      2025-12-29 10:00:28 [auto_selling_coches.net] INFO: Scraper started with URL: https://www.coches.net/concesionario/algarage and multipost_profile_id: cd708b16-1a06-4813-af9a-db45335e23d9 and job_id: 289b1120e49d11f0b2fbdec23cc99c42
      
      2025-12-29 10:00:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-12-29 10:00:39 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 11.627(s), this was the 1st time calling it.
      2025-12-29 10:00:39 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.337814094814561 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Mon, 29 Dec 2025 10:00:39 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': '16beea25e56a8690530033802d8f5082', 'Vary': 'Accept-Encoding', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Expose-Headers': '*, X-Project-Key', 'Access-Control-Allow-Methods': 'GET, PUT, POST, DELETE, PATCH, OPTIONS', 'Access-Control-Allow-Headers': 'DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization, X-Project-Key', 'Access-Control-Max-Age': '1728000')>, body=b'{"type":"/download/temporary-error","title":"Website Ban","status":520,"detail":"Zyte API could not get a ban-free response in a reasonable time. See https://docs.zyte.com/zyte-api/usage/errors.html#ban-responses"}', request_id=16beea25e56a8690530033802d8f5082.
      
      2025-12-29 10:00:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
      2025-12-29 10:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/algarage> (referer: None) ['zyte-api']
      2025-12-29 10:00:51 [auto_selling_coches.net] INFO: response: <200 https://www.coches.net/concesionario/algarage/>
      2025-12-29 10:00:51 [auto_selling_coches.net] INFO: Title at home page 30 VehĂ­culos
      2025-12-29 10:00:51 [auto_selling_coches.net] INFO: Total number of items: 30
      
      2025-12-29 10:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-12-29 10:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/algarage?pg=1> (referer: https://www.coches.net/concesionario/algarage/) ['zyte-api']
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Parsing page 1
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Found 30 listings on page 1
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Found listing with ID: 62250956
      2025-12-29 10:01:20 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2025-12-29 10:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2025-12-29 10:01:20 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 1943
      2025-12-29 10:01:20 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Scrape type for 62250956: 1
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Scraping new listing 62250956
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Found listing with ID: 62250964
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Scrape type for 62250964: 1
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Scraping new listing 62250964
      2025-12-29 10:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Found listing with ID: 62259382
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Scrape type for 62259382: 1
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Scraping new listing 62259382
      2025-12-29 10:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Found listing with ID: 62222717
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Scrape type for 62222717: 1
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Scraping new listing 62222717
      2025-12-29 10:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Found listing with ID: 62251837
      2025-12-29 10:01:20 [auto_selling_coches.net] INFO: Scrape type for 62251837: 1
    • Tail

                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_1.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 195311,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/df4beb3a-92ed-4f19-a70c-6fd15889ef0b.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_2.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 202479,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/6d5775f7-23ca-4ac9-b618-954dd7c8739c.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_3.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 193390,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/402eb41b-1afa-405e-bbad-726df838f902.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_4.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 166453,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/77dfc11b-89dc-4c46-9fba-c681980e7b35.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_5.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 200558,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/b2f994a3-402e-4f3b-9a65-e9c20095c874.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_6.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 247614,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/15c5c1e5-aa15-46ce-be99-0ae45cd78be1.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_7.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 202901,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/924f93b0-9fff-4f60-bfce-c30ccf52dbc5.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_8.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 203210,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/0bf3efc2-a8e5-49e2-a226-e6409983e4c0.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_9.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 261237,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/41b85c68-856a-4cfb-bfb7-8e88ef808ad8.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_10.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 185154,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/747b6e7e-f148-4b81-a195-a6f856c3f51b.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_11.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 156459,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/020350e1-070a-499b-89bf-f18860985671.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_12.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 193002,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/235cb7f7-1b05-4bd7-ad42-4c0c795b89ae.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_13.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 133888,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/cdb79c6e-9256-425d-ad6b-a7d4f08017d5.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_14.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 205653,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/f4d4a4a3-c963-4322-ba33-f1dd305a678a.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_15.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 168402,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/b4aa0860-1dc4-4f40-98a1-c03f0e6f6a14.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_16.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 197467,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/3a684feb-7a40-4f2d-a3aa-2efd52663515.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_17.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 156638,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/06ed5e54-3f4a-43a7-ab96-042344741a68.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_18.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 219565,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/9e16b1e1-c66a-4343-b96a-ef553c18c564.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_330490a0-4a80-5447-bf60-60a1286d6e31/330490a0-4a80-5447-bf60-60a1286d6e31_image_19.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 262993,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19136921/b449e6c8-8d3e-49fc-a0b8-0ee7024b4cc2.jpg',
                   'Width': 800}],
       'price': 79990,
       'price_includes_vat': True,
       'registration_date': '2022-01-01',
       'seats_number': 5,
       'seller_name': None,
       'title': 'MERCEDES-BENZ GLE Coupé GLE 400 d 4MATIC',
       'transmission': 'automatic',
       'trim': 'GLE 400 d 4MATIC',
       'vin': None,
       'year': 2022}
      2025-12-29 10:01:37 [auto_selling_coches.net] INFO: Saving data for 62203399: {'created_time': 1767002497.985354, 'last_price_update_time': 1767002497.985366}
      2025-12-29 10:01:38 [scrapy.core.engine] INFO: Closing spider (finished)
      2025-12-29 10:01:38 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
      2025-12-29 10:01:38 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2025-12-29 10:01:38 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 289b1120e49d11f0b2fbdec23cc99c42
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-29 10:01:38 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-29 10:01:38 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
      2025-12-29 10:01:38 [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}
      2025-12-29 10:01:39 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (30 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_coches.net/289b1120e49d11f0b2fbdec23cc99c42.jl
      2025-12-29 10:01:39 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 64999,
       'downloader/request_count': 32,
       'downloader/request_method_count/GET': 32,
       'downloader/response_bytes': 3728327,
       'downloader/response_count': 32,
       'downloader/response_status_count/200': 32,
       'elapsed_time_seconds': 76.231701,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2025, 12, 29, 10, 1, 39, 388406, tzinfo=datetime.timezone.utc),
       'item_scraped_count': 30,
       'log_count/DEBUG': 206,
       'log_count/INFO': 904,
       'memusage/max': 167456768,
       'memusage/startup': 126173184,
       'request_depth_max': 2,
       'response_received_count': 32,
       'scheduler/dequeued': 32,
       'scheduler/dequeued/memory': 32,
       'scheduler/enqueued': 32,
       'scheduler/enqueued/memory': 32,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 33,
       'scrapy-zyte-api/error_ratio': 0.030303030303030304,
       'scrapy-zyte-api/error_types/download/temporary-error': 1,
       'scrapy-zyte-api/errors': 1,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 3.712293129371987,
       'scrapy-zyte-api/mean_response_seconds': 3.5495404584071366,
       'scrapy-zyte-api/processed': 32,
       'scrapy-zyte-api/request_args/actions': 1,
       'scrapy-zyte-api/request_args/browserHtml': 1,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 30,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 31,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 32,
       'scrapy-zyte-api/request_args/httpResponseBody': 31,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 31,
       'scrapy-zyte-api/request_args/requestHeaders': 1,
       'scrapy-zyte-api/request_args/url': 32,
       'scrapy-zyte-api/status_codes/200': 32,
       'scrapy-zyte-api/status_codes/520': 1,
       'scrapy-zyte-api/success': 32,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'start_time': datetime.datetime(2025, 12, 29, 10, 0, 23, 156705, tzinfo=datetime.timezone.utc)}
      2025-12-29 10:01:39 [scrapy.core.engine] INFO: Spider closed (finished)
      2025-12-29 10:01:39 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f9ca7744b90>
      2025-12-29 10:01:39 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f9ca77453d0>
    • Log

      /1/log/utf8/sourcing_v2/auto_selling_coches.net/289b1120e49d11f0b2fbdec23cc99c42/?job_finished=True

    • Source

      http://scrapyd-1:6800/logs/sourcing_v2/auto_selling_coches.net/289b1120e49d11f0b2fbdec23cc99c42.log

  • sourcelog
    last_update_time2025-12-29 10:01:39
    last_update_timestamp1767002499
    downloader/request_bytes64999
    downloader/request_count32
    downloader/request_method_count/GET32
    downloader/response_bytes3728327
    downloader/response_count32
    downloader/response_status_count/20032
    elapsed_time_seconds76.231701
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2025, 12, 29, 10, 1, 39, 388406, tzinfo=datetime.timezone.utc)
    item_scraped_count30
    log_count/DEBUG206
    log_count/INFO904
    memusage/max167456768
    memusage/startup126173184
    request_depth_max2
    response_received_count32
    scheduler/dequeued32
    scheduler/dequeued/memory32
    scheduler/enqueued32
    scheduler/enqueued/memory32
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts33
    scrapy-zyte-api/error_ratio0.030303030303030304
    scrapy-zyte-api/error_types/download/temporary-error1
    scrapy-zyte-api/errors1
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds3.712293129371987
    scrapy-zyte-api/mean_response_seconds3.5495404584071366
    scrapy-zyte-api/processed32
    scrapy-zyte-api/request_args/actions1
    scrapy-zyte-api/request_args/browserHtml1
    scrapy-zyte-api/request_args/customHttpRequestHeaders30
    scrapy-zyte-api/request_args/experimental.requestCookies31
    scrapy-zyte-api/request_args/experimental.responseCookies32
    scrapy-zyte-api/request_args/httpResponseBody31
    scrapy-zyte-api/request_args/httpResponseHeaders31
    scrapy-zyte-api/request_args/requestHeaders1
    scrapy-zyte-api/request_args/url32
    scrapy-zyte-api/status_codes/20032
    scrapy-zyte-api/status_codes/5201
    scrapy-zyte-api/success32
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    start_timedatetime.datetime(2025, 12, 29, 10, 0, 23, 156705, tzinfo=datetime.timezone.utc)