• LogParser v0.8.2, last updated at 2026-03-24 12:00:32, http://scrapyd-3:6800/logs/sourcing_v2/auto_selling_coches.net/f6427776277811f18f76c264925fbcfa.json

PROJECT (sourcing_v2), SPIDER (auto_selling_coches.net)

  • Log analysis
  • Log categorization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spiderauto_selling_coches.net
    jobf6427776277811f18f76c264925fbcfa
    first_log_time2026-03-24 11:59:54
    latest_log_time2026-03-24 12:00:25
    runtime0:00:31
    crawled_pages 44
    scraped_items 41
    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-03-24 12:00:25 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7faf00b73050>
      2026-03-24 12:00:25 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7faf00b73850>

      INFO

      DEBUG

    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6023
    • telnet_password

      86f083480c16e4bc
    • latest_crawl

      2026-03-24 12:00:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://a.ccdn.es/cnet/vehicles/19716840/b60ecb52-de55-4f09-940b-d9042fb78524.jpg> (referer: None)
    • latest_scrape

      2026-03-24 12:00:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://a.ccdn.es/cnet/vehicles/19716840/b60ecb52-de55-4f09-940b-d9042fb78524.jpg>
    • latest_stat

      2026-03-24 11:59:54 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
    • Head

      2026-03-24 11:59:54 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-03-24 11:59:54 [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-03-24 11:59:54 [auto_selling_coches.net] INFO: Starting auto_selling_coches.net spider
      2026-03-24 11:59:54 [auto_selling_coches.net] INFO: _job: f6427776277811f18f76c264925fbcfa, SCRAPY_JOB: None
      2026-03-24 11:59:54 [auto_selling_coches.net] INFO: Quick mode enabled - reduced wait times and single photo per item
      2026-03-24 11:59:54 [scrapy.addons] INFO: Enabled addons:
      []
      2026-03-24 11:59:54 [asyncio] DEBUG: Using selector: EpollSelector
      2026-03-24 11:59:54 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-03-24 11:59:54 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-03-24 11:59:54 [scrapy.extensions.telnet] INFO: Telnet Password: 86f083480c16e4bc
      2026-03-24 11:59:54 [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-03-24 11:59:54 [scrapy.crawler] INFO: Overridden settings:
      {'BOT_NAME': 'SourcingV2',
       'CLOSESPIDER_TIMEOUT': 3600,
       'CONCURRENT_REQUESTS': 5,
       'DOWNLOAD_MAXSIZE': 52428800,
       'DOWNLOAD_WARNSIZE': 10485760,
       'FEED_EXPORT_ENCODING': 'utf-8',
       'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto_selling_coches.net/f6427776277811f18f76c264925fbcfa.log',
       'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
       'MEMUSAGE_LIMIT_MB': 2048,
       'MEMUSAGE_WARNING_MB': 1536,
       '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-03-24 11:59:54 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-24 11:59:54 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-24 11:59:54 [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-03-24 11:59:54 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
      2026-03-24 11:59:54 [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-03-24 11:59:54 [scrapy.middleware] INFO: Enabled item pipelines:
      ['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
       'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
      2026-03-24 11:59:54 [scrapy.core.engine] INFO: Spider opened
      2026-03-24 11:59:54 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2026-03-24 11:59:54 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
      2026-03-24 11:59:54 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2-quickmode
      2026-03-24 11:59:54 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-03-24 11:59:54 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
      2026-03-24 11:59:54 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
      2026-03-24 11:59:54 [scrapy-playwright] INFO: Starting download handler
      2026-03-24 11:59:54 [scrapy-playwright] INFO: Starting download handler
      2026-03-24 11:59:59 [auto_selling_coches.net] INFO: Scraper started with URL: https://www.coches.net/concesionario/automartincars and multipost_profile_id: 16637a42-3ec7-45b3-bc5e-b62a6c52e436 and job_id: f6427776277811f18f76c264925fbcfa
      
      2026-03-24 11:59:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-24 12:00:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/automartincars> (referer: None) ['zyte-api']
      2026-03-24 12:00:04 [auto_selling_coches.net] INFO: response: <200 https://www.coches.net/concesionario/automartincars/>
      2026-03-24 12:00:04 [auto_selling_coches.net] INFO: Title at home page 41 Vehículos
      2026-03-24 12:00:04 [auto_selling_coches.net] INFO: Total number of items: 41
      2026-03-24 12:00:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-24 12:00:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/automartincars?pg=1> (referer: https://www.coches.net/concesionario/automartincars/) ['zyte-api']
      2026-03-24 12:00:09 [auto_selling_coches.net] INFO: Parsing page 1
      2026-03-24 12:00:09 [auto_selling_coches.net] INFO: Found 30 listings on page 1
      2026-03-24 12:00:09 [auto_selling_coches.net] INFO: Found listing with ID: 70027376
      2026-03-24 12:00:09 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2026-03-24 12:00:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-03-24 12:00:10 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2111
      2026-03-24 12:00:10 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-03-24 12:00:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2026-03-24 12:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-24 12:00:10 [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%2770027376%27 HTTP/1.1" 200 None
      2026-03-24 12:00:10 [auto_selling_coches.net] INFO: Scrape type for 70027376: 1
      2026-03-24 12:00:10 [auto_selling_coches.net] INFO: Scraping new listing 70027376
      2026-03-24 12:00:10 [auto_selling_coches.net] INFO: Found listing with ID: 70130295
      2026-03-24 12:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-24 12:00:10 [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%2770130295%27 HTTP/1.1" 200 None
      2026-03-24 12:00:10 [auto_selling_coches.net] INFO: Scrape type for 70130295: 1
      2026-03-24 12:00:10 [auto_selling_coches.net] INFO: Scraping new listing 70130295
      2026-03-24 12:00:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-24 12:00:10 [auto_selling_coches.net] INFO: Found listing with ID: 70085424
      2026-03-24 12:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
    • Tail

       'color': 'Gris / Plata',
       'currency': 'EUR',
       'description': '??Automóviles martincar vende:\n'
                      '\n'
                      '??MARCA: MERCEDES BENZ \n'
                      '\n'
                      '??MODELO: CLA 250 \n'
                      '\n'
                      '??MOTOR: 2.0 TURBO 210CV \n'
                      '\n'
                      '??CAMBIO: AUTOMÁTICO\n'
                      '\n'
                      '??AÑO: 2020\n'
                      '\n'
                      '??KILÓMETROS : 88.000\n'
                      '\n'
                      '??COMBUSTIBLE:Gasolina \n'
                      '\n'
                      '??PRECIO: 25.990€\n'
                      '\n'
                      'VEHÍCULO ÚNICO DUEÑO , LIBRO DE REVISONES EN SERVCIO OFICIAL '
                      'MERCEDES \n'
                      'KILÓMETROS CERTIFICADOS \n'
                      '\n'
                      '??Dispone de :\n'
                      '\n'
                      '??PACK AMG \n'
                      '\n'
                      '??Nigth packet\n'
                      '\n'
                      '??Llantas de aluminio \n'
                      '\n'
                      '??cierre centralizado\n'
                      '\n'
                      '??dirección asistida \n'
                      '\n'
                      '??climatizador \n'
                      '\n'
                      '??control de velocidad y limitador \n'
                      '\n'
                      '??asientos deportivos AMG cuero negro calefactables \n'
                      '\n'
                      '??Elevalunas eléctricos \n'
                      '\n'
                      '??volante multifuncion \n'
                      '\n'
                      '??espejos eléctricos\n'
                      '\n'
                      '??sensores de aparcamiento \n'
                      '\n'
                      '??navegador \n'
                      '\n'
                      '??modos de conducción \n'
                      '\n'
                      '??ETC\n'
                      '\n'
                      'Vehículo con mantenimiento al día e ITV \n'
                      '\n'
                      '¿POR QUÉ ELEGIRNOS?\n'
                      '\n'
                      '? Higiene: Todos nuestros vehículos se entregan con limpieza '
                      'integral y desinfección total.\n'
                      '\n'
                      '?? Entrega a domicilio: Te lo llevamos a cualquier punto de '
                      'la Península (consultar tarifas).\n'
                      '\n'
                      '?? Financiación: Ofrecemos facilidades de pago para cualquier '
                      'tipo de vehículo desde el 5,99% de interés .  Paga '
                      'cómodamente mes a mes.\n'
                      '\n'
                      'UBICACIÓN Y CONTACTO:\n'
                      '?? Carretera de Valladolid N 164, Polígono Industrial Los '
                      'Villares.\n'
                      '\n'
                      '?? Cita previa: Recomendamos solicitar cita para ofrecerte '
                      'una atención personalizada.\n'
                      '\n'
                      '?Horario : Lunes a Viernes de 10:00 a 14:00 y de 16:00 a '
                      '20:00 \n'
                      'Sábados: 10:00 a 14:00 \n'
                      '\n'
                      '?? Atención inmediata: Escríbenos por WhatsApp para resolver '
                      'cualquier duda.\n'
                      '\n'
                      '?? Web: automovilesmartincar. com',
       'doors_number': 4,
       'emission_standard': 'C',
       'engine': '2.0L',
       'engine_horse_power': 224,
       'expiration_date': None,
       'fuel_type': 'Gasolina',
       'id': 'b38d4aa2-5996-583a-ab11-fecc0298f3c6',
       'is_damaged': False,
       'is_operable': True,
       'license_plate': None,
       'link_to_web_offer': 'https://www.coches.net/mercedes-benz-cla-cla-250-4matic-4p-gasolina-2019-en-salamanca-70254129-covo.aspx',
       'listing': 'auction',
       'location': 'Salamanca',
       'make': 'MERCEDES-BENZ',
       'model': 'CLA',
       'odometer': 80000,
       'odometer_reading_unit': 'km',
       'origin_country_code': 'ES',
       'original_photo_count': 23,
       'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b38d4aa2-5996-583a-ab11-fecc0298f3c6/b38d4aa2-5996-583a-ab11-fecc0298f3c6_image_0.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 99501,
                   'Height': 600,
                   'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19716840/b60ecb52-de55-4f09-940b-d9042fb78524.jpg',
                   'Width': 800}],
       'price': 25990,
       'price_includes_vat': True,
       'registration_date': '2020-01-01',
       'seats_number': 5,
       'seller_name': None,
       'title': 'MERCEDES-BENZ CLA CLA 250 4MATIC',
       'transmission': 'automatic',
       'trim': 'CLA 250 4MATIC',
       'vin': None,
       'year': 2020}
      2026-03-24 12:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-24 12:00:23 [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%2770254129%27 HTTP/1.1" 200 None
      2026-03-24 12:00:23 [auto_selling_coches.net] INFO: Saving data for 70254129: {'created_time': 1774353623.693397, 'last_price_update_time': 1774353623.693408}
      2026-03-24 12:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-24 12:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net',RowKey='70254129') HTTP/1.1" 204 0
      2026-03-24 12:00:23 [scrapy.core.engine] INFO: Closing spider (finished)
      2026-03-24 12:00:23 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
      2026-03-24 12:00:23 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2026-03-24 12:00:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item f6427776277811f18f76c264925fbcfa
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-03-24 12:00:23 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2026-03-24 12:00:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
      2026-03-24 12:00:24 [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-03-24 12:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-24 12:00:25 [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%201773057624 HTTP/1.1" 200 None
      2026-03-24 12:00:25 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (41 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_coches.net/f6427776277811f18f76c264925fbcfa.jl
      2026-03-24 12:00:25 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 25423,
       'downloader/request_count': 45,
       'downloader/request_method_count/GET': 45,
       'downloader/response_bytes': 5043084,
       'downloader/response_count': 45,
       'downloader/response_status_count/200': 45,
       'elapsed_time_seconds': 30.325203,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 3, 24, 12, 0, 25, 123724, tzinfo=datetime.timezone.utc),
       'httpcompression/response_bytes': 99501,
       'httpcompression/response_count': 1,
       'item_scraped_count': 41,
       'log_count/DEBUG': 610,
       'log_count/INFO': 444,
       'memusage/max': 149348352,
       'memusage/startup': 149348352,
       'photo_download_count': 1,
       'request_depth_max': 3,
       'response_received_count': 44,
       'scheduler/dequeued': 45,
       'scheduler/dequeued/memory': 45,
       'scheduler/enqueued': 45,
       'scheduler/enqueued/memory': 45,
       'scrape_type/new': 41,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 44,
       'scrapy-zyte-api/error_ratio': 0.0,
       'scrapy-zyte-api/errors': 0,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 1.5512102788462392,
       'scrapy-zyte-api/mean_response_seconds': 1.5923445184122436,
       'scrapy-zyte-api/processed': 44,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 43,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 43,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 44,
       'scrapy-zyte-api/request_args/httpResponseBody': 44,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 44,
       'scrapy-zyte-api/request_args/url': 44,
       'scrapy-zyte-api/status_codes/200': 44,
       'scrapy-zyte-api/success': 44,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'start_time': datetime.datetime(2026, 3, 24, 11, 59, 54, 798521, tzinfo=datetime.timezone.utc)}
      2026-03-24 12:00:25 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-03-24 12:00:25 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7faf00b73050>
      2026-03-24 12:00:25 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7faf00b73850>
    • Log

      /4/log/utf8/sourcing_v2/auto_selling_coches.net/f6427776277811f18f76c264925fbcfa/?job_finished=True

    • Source

      http://scrapyd-3:6800/logs/sourcing_v2/auto_selling_coches.net/f6427776277811f18f76c264925fbcfa.log

  • sourcelog
    last_update_time2026-03-24 12:00:25
    last_update_timestamp1774353625
    downloader/request_bytes25423
    downloader/request_count45
    downloader/request_method_count/GET45
    downloader/response_bytes5043084
    downloader/response_count45
    downloader/response_status_count/20045
    elapsed_time_seconds30.325203
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 3, 24, 12, 0, 25, 123724, tzinfo=datetime.timezone.utc)
    httpcompression/response_bytes99501
    httpcompression/response_count1
    item_scraped_count41
    log_count/DEBUG610
    log_count/INFO444
    memusage/max149348352
    memusage/startup149348352
    photo_download_count1
    request_depth_max3
    response_received_count44
    scheduler/dequeued45
    scheduler/dequeued/memory45
    scheduler/enqueued45
    scheduler/enqueued/memory45
    scrape_type/new41
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts44
    scrapy-zyte-api/error_ratio0.0
    scrapy-zyte-api/errors0
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds1.5512102788462392
    scrapy-zyte-api/mean_response_seconds1.5923445184122436
    scrapy-zyte-api/processed44
    scrapy-zyte-api/request_args/customHttpRequestHeaders43
    scrapy-zyte-api/request_args/experimental.requestCookies43
    scrapy-zyte-api/request_args/experimental.responseCookies44
    scrapy-zyte-api/request_args/httpResponseBody44
    scrapy-zyte-api/request_args/httpResponseHeaders44
    scrapy-zyte-api/request_args/url44
    scrapy-zyte-api/status_codes/20044
    scrapy-zyte-api/success44
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    start_timedatetime.datetime(2026, 3, 24, 11, 59, 54, 798521, tzinfo=datetime.timezone.utc)