• LogParser v0.8.2, last updated at 2025-12-05 11:59:02, http://scrapyd-1:6800/logs/sourcing_v2/auto_selling_coches.net/2fedf2ced1c111f0b120928152083da5.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
    job2fedf2ced1c111f0b120928152083da5
    first_log_time2025-12-05 11:52:52
    latest_log_time2025-12-05 11:58:53
    runtime0:06:01
    crawled_pages 47
    scraped_items 44
    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-05 11:58:53 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f49ef920a50>
      2025-12-05 11:58:53 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f49ef921250>

      INFO

      DEBUG

    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6023
    • telnet_password

      f5324228a986b6a5
    • latest_crawl

      2025-12-05 11:58:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61881021> (referer: https://www.coches.net/concesionario/ivanauto/?pg=1) ['zyte-api']
    • latest_scrape

      2025-12-05 11:58:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61881021>
    • latest_stat

      2025-12-05 11:57:52 [scrapy.extensions.logstats] INFO: Crawled 46 pages (at 14 pages/min), scraped 43 items (at 14 items/min)
    • Head

      2025-12-05 11:52:52 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2025-12-05 11:52:52 [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-05 11:52:52 [auto_selling_coches.net] INFO: Starting auto_selling_coches.net spider
      2025-12-05 11:52:52 [auto_selling_coches.net] INFO: _job: 2fedf2ced1c111f0b120928152083da5, SCRAPY_JOB: None
      2025-12-05 11:52:52 [scrapy.addons] INFO: Enabled addons:
      []
      2025-12-05 11:52:52 [asyncio] DEBUG: Using selector: EpollSelector
      2025-12-05 11:52:52 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2025-12-05 11:52:52 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2025-12-05 11:52:52 [scrapy.extensions.telnet] INFO: Telnet Password: f5324228a986b6a5
      2025-12-05 11:52:52 [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-05 11:52:52 [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/2fedf2ced1c111f0b120928152083da5.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-05 11:52:52 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2025-12-05 11:52:52 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2025-12-05 11:52:52 [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-05 11:52:52 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
      2025-12-05 11:52:52 [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-05 11:52:52 [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-05 11:52:52 [scrapy.core.engine] INFO: Spider opened
      2025-12-05 11:52:52 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
      2025-12-05 11:52:52 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
      2025-12-05 11:52:52 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
      2025-12-05 11:52:52 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2025-12-05 11:52:52 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
      2025-12-05 11:52:52 [scrapy-playwright] INFO: Starting download handler
      
      2025-12-05 11:52:52 [scrapy-playwright] INFO: Starting download handler
      2025-12-05 11:52:57 [auto_selling_coches.net] INFO: Scraper started with URL: https://www.coches.net/concesionario/ivanauto and multipost_profile_id: 748f2c4b-0209-4534-9780-743ad994bd5e and job_id: 2fedf2ced1c111f0b120928152083da5
      2025-12-05 11:52:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-12-05 11:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/ivanauto> (referer: None) ['zyte-api']
      2025-12-05 11:53:03 [auto_selling_coches.net] INFO: response: <200 https://www.coches.net/concesionario/ivanauto/>
      2025-12-05 11:53:03 [auto_selling_coches.net] INFO: Title at home page 44 VehĂ­culos
      2025-12-05 11:53:03 [auto_selling_coches.net] INFO: Total number of items: 44
      
      2025-12-05 11:53:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-12-05 11:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/ivanauto?pg=1> (referer: https://www.coches.net/concesionario/ivanauto/) ['zyte-api']
      2025-12-05 11:53:38 [auto_selling_coches.net] INFO: Parsing page 1
      2025-12-05 11:53:38 [auto_selling_coches.net] INFO: Found 30 listings on page 1
      2025-12-05 11:53:38 [auto_selling_coches.net] INFO: Found listing with ID: 62146633
      2025-12-05 11:53:38 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
      2025-12-05 11:53:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2025-12-05 11:53:39 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 1965
      2025-12-05 11:53:39 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2025-12-05 11:53:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2025-12-05 11:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2025-12-05 11:53:39 [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%2762146633%27 HTTP/1.1" 200 None
      2025-12-05 11:53:39 [auto_selling_coches.net] INFO: Scrape type for 62146633: 1
      2025-12-05 11:53:39 [auto_selling_coches.net] INFO: Scraping new listing 62146633
      2025-12-05 11:53:39 [auto_selling_coches.net] INFO: Found listing with ID: 62128277
      2025-12-05 11:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2025-12-05 11:53:39 [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%2762128277%27 HTTP/1.1" 200 None
      2025-12-05 11:53:39 [auto_selling_coches.net] INFO: Scrape type for 62128277: 1
      2025-12-05 11:53:39 [auto_selling_coches.net] INFO: Scraping new listing 62128277
      2025-12-05 11:53:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-12-05 11:53:39 [auto_selling_coches.net] INFO: Found listing with ID: 62096158
      2025-12-05 11:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2025-12-05 11:53:39 [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%2762096158%27 HTTP/1.1" 200 None
      2025-12-05 11:53:39 [auto_selling_coches.net] INFO: Scrape type for 62096158: 1
      2025-12-05 11:53:39 [auto_selling_coches.net] INFO: Scraping new listing 62096158
      2025-12-05 11:53:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-12-05 11:53:39 [auto_selling_coches.net] INFO: Found listing with ID: 62069292
      2025-12-05 11:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
    • Tail

                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/024696c3-cda4-4836-8aaf-e2daa862eeb9.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_3.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 122982,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/160259fb-41ee-4ed0-91fa-7de7a710c5ea.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_4.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 110895,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/723e2463-c482-4686-9eac-de66b7ed5f04.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_5.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 113031,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/bad3dd1b-fdb7-487e-a1ea-82da006e738b.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_6.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 109662,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/6bd71d0a-354b-40c9-8d42-59c8a5ddf237.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_7.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 105169,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/8a6416be-799c-48ce-9caf-49168d76707d.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_8.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 87288,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/d9d5ff13-021f-44a8-9d09-37f68ec40ac7.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_9.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 112223,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/95a392d5-a11f-4831-9800-4009dd3edc16.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_10.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 97010,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/4dcd15be-3ce3-4eec-863d-8be5588b7416.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_11.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 85623,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/842c7f53-35b7-48db-a832-df37203470f6.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_12.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 86635,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/494ffd44-bd1e-4b5a-92c5-d55e82df0706.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_13.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 91323,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/b7801f37-07c7-43ca-b2fa-c51d0ed3774f.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_14.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 97215,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/f0a4eed8-1817-41b5-bb83-3f7683b46374.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_15.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 93087,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/7fe81a7e-aa7c-45d9-8c83-62ab948cea1e.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_16.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 69705,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/95f07c0c-fedc-4822-a669-85f7754976a6.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_17.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 92089,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/7f3b6345-a37b-4733-83b8-3b22ab079bb2.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_18.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 96398,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/6604b4e8-7f02-4c67-8261-dba3aec53f8c.jpg',
                   'Width': 576},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e51c6c49-2c71-530f-bc2c-d014d3957292/e51c6c49-2c71-530f-bc2c-d014d3957292_image_19.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 90968,
                   'Height': 432,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18866302/33e26005-8176-4322-b330-f65b144a292f.jpg',
                   'Width': 576}],
       'price': 12990,
       'price_includes_vat': True,
       'registration_date': '2017-01-01',
       'seats_number': 4,
       'seller_name': None,
       'title': 'MINI MINI COOPER D',
       'transmission': 'manual',
       'trim': 'COOPER D',
       'vin': None,
       'year': 2017}
      2025-12-05 11:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2025-12-05 11:58:51 [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%2761881021%27 HTTP/1.1" 200 None
      2025-12-05 11:58:51 [auto_selling_coches.net] INFO: Saving data for 61881021: {'created_time': 1764935931.662824, 'last_price_update_time': 1764935931.662832}
      2025-12-05 11:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2025-12-05 11:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net',RowKey='61881021') HTTP/1.1" 204 0
      2025-12-05 11:58:51 [scrapy.core.engine] INFO: Closing spider (finished)
      2025-12-05 11:58:51 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
      2025-12-05 11:58:51 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2025-12-05 11:58:51 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 2fedf2ced1c111f0b120928152083da5
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-05 11:58:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-05 11:58:52 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
      2025-12-05 11:58:52 [auto_selling_coches.net] INFO: auto_selling_coches.net Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 1, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
      2025-12-05 11:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2025-12-05 11:58:52 [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%201763639932 HTTP/1.1" 200 None
      2025-12-05 11:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_coches.net',RowKey='61563232') HTTP/1.1" 204 0
      2025-12-05 11:58:53 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (44 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_coches.net/2fedf2ced1c111f0b120928152083da5.jl
      2025-12-05 11:58:53 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 104986,
       'downloader/request_count': 67,
       'downloader/request_method_count/GET': 67,
       'downloader/response_bytes': 8916226,
       'downloader/response_count': 67,
       'downloader/response_status_count/200': 67,
       'elapsed_time_seconds': 360.543483,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2025, 12, 5, 11, 58, 52, 975865, tzinfo=datetime.timezone.utc),
       'httpcompression/response_bytes': 3511222,
       'httpcompression/response_count': 20,
       'item_scraped_count': 44,
       'log_count/DEBUG': 2491,
       'log_count/INFO': 1462,
       'memusage/max': 175874048,
       'memusage/startup': 126590976,
       'photo_download_count': 20,
       'request_depth_max': 3,
       'response_received_count': 47,
       'scheduler/dequeued': 67,
       'scheduler/dequeued/memory': 67,
       'scheduler/enqueued': 67,
       'scheduler/enqueued/memory': 67,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 53,
       'scrapy-zyte-api/error_ratio': 0.11320754716981132,
       'scrapy-zyte-api/errors': 6,
       "scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 6,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 9.164145846709987,
       'scrapy-zyte-api/mean_response_seconds': 9.255759603405826,
       'scrapy-zyte-api/processed': 47,
       'scrapy-zyte-api/request_args/actions': 2,
       'scrapy-zyte-api/request_args/browserHtml': 2,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 44,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 46,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 47,
       'scrapy-zyte-api/request_args/httpResponseBody': 45,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 45,
       'scrapy-zyte-api/request_args/requestHeaders': 2,
       'scrapy-zyte-api/request_args/url': 47,
       'scrapy-zyte-api/status_codes/0': 6,
       'scrapy-zyte-api/status_codes/200': 47,
       'scrapy-zyte-api/success': 47,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'start_time': datetime.datetime(2025, 12, 5, 11, 52, 52, 432382, tzinfo=datetime.timezone.utc)}
      2025-12-05 11:58:53 [scrapy.core.engine] INFO: Spider closed (finished)
      2025-12-05 11:58:53 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f49ef920a50>
      2025-12-05 11:58:53 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f49ef921250>
      
    • Log

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

    • Source

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

  • sourcelog
    last_update_time2025-12-05 11:58:53
    last_update_timestamp1764935933
    downloader/request_bytes104986
    downloader/request_count67
    downloader/request_method_count/GET67
    downloader/response_bytes8916226
    downloader/response_count67
    downloader/response_status_count/20067
    elapsed_time_seconds360.543483
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2025, 12, 5, 11, 58, 52, 975865, tzinfo=datetime.timezone.utc)
    httpcompression/response_bytes3511222
    httpcompression/response_count20
    item_scraped_count44
    log_count/DEBUG2491
    log_count/INFO1462
    memusage/max175874048
    memusage/startup126590976
    photo_download_count20
    request_depth_max3
    response_received_count47
    scheduler/dequeued67
    scheduler/dequeued/memory67
    scheduler/enqueued67
    scheduler/enqueued/memory67
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts53
    scrapy-zyte-api/error_ratio0.11320754716981132
    scrapy-zyte-api/errors6
    scrapy-zyte-api/exception_types/<class _aiohttp.client_exceptions.ClientConnectorError_>6
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds9.164145846709987
    scrapy-zyte-api/mean_response_seconds9.255759603405826
    scrapy-zyte-api/processed47
    scrapy-zyte-api/request_args/actions2
    scrapy-zyte-api/request_args/browserHtml2
    scrapy-zyte-api/request_args/customHttpRequestHeaders44
    scrapy-zyte-api/request_args/experimental.requestCookies46
    scrapy-zyte-api/request_args/experimental.responseCookies47
    scrapy-zyte-api/request_args/httpResponseBody45
    scrapy-zyte-api/request_args/httpResponseHeaders45
    scrapy-zyte-api/request_args/requestHeaders2
    scrapy-zyte-api/request_args/url47
    scrapy-zyte-api/status_codes/06
    scrapy-zyte-api/status_codes/20047
    scrapy-zyte-api/success47
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    start_timedatetime.datetime(2025, 12, 5, 11, 52, 52, 432382, tzinfo=datetime.timezone.utc)