• LogParser v0.8.2, last updated at 2025-11-17 20:52:23, http://scrapyd-2:6800/logs/sourcing_v2/auto_selling_coches.net/2025-11-17T21_47_15.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
    job2025-11-17T21_47_15
    first_log_time2025-11-17 20:50:24
    latest_log_time2025-11-17 20:52:20
    runtime0:01:56
    crawled_pages 18
    scraped_items 8
    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-11-17 20:52:20 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f299c52b010>
      2025-11-17 20:52:20 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f299c52b890>

      INFO

      DEBUG

    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6024
    • telnet_password

      cfa6cf5435dac63c
    • latest_crawl

      2025-11-17 20:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://a.ccdn.es/cnet/vehicles/17627071/8cd55ed1-4e3c-47be-b337-0a07ed09a7f2.jpg> (referer: https://www.coches.net/infiniti-q30-1.6tc-115kw-156cv-premium-7dct-5p-gasolina-2019-en-valladolid-60340035-covo.aspx)
    • latest_scrape

      2025-11-17 20:52:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://a.ccdn.es/cnet/vehicles/17627071/8cd55ed1-4e3c-47be-b337-0a07ed09a7f2.jpg>
    • latest_stat

      2025-11-17 20:51:25 [scrapy.extensions.logstats] INFO: Crawled 18 pages (at 18 pages/min), scraped 0 items (at 0 items/min)
    • Head

      2025-11-17 20:50:24 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2025-11-17 20:50:24 [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-1092-azure-x86_64-with-glibc2.36
      2025-11-17 20:50:24 [auto_selling_coches.net] INFO: Starting auto_selling_coches.net spider
      2025-11-17 20:50:24 [auto_selling_coches.net] INFO: _job: 2025-11-17T21_47_15, SCRAPY_JOB: None
      2025-11-17 20:50:24 [scrapy.addons] INFO: Enabled addons:
      []
      2025-11-17 20:50:25 [asyncio] DEBUG: Using selector: EpollSelector
      2025-11-17 20:50:25 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2025-11-17 20:50:25 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2025-11-17 20:50:25 [scrapy.extensions.telnet] INFO: Telnet Password: cfa6cf5435dac63c
      2025-11-17 20:50:25 [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-11-17 20:50:25 [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/2025-11-17T21_47_15.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-11-17 20:50:25 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2025-11-17 20:50:25 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2025-11-17 20:50:25 [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-11-17 20:50:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
      2025-11-17 20:50:25 [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-11-17 20:50:25 [scrapy.middleware] INFO: Enabled item pipelines:
      ['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
       'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
      2025-11-17 20:50:25 [scrapy.core.engine] INFO: Spider opened
      2025-11-17 20:50:25 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
      2025-11-17 20:50:25 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
      2025-11-17 20:50:25 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
      2025-11-17 20:50:25 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2025-11-17 20:50:25 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
      2025-11-17 20:50:25 [scrapy-playwright] INFO: Starting download handler
      2025-11-17 20:50:25 [scrapy-playwright] INFO: Starting download handler
      2025-11-17 20:50:30 [auto_selling_coches.net] INFO: Scraper started with URL: https://www.coches.net/concesionario/rvautomoviles and multipost_profile_id: 9cbcf09c-c347-473d-8aaa-74460561b9ea and job_id: 2025-11-17T21_47_15
      
      2025-11-17 20:50:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-11-17 20:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/rvautomoviles> (referer: None) ['zyte-api']
      2025-11-17 20:50:33 [auto_selling_coches.net] INFO: response: <200 https://www.coches.net/concesionario/rvautomoviles/>
      2025-11-17 20:50:33 [auto_selling_coches.net] INFO: Title at home page 8 VehĂ­culos
      2025-11-17 20:50:33 [auto_selling_coches.net] INFO: Total number of items: 8
      
      2025-11-17 20:50:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-11-17 20:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/rvautomoviles/?pg=1> (referer: https://www.coches.net/concesionario/rvautomoviles/) ['zyte-api']
      2025-11-17 20:51:05 [auto_selling_coches.net] INFO: Parsing page 1
      2025-11-17 20:51:05 [auto_selling_coches.net] INFO: Found 8 listings on page 1
      2025-11-17 20:51:05 [auto_selling_coches.net] INFO: Found listing with ID: 59478911
      2025-11-17 20:51:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
      2025-11-17 20:51:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2025-11-17 20:51:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 1963
      2025-11-17 20:51:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2025-11-17 20:51:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2025-11-17 20:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2025-11-17 20:51:05 [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%2759478911%27 HTTP/1.1" 200 None
      2025-11-17 20:51:05 [auto_selling_coches.net] INFO: Scrape type for 59478911: 1
      2025-11-17 20:51:05 [auto_selling_coches.net] INFO: Scraping new listing 59478911
      2025-11-17 20:51:05 [auto_selling_coches.net] INFO: Found listing with ID: 61441971
      2025-11-17 20:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2025-11-17 20:51:05 [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%2761441971%27 HTTP/1.1" 200 None
      2025-11-17 20:51:05 [auto_selling_coches.net] INFO: Scrape type for 61441971: 1
      2025-11-17 20:51:05 [auto_selling_coches.net] INFO: Scraping new listing 61441971
      2025-11-17 20:51:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-11-17 20:51:05 [auto_selling_coches.net] INFO: Found listing with ID: 61764484
      2025-11-17 20:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2025-11-17 20:51:05 [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%2761764484%27 HTTP/1.1" 200 None
      2025-11-17 20:51:05 [auto_selling_coches.net] INFO: Scrape type for 61764484: 1
      2025-11-17 20:51:05 [auto_selling_coches.net] INFO: Scraping new listing 61764484
      2025-11-17 20:51:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-11-17 20:51:05 [auto_selling_coches.net] INFO: Found listing with ID: 59632997
      2025-11-17 20:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
    • Tail

                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_2.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 212329,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/8577dfeb-d010-4208-a500-204ad79d5876.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_3.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 229719,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/7c28b81c-1398-4cbc-9a0b-54be44a620ff.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_4.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 223519,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/79b8515a-79bf-472c-8a8b-5c998679accf.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_5.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 186922,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/fe3ebcae-de07-42ea-a264-7b270cdc5c53.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_6.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 216109,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/88ab81c7-9857-41de-8487-88acf837ed3f.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_7.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 149377,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/d4c9ab77-f7a1-42a8-b9e0-d3ffb160d725.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_8.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 144020,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/35c15d90-bb47-4b10-bfb4-141e4b7374e6.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_9.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 187155,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/c3639f27-f09b-47f0-9f5d-659eaf7e03d8.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_10.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 259675,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/509cc10b-db4d-4b70-9bf5-0c5d833a378a.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_11.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 206925,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/b5c3a0d1-11fd-4a4f-af4a-890c5d08ac1a.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_12.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 200748,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/3083ddab-54f8-4883-82f2-932eab4ec5f7.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_13.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 234535,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/38ba0fac-62ec-4c97-a01f-b3ca4a1cc659.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_14.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 189269,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/94e8173b-9683-47d9-ba4a-c166f959bb8e.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_15.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 165110,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/daaf4ad3-7fe6-4ab7-8ca9-c6ec2b02bc63.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_16.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 164269,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/09cd87d3-825b-4998-9825-ecd7f607ac0e.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_17.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 185936,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/fb8279ef-9ecf-4363-a20c-4337e1cc7961.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_18.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 130639,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/6b7a511f-d154-4052-bb48-809e6a08b7d6.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dda05fe-d50e-597d-bd32-89405bebea12/6dda05fe-d50e-597d-bd32-89405bebea12_image_19.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 144383,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17627071/346e62bd-c4c1-47bc-84ba-1e539be3a235.jpg',
                   'Width': 800}],
       'price': 19900,
       'price_includes_vat': True,
       'registration_date': '2019-01-01',
       'seats_number': 5,
       'seller_name': None,
       'title': 'INFINITI Q30 1.6TC PREMIUM 7DCT',
       'transmission': 'automatic',
       'trim': '1.6TC 115kW 156CV PREMIUM 7DCT',
       'vin': None,
       'year': 2019}
      2025-11-17 20:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2025-11-17 20:52:20 [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%2760340035%27 HTTP/1.1" 200 None
      2025-11-17 20:52:20 [auto_selling_coches.net] INFO: Saving data for 60340035: {'created_time': 1763412740.154246, 'last_price_update_time': 1763412740.15426}
      2025-11-17 20:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2025-11-17 20:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net',RowKey='60340035') HTTP/1.1" 204 0
      2025-11-17 20:52:20 [scrapy.core.engine] INFO: Closing spider (finished)
      2025-11-17 20:52:20 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
      2025-11-17 20:52:20 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2025-11-17 20:52:20 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 2025-11-17T21_47_15
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-11-17 20:52:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-11-17 20:52:20 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
      2025-11-17 20:52:20 [auto_selling_coches.net] INFO: auto_selling_coches.net Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 8, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
      2025-11-17 20:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2025-11-17 20:52:20 [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%201762116740 HTTP/1.1" 200 None
      2025-11-17 20:52:20 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (8 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_coches.net/2025-11-17T21_47_15.jl
      2025-11-17 20:52:20 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 114837,
       'downloader/request_count': 176,
       'downloader/request_method_count/GET': 176,
       'downloader/response_bytes': 43786147,
       'downloader/response_count': 176,
       'downloader/response_status_count/200': 176,
       'elapsed_time_seconds': 115.180511,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2025, 11, 17, 20, 52, 20, 468241, tzinfo=datetime.timezone.utc),
       'httpcompression/response_bytes': 28573152,
       'httpcompression/response_count': 158,
       'item_scraped_count': 8,
       'log_count/DEBUG': 1718,
       'log_count/INFO': 1566,
       'memusage/max': 226508800,
       'memusage/startup': 126390272,
       'photo_download_count': 158,
       'request_depth_max': 4,
       'response_received_count': 18,
       'scheduler/dequeued': 176,
       'scheduler/dequeued/memory': 176,
       'scheduler/enqueued': 176,
       'scheduler/enqueued/memory': 176,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 18,
       'scrapy-zyte-api/error_ratio': 0.0,
       'scrapy-zyte-api/errors': 0,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 8.112005303665581,
       'scrapy-zyte-api/mean_response_seconds': 8.508104425906721,
       'scrapy-zyte-api/processed': 18,
       'scrapy-zyte-api/request_args/actions': 1,
       'scrapy-zyte-api/request_args/browserHtml': 9,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 8,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 17,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 18,
       'scrapy-zyte-api/request_args/httpResponseBody': 9,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 9,
       'scrapy-zyte-api/request_args/requestHeaders': 1,
       'scrapy-zyte-api/request_args/url': 18,
       'scrapy-zyte-api/status_codes/200': 18,
       'scrapy-zyte-api/success': 18,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'start_time': datetime.datetime(2025, 11, 17, 20, 50, 25, 287730, tzinfo=datetime.timezone.utc)}
      2025-11-17 20:52:20 [scrapy.core.engine] INFO: Spider closed (finished)
      2025-11-17 20:52:20 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f299c52b010>
      2025-11-17 20:52:20 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f299c52b890>
    • Log

      /2/log/utf8/sourcing_v2/auto_selling_coches.net/2025-11-17T21_47_15/?job_finished=True

    • Source

      http://scrapyd-2:6800/logs/sourcing_v2/auto_selling_coches.net/2025-11-17T21_47_15.log

  • sourcelog
    last_update_time2025-11-17 20:52:20
    last_update_timestamp1763412740
    downloader/request_bytes114837
    downloader/request_count176
    downloader/request_method_count/GET176
    downloader/response_bytes43786147
    downloader/response_count176
    downloader/response_status_count/200176
    elapsed_time_seconds115.180511
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2025, 11, 17, 20, 52, 20, 468241, tzinfo=datetime.timezone.utc)
    httpcompression/response_bytes28573152
    httpcompression/response_count158
    item_scraped_count8
    log_count/DEBUG1718
    log_count/INFO1566
    memusage/max226508800
    memusage/startup126390272
    photo_download_count158
    request_depth_max4
    response_received_count18
    scheduler/dequeued176
    scheduler/dequeued/memory176
    scheduler/enqueued176
    scheduler/enqueued/memory176
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts18
    scrapy-zyte-api/error_ratio0.0
    scrapy-zyte-api/errors0
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds8.112005303665581
    scrapy-zyte-api/mean_response_seconds8.508104425906721
    scrapy-zyte-api/processed18
    scrapy-zyte-api/request_args/actions1
    scrapy-zyte-api/request_args/browserHtml9
    scrapy-zyte-api/request_args/customHttpRequestHeaders8
    scrapy-zyte-api/request_args/experimental.requestCookies17
    scrapy-zyte-api/request_args/experimental.responseCookies18
    scrapy-zyte-api/request_args/httpResponseBody9
    scrapy-zyte-api/request_args/httpResponseHeaders9
    scrapy-zyte-api/request_args/requestHeaders1
    scrapy-zyte-api/request_args/url18
    scrapy-zyte-api/status_codes/20018
    scrapy-zyte-api/success18
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    start_timedatetime.datetime(2025, 11, 17, 20, 50, 25, 287730, tzinfo=datetime.timezone.utc)