• '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/d145868ae7c111f0b2fbdec23cc99c42 with extensions ['.log', '.log.gz', '.txt']
  • Using backup stats: LogParser v0.8.2, last updated at 2026-01-02 10:03:19, /var/lib/scrapydweb/data/stats/scrapyd-1_6800/sourcing_v2/auto_selling_coches.net/d145868ae7c111f0b2fbdec23cc99c42.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
    jobd145868ae7c111f0b2fbdec23cc99c42
    first_log_time2026-01-02 10:00:12
    latest_log_time2026-01-02 10:03:15
    runtime0:03:03
    crawled_pages 149
    scraped_items 143
    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-02 10:03:15 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fe1b8720990>
      2026-01-02 10:03:15 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fe1b8721210>

      INFO

      DEBUG

    • latest_crawl

      2026-01-02 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62188394> (referer: https://www.coches.net/concesionario/motorevosevilla/?pg=5) ['zyte-api']
    • latest_scrape

      2026-01-02 10:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62188394>
    • latest_stat

      2026-01-02 10:03:13 [scrapy.extensions.logstats] INFO: Crawled 148 pages (at 54 pages/min), scraped 142 items (at 53 items/min)
    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6023
    • telnet_password

      412ae3a97ad8ab96
    • Head

      2026-01-02 10:00:12 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-01-02 10:00:12 [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-02 10:00:12 [auto_selling_coches.net] INFO: Starting auto_selling_coches.net spider
      2026-01-02 10:00:12 [auto_selling_coches.net] INFO: _job: d145868ae7c111f0b2fbdec23cc99c42, SCRAPY_JOB: None
      2026-01-02 10:00:12 [scrapy.addons] INFO: Enabled addons:
      []
      2026-01-02 10:00:12 [asyncio] DEBUG: Using selector: EpollSelector
      2026-01-02 10:00:12 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-01-02 10:00:12 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-01-02 10:00:12 [scrapy.extensions.telnet] INFO: Telnet Password: 412ae3a97ad8ab96
      2026-01-02 10:00:13 [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-02 10:00:13 [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/d145868ae7c111f0b2fbdec23cc99c42.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-02 10:00:13 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-01-02 10:00:13 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-01-02 10:00:13 [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-02 10:00:13 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
      2026-01-02 10:00:13 [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-02 10:00:13 [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-02 10:00:13 [scrapy.core.engine] INFO: Spider opened
      2026-01-02 10:00:13 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2026-01-02 10:00:13 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-dev-bus.servicebus.windows.net
      2026-01-02 10:00:13 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
      2026-01-02 10:00:13 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-01-02 10:00:13 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
      2026-01-02 10:00:13 [scrapy-playwright] INFO: Starting download handler
      2026-01-02 10:00:13 [scrapy-playwright] INFO: Starting download handler
      2026-01-02 10:00:18 [auto_selling_coches.net] INFO: Scraper started with URL: https://www.coches.net/concesionario/motorevosevilla and multipost_profile_id: 2614873d-ba78-4b0c-9c19-18fc91d9f7cd and job_id: d145868ae7c111f0b2fbdec23cc99c42
      
      2026-01-02 10:00:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-01-02 10:00:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/motorevosevilla> (referer: None) ['zyte-api']
      2026-01-02 10:00:25 [auto_selling_coches.net] INFO: response: <200 https://www.coches.net/concesionario/motorevosevilla/>
      2026-01-02 10:00:25 [auto_selling_coches.net] INFO: Title at home page 143 VehĂ­culos
      2026-01-02 10:00:25 [auto_selling_coches.net] INFO: Total number of items: 143
      
      2026-01-02 10:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-01-02 10:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/motorevosevilla?pg=1> (referer: https://www.coches.net/concesionario/motorevosevilla/) ['zyte-api']
      2026-01-02 10:00:55 [auto_selling_coches.net] INFO: Parsing page 1
      2026-01-02 10:00:55 [auto_selling_coches.net] INFO: Found 30 listings on page 1
      2026-01-02 10:00:55 [auto_selling_coches.net] INFO: Found listing with ID: 62255913
      2026-01-02 10:00:55 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2026-01-02 10:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-01-02 10:00:55 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 1950
      2026-01-02 10:00:55 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Scrape type for 62255913: 1
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Scraping new listing 62255913
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Found listing with ID: 62241014
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Scrape type for 62241014: 1
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Scraping new listing 62241014
      2026-01-02 10:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Found listing with ID: 62244369
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Scrape type for 62244369: 1
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Scraping new listing 62244369
      2026-01-02 10:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Found listing with ID: 62238756
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Scrape type for 62238756: 1
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Scraping new listing 62238756
      2026-01-02 10:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Found listing with ID: 62244324
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Scrape type for 62244324: 1
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Scraping new listing 62244324
      2026-01-02 10:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-01-02 10:00:56 [auto_selling_coches.net] INFO: Found listing with ID: 62244297
    • Tail

                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/29483bed-de6e-434b-9b67-c9bb52b0149c.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_1.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 76629,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/d7679c26-2058-4101-92b4-326e078d6928.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_2.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 85602,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/153db425-37d9-4835-8eb6-e49bda1e04bf.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_3.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 70359,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/4e11ed74-659b-4bbc-8099-de66e43e84ee.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_4.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 77168,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/d94c0d32-b6ce-4238-a13c-5deeb77f86f5.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_5.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 72429,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/04eac5aa-a033-49d3-8cd6-a7642a587711.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_6.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 48885,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/ac4fcca9-da52-4615-b49d-bc7e85eaefd9.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_7.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 81305,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/e2a48319-5689-4134-a86f-7d220ec00674.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_8.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 68541,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/4a5d2ff0-a8af-4168-92ed-931389a6d8c4.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_9.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 64511,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/74b25cb4-3709-4b8e-96d9-8e71f88ebbdd.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_10.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 76899,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/24246bb7-f27f-44e5-b18e-56a86ad32c07.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_11.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 85945,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/0a47f1fa-e5fc-4ca3-be13-1e8eef03e3ef.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_12.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 63183,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/e486fa12-c0f4-439e-aa9a-8517cfd077b6.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_13.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 70577,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/b4e297e4-6d50-4f91-be3b-60f1491592d3.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_14.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 70075,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/9938167f-2708-4992-92b1-85b4fef5ecef.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_15.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 77478,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/a6b61af2-4dce-4d28-b154-2026dc7168d9.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_16.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 77763,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/ff79cf3b-af3e-4c13-86b2-a208125d2929.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_17.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 64111,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/7704f35c-2852-4cbc-80fa-a6a1a20b8b1d.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_18.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 54433,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/17573412-cbf3-4a80-a094-a74312df1179.jpg',
                   'Width': 650},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_716f5571-3aa8-561d-8aaa-c56e31ff8fd4/716f5571-3aa8-561d-8aaa-c56e31ff8fd4_image_19.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 74261,
                   'Height': 488,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19121257/45d6e0e7-f14a-41f2-b893-62d5025718f5.jpg',
                   'Width': 650}],
       'price': 22990,
       'price_includes_vat': True,
       'registration_date': '2021-01-01',
       'seats_number': 5,
       'seller_name': None,
       'title': 'JAGUAR F-Pace 2.0D I4 204PS AWD Auto MHEV Standard S',
       'transmission': 'manual',
       'trim': '2.0D I4 204PS AWD Auto MHEV Standard S',
       'vin': None,
       'year': 2021}
      2026-01-02 10:03:14 [auto_selling_coches.net] INFO: Saving data for 62188394: {'created_time': 1767348194.116931, 'last_price_update_time': 1767348194.116941}
      2026-01-02 10:03:14 [scrapy.core.engine] INFO: Closing spider (finished)
      2026-01-02 10:03:14 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
      2026-01-02 10:03:14 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2026-01-02 10:03:14 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item d145868ae7c111f0b2fbdec23cc99c42
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-01-02 10:03:14 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-01-02 10:03:14 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
      2026-01-02 10:03:15 [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-02 10:03:15 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (143 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_coches.net/d145868ae7c111f0b2fbdec23cc99c42.jl
      2026-01-02 10:03:15 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 318436,
       'downloader/request_count': 149,
       'downloader/request_method_count/GET': 149,
       'downloader/response_bytes': 12478517,
       'downloader/response_count': 149,
       'downloader/response_status_count/200': 149,
       'elapsed_time_seconds': 182.206094,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 1, 2, 10, 3, 15, 404762, tzinfo=datetime.timezone.utc),
       'item_scraped_count': 143,
       'log_count/DEBUG': 890,
       'log_count/INFO': 3652,
       'memusage/max': 173412352,
       'memusage/startup': 125734912,
       'request_depth_max': 6,
       'response_received_count': 149,
       'scheduler/dequeued': 149,
       'scheduler/dequeued/memory': 149,
       'scheduler/enqueued': 149,
       'scheduler/enqueued/memory': 149,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 149,
       'scrapy-zyte-api/error_ratio': 0.0,
       'scrapy-zyte-api/errors': 0,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 2.8761426661782368,
       'scrapy-zyte-api/mean_response_seconds': 2.9417705169797648,
       'scrapy-zyte-api/processed': 149,
       'scrapy-zyte-api/request_args/actions': 5,
       'scrapy-zyte-api/request_args/browserHtml': 5,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 143,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 148,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 149,
       'scrapy-zyte-api/request_args/httpResponseBody': 144,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 144,
       'scrapy-zyte-api/request_args/requestHeaders': 5,
       'scrapy-zyte-api/request_args/url': 149,
       'scrapy-zyte-api/status_codes/200': 149,
       'scrapy-zyte-api/success': 149,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'start_time': datetime.datetime(2026, 1, 2, 10, 0, 13, 198668, tzinfo=datetime.timezone.utc)}
      2026-01-02 10:03:15 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-01-02 10:03:15 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fe1b8720990>
      2026-01-02 10:03:15 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fe1b8721210>
    • Log

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

    • Source

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

  • sourcelog
    last_update_time2026-01-02 10:03:15
    last_update_timestamp1767348195
    downloader/request_bytes318436
    downloader/request_count149
    downloader/request_method_count/GET149
    downloader/response_bytes12478517
    downloader/response_count149
    downloader/response_status_count/200149
    elapsed_time_seconds182.206094
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 1, 2, 10, 3, 15, 404762, tzinfo=datetime.timezone.utc)
    item_scraped_count143
    log_count/DEBUG890
    log_count/INFO3652
    memusage/max173412352
    memusage/startup125734912
    request_depth_max6
    response_received_count149
    scheduler/dequeued149
    scheduler/dequeued/memory149
    scheduler/enqueued149
    scheduler/enqueued/memory149
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts149
    scrapy-zyte-api/error_ratio0.0
    scrapy-zyte-api/errors0
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds2.8761426661782368
    scrapy-zyte-api/mean_response_seconds2.9417705169797648
    scrapy-zyte-api/processed149
    scrapy-zyte-api/request_args/actions5
    scrapy-zyte-api/request_args/browserHtml5
    scrapy-zyte-api/request_args/customHttpRequestHeaders143
    scrapy-zyte-api/request_args/experimental.requestCookies148
    scrapy-zyte-api/request_args/experimental.responseCookies149
    scrapy-zyte-api/request_args/httpResponseBody144
    scrapy-zyte-api/request_args/httpResponseHeaders144
    scrapy-zyte-api/request_args/requestHeaders5
    scrapy-zyte-api/request_args/url149
    scrapy-zyte-api/status_codes/200149
    scrapy-zyte-api/success149
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    start_timedatetime.datetime(2026, 1, 2, 10, 0, 13, 198668, tzinfo=datetime.timezone.utc)