• LogParser v0.8.2, last updated at 2026-03-25 16:37:17, http://scrapyd-2:6800/logs/sourcing_v2/adesa.fr/task_41_2026-03-25T16_30_00.json

PROJECT (sourcing_v2), SPIDER (adesa.fr)

  • Log analysis
  • Log categorization
  • Progress visualization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spideradesa.fr
    jobtask_41_2026-03-25T16_30_00
    first_log_time2026-03-25 16:30:05
    latest_log_time2026-03-25 16:37:14
    runtime0:07:09
    crawled_pages 639
    scraped_items 400
    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-25 16:37:14 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fe947821750>
      2026-03-25 16:37:14 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fe947821b90>

      INFO

      DEBUG

    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6023
    • telnet_password

      9e6d7597ca759988
    • latest_crawl

      2026-03-25 16:37:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10689052> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
    • latest_scrape

      2026-03-25 16:37:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10689052>
    • latest_stat

      2026-03-25 16:37:06 [scrapy.extensions.logstats] INFO: Crawled 638 pages (at 22 pages/min), scraped 399 items (at 22 items/min)
    • Head

      2026-03-25 16:30:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-03-25 16:30:05 [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-25 16:30:05 [adesa.fr] INFO: Starting spider adesa.fr
      2026-03-25 16:30:05 [scrapy.addons] INFO: Enabled addons:
      []
      2026-03-25 16:30:05 [asyncio] DEBUG: Using selector: EpollSelector
      2026-03-25 16:30:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-03-25 16:30:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-03-25 16:30:05 [scrapy.extensions.telnet] INFO: Telnet Password: 9e6d7597ca759988
      2026-03-25 16:30:06 [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-25 16:30:06 [scrapy.crawler] INFO: Overridden settings:
      {'BOT_NAME': 'SourcingV2',
       'CLOSESPIDER_TIMEOUT': 7200,
       'DOWNLOAD_MAXSIZE': 52428800,
       'DOWNLOAD_WARNSIZE': 10485760,
       'FEED_EXPORT_ENCODING': 'utf-8',
       'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/adesa.fr/task_41_2026-03-25T16_30_00.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-25 16:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-25 16:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-25 16:30:06 [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-25 16:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
      2026-03-25 16:30:06 [scrapy.middleware] INFO: Enabled spider middlewares:
      ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
       'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
       'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
       'scrapy.spidermiddlewares.referer.RefererMiddleware',
       'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
       'scrapy.spidermiddlewares.depth.DepthMiddleware',
       'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
       'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
       'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
      2026-03-25 16:30:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2026-03-25 16:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-03-25 16:30:06 [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-25 16:30:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-03-25 16:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2026-03-25 16:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-25 16:30:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
      2026-03-25 16:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
      2026-03-25 16:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
      2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
      2026-03-25 16:30:06 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
      2026-03-25 16:30:06 [scrapy.middleware] INFO: Enabled item pipelines:
      ['crawlers.pipelines.translation_pipeline.TranslationPipeline',
       'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
       'crawlers.pipelines.post_to_api.PostToApiPipeline']
      2026-03-25 16:30:06 [scrapy.core.engine] INFO: Spider opened
      2026-03-25 16:30:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-03-25 16:30:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
      2026-03-25 16:30:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
      2026-03-25 16:30:06 [scrapy-playwright] INFO: Starting download handler
      2026-03-25 16:30:06 [scrapy-playwright] INFO: Starting download handler
      2026-03-25 16:30:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-25 16:30:13 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
      2026-03-25 16:30:14 [adesa.fr] INFO: Found listing with ID: 10728325
    • Tail

                   'FileSizeInBytes': 390990,
                   'Height': 768,
                   'OriginUrl': 'https://images.openlane.eu/carimgs/5665073/general/ae5693b8-f5a6-4f4c-b8c0-0edba4f5d59e.png',
                   'Width': 1024},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a1291b4-b63d-5734-89f4-159bf63dc07a/0a1291b4-b63d-5734-89f4-159bf63dc07a_image_1.png',
                   'Extension': 'png',
                   'FileSizeInBytes': 473636,
                   'Height': 768,
                   'OriginUrl': 'https://images.openlane.eu/carimgs/5665073/general/e2c35536-90fa-461d-8d7d-6e26a53d4b8a.png',
                   'Width': 1024},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a1291b4-b63d-5734-89f4-159bf63dc07a/0a1291b4-b63d-5734-89f4-159bf63dc07a_image_2.png',
                   'Extension': 'png',
                   'FileSizeInBytes': 436218,
                   'Height': 768,
                   'OriginUrl': 'https://images.openlane.eu/carimgs/5665073/general/483dbcf6-3908-4369-8321-7577599a7e55.png',
                   'Width': 1024},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a1291b4-b63d-5734-89f4-159bf63dc07a/0a1291b4-b63d-5734-89f4-159bf63dc07a_image_3.png',
                   'Extension': 'png',
                   'FileSizeInBytes': 476811,
                   'Height': 768,
                   'OriginUrl': 'https://images.openlane.eu/carimgs/5665073/general/4691537c-a644-4c3d-a8d9-08721e36c136.png',
                   'Width': 1024},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a1291b4-b63d-5734-89f4-159bf63dc07a/0a1291b4-b63d-5734-89f4-159bf63dc07a_image_4.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 54720,
                   'Height': 600,
                   'OriginUrl': 'https://images.openlane.eu/carimgs/5665073/general/f21da34c-c473-444a-bdbd-d6dd1e27497b.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a1291b4-b63d-5734-89f4-159bf63dc07a/0a1291b4-b63d-5734-89f4-159bf63dc07a_image_5.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 68943,
                   'Height': 768,
                   'OriginUrl': 'https://images.openlane.eu/carimgs/5665073/general/91a35437-43ea-44d9-8c13-5ce9cdafa30c.jpeg',
                   'Width': 1024},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a1291b4-b63d-5734-89f4-159bf63dc07a/0a1291b4-b63d-5734-89f4-159bf63dc07a_image_6.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 54008,
                   'Height': 600,
                   'OriginUrl': 'https://images.openlane.eu/carimgs/5665073/general/ee7fa3de-df18-43eb-8eff-570608ac583b.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a1291b4-b63d-5734-89f4-159bf63dc07a/0a1291b4-b63d-5734-89f4-159bf63dc07a_image_7.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 78407,
                   'Height': 768,
                   'OriginUrl': 'https://images.openlane.eu/carimgs/5665073/general/281f4cdd-a664-4f0e-9031-97e643683916.jpeg',
                   'Width': 1024},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a1291b4-b63d-5734-89f4-159bf63dc07a/0a1291b4-b63d-5734-89f4-159bf63dc07a_image_8.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 35826,
                   'Height': 600,
                   'OriginUrl': 'https://images.openlane.eu/carimgs/5665073/general/53b672a2-69e4-43a6-aa5b-8764b0799a1d.jpg',
                   'Width': 800},
                  {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a1291b4-b63d-5734-89f4-159bf63dc07a/0a1291b4-b63d-5734-89f4-159bf63dc07a_image_9.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 63905,
                   'Height': 600,
                   'OriginUrl': 'https://images.openlane.eu/carimgs/5665073/general/58216966-2cc7-45ef-bc7d-f0d899408aea.jpg',
                   'Width': 800}],
       'price': 19800,
       'price_includes_vat': True,
       'registration_date': '2023-09-28',
       'seats_number': 5,
       'seller_name': 'Auto Mega Store GmbH',
       'title': 'Cupra Formentor 1.4 e-Hybrid Business - Hybrid - Automatic - 150 hp '
                '- 48.797 km',
       'transmission': 'automatic',
       'trim': 'Business',
       'vin': None,
       'year': 2023}
      2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728305%27 HTTP/1.1" 200 None
      2026-03-25 16:36:56 [adesa.fr] INFO: Saving data for 10728305: {'created_time': 1774456616.140979, 'last_price_update_time': 1774456616.14099, 'auction_closing_time': 1774606200.0}
      2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728305') HTTP/1.1" 204 0
      2026-03-25 16:37:06 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.484(s), this was the 1st time calling it.
      2026-03-25 16:37:06 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.382828479647762 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
      2026-03-25 16:37:06 [scrapy.extensions.logstats] INFO: Crawled 638 pages (at 22 pages/min), scraped 399 items (at 22 items/min)
      
      2026-03-25 16:37:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 207MiB
      2026-03-25 16:37:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
      2026-03-25 16:37:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10689052> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
      2026-03-25 16:37:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d4a5269-3475-5fec-8d92-197e4e57ef72 with identifier: 10689052
      2026-03-25 16:37:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d4a5269-3475-5fec-8d92-197e4e57ef72 with scrape type 2
      2026-03-25 16:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d4a5269-3475-5fec-8d92-197e4e57ef72 with scrape type 2
      2026-03-25 16:37:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 4d4a5269-3475-5fec-8d92-197e4e57ef72, identifier: 10689052
      2026-03-25 16:37:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 4d4a5269-3475-5fec-8d92-197e4e57ef72 with identifier: 10689052
      2026-03-25 16:37:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 4d4a5269-3475-5fec-8d92-197e4e57ef72 with identifier: 10689052
      2026-03-25 16:37:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 4d4a5269-3475-5fec-8d92-197e4e57ef72 with identifier: 10689052 to the API
      2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
      2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
      2026-03-25 16:37:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10689052>
      {'auction_title': '',
       'c_o_2_emission_value': 121,
       'category': 'Hatchback',
       'color': 'Yellow',
       'currency': 'EUR',
       'doors_number': 5,
       'emission_standard': 'nb',
       'engine': '1.2L',
       'engine_horse_power': 131,
       'expiration_date': '2026-12-30T23:00:00Z',
       'fuel_type': 'Petrol',
       'id': '4d4a5269-3475-5fec-8d92-197e4e57ef72',
       'is_damaged': False,
       'is_operable': True,
       'is_vat_deductible': False,
       'is_vat_included': False,
       'license_plate': '53152',
       'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10689052',
       'listing': 'auctionplusdirectbuy',
       'location': 'Bilzen (Belgium)',
       'make': 'Peugeot',
       'model': '208',
       'odometer': 52090,
       'odometer_reading_unit': 'km',
       'origin_country_code': 'FR',
       'original_photo_count': 0,
       'price': 11700,
       'price_includes_vat': True,
       'registration_date': '2023-05-30',
       'seats_number': 5,
       'seller_name': 'Stockcoach Automotive Marketplace',
       'title': 'Peugeot 208 1.2i Allure Pack - Petrol - Automatic - 131 hp - 52.090 '
                'km',
       'transmission': 'automatic',
       'trim': 'Allure Pack',
       'vin': None,
       'year': 2023}
      2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710689052%27 HTTP/1.1" 200 None
      2026-03-25 16:37:13 [adesa.fr] INFO: Saving data for 10689052: {'auction_closing_time': 1798671600.0, 'created_time': 1773929041.272383, 'last_price_update_time': 1774456633.659094}
      2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10689052') HTTP/1.1" 204 0
      2026-03-25 16:37:13 [scrapy.core.engine] INFO: Closing spider (finished)
      2026-03-25 16:37:13 [adesa.fr] INFO: adesa.fr 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, <ScrapeType.BATCH_SKIPPED: 5>: 0}
      2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20last_price_update_time%20lt%201774024633 HTTP/1.1" 200 None
      2026-03-25 16:37:13 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (400 items) in: file:///var/lib/scrapyd/items/sourcing_v2/adesa.fr/task_41_2026-03-25T16_30_00.jl
      2026-03-25 16:37:13 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 605295,
       'downloader/request_count': 689,
       'downloader/request_method_count/GET': 680,
       'downloader/request_method_count/POST': 9,
       'downloader/response_bytes': 95520727,
       'downloader/response_count': 689,
       'downloader/response_status_count/200': 459,
       'downloader/response_status_count/403': 228,
       'downloader/response_status_count/404': 2,
       'elapsed_time_seconds': 427.226098,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 3, 25, 16, 37, 13, 842970, tzinfo=datetime.timezone.utc),
       'httpcompression/response_bytes': 1039374,
       'httpcompression/response_count': 230,
       'item_scraped_count': 400,
       'log_count/DEBUG': 9219,
       'log_count/INFO': 7799,
       'memusage/max': 217993216,
       'memusage/startup': 149839872,
       'photo_download_count': 50,
       'request_depth_max': 9,
       'response_received_count': 639,
       'scheduler/dequeued': 689,
       'scheduler/dequeued/memory': 689,
       'scheduler/enqueued': 689,
       'scheduler/enqueued/memory': 689,
       'scrape_type/new': 150,
       'scrape_type/price_update': 250,
       'scrape_type/skipped': 490,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 414,
       'scrapy-zyte-api/error_ratio': 0.012077294685990338,
       'scrapy-zyte-api/error_types/download/temporary-error': 3,
       'scrapy-zyte-api/errors': 5,
       "scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 2,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 6.374710753682132,
       'scrapy-zyte-api/mean_response_seconds': 6.353978374690578,
       'scrapy-zyte-api/processed': 409,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 409,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 408,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 409,
       'scrapy-zyte-api/request_args/httpRequestBody': 9,
       'scrapy-zyte-api/request_args/httpRequestMethod': 9,
       'scrapy-zyte-api/request_args/httpResponseBody': 409,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 409,
       'scrapy-zyte-api/request_args/url': 409,
       'scrapy-zyte-api/status_codes/0': 2,
       'scrapy-zyte-api/status_codes/200': 409,
       'scrapy-zyte-api/status_codes/520': 3,
       'scrapy-zyte-api/success': 409,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'source/items_encountered': 890,
       'source/total_available': 890,
       'start_time': datetime.datetime(2026, 3, 25, 16, 30, 6, 616872, tzinfo=datetime.timezone.utc)}
      2026-03-25 16:37:13 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-03-25 16:37:14 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fe947821750>
      2026-03-25 16:37:14 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fe947821b90>
      
    • Log

      /3/log/utf8/sourcing_v2/adesa.fr/task_41_2026-03-25T16_30_00/?job_finished=True

    • Source

      http://scrapyd-2:6800/logs/sourcing_v2/adesa.fr/task_41_2026-03-25T16_30_00.log

  • sourcelog
    last_update_time2026-03-25 16:37:13
    last_update_timestamp1774456633
    downloader/request_bytes605295
    downloader/request_count689
    downloader/request_method_count/GET680
    downloader/request_method_count/POST9
    downloader/response_bytes95520727
    downloader/response_count689
    downloader/response_status_count/200459
    downloader/response_status_count/403228
    downloader/response_status_count/4042
    elapsed_time_seconds427.226098
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 3, 25, 16, 37, 13, 842970, tzinfo=datetime.timezone.utc)
    httpcompression/response_bytes1039374
    httpcompression/response_count230
    item_scraped_count400
    log_count/DEBUG9219
    log_count/INFO7799
    memusage/max217993216
    memusage/startup149839872
    photo_download_count50
    request_depth_max9
    response_received_count639
    scheduler/dequeued689
    scheduler/dequeued/memory689
    scheduler/enqueued689
    scheduler/enqueued/memory689
    scrape_type/new150
    scrape_type/price_update250
    scrape_type/skipped490
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts414
    scrapy-zyte-api/error_ratio0.012077294685990338
    scrapy-zyte-api/error_types/download/temporary-error3
    scrapy-zyte-api/errors5
    scrapy-zyte-api/exception_types/<class _aiohttp.client_exceptions.ClientConnectorError_>2
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds6.374710753682132
    scrapy-zyte-api/mean_response_seconds6.353978374690578
    scrapy-zyte-api/processed409
    scrapy-zyte-api/request_args/customHttpRequestHeaders409
    scrapy-zyte-api/request_args/experimental.requestCookies408
    scrapy-zyte-api/request_args/experimental.responseCookies409
    scrapy-zyte-api/request_args/httpRequestBody9
    scrapy-zyte-api/request_args/httpRequestMethod9
    scrapy-zyte-api/request_args/httpResponseBody409
    scrapy-zyte-api/request_args/httpResponseHeaders409
    scrapy-zyte-api/request_args/url409
    scrapy-zyte-api/status_codes/02
    scrapy-zyte-api/status_codes/200409
    scrapy-zyte-api/status_codes/5203
    scrapy-zyte-api/success409
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    source/items_encountered890
    source/total_available890
    start_timedatetime.datetime(2026, 3, 25, 16, 30, 6, 616872, tzinfo=datetime.timezone.utc)