- Analysis
- Categories
- Charts
- Logs
- Crawler.stats
-
project sourcing_v2 spider auto1.fr job task_12_2026-03-30T11_00_00 first_log_time 2026-03-30 11:00:03 latest_log_time 2026-03-30 12:03:03 runtime 1:03:00 crawled_pages 388 scraped_items 276 shutdown_reason N/A finish_reason finished log_critical_count 0 log_error_count 2 log_warning_count 1 log_redirect_count 0 log_retry_count 0 log_ignore_count 0 latest_crawl latest_scrape latest_log current_time latest_item N/A -
-
error_logs2 in total
2026-03-30 12:03:03 [asyncio] ERROR: Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x7f9df36a2990>
2026-03-30 12:03:03 [asyncio] ERROR: Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x7f9df36a2dd0>
-
warning_logs1 in total
2026-03-30 12:00:14 [auto1.fr] WARNING: Received 401 for https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07 (token age: 3601.8s). Queued for retry (1 pending).
WARNING+
INFO
-
scrapy_version
2.11.2
-
telnet_console
127.0.0.1:6026
-
telnet_password
5e6df3de2072e89b
-
latest_duplicate
2026-03-30 11:00:21 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://www.auto1.com/v1/car-details-view/NN04652/cdb8adcc-312b-4040-b112-4a289f3f9b07> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
-
latest_crawl
2026-03-30 12:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
-
latest_scrape
2026-03-30 12:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
-
latest_stat
2026-03-30 12:02:04 [scrapy.extensions.logstats] INFO: Crawled 383 pages (at 1 pages/min), scraped 276 items (at 0 items/min)
DEBUG
-
-
-
Head
2026-03-30 11:00:03 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2) 2026-03-30 11:00:03 [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-30 11:00:03 [auto1.fr] INFO: Batch mode enabled: batch 1/4 2026-03-30 11:00:03 [auto1.fr] INFO: Starting spider auto1.fr 2026-03-30 11:00:03 [scrapy.addons] INFO: Enabled addons: [] 2026-03-30 11:00:03 [asyncio] DEBUG: Using selector: EpollSelector 2026-03-30 11:00:03 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-03-30 11:00:03 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-03-30 11:00:03 [scrapy.extensions.telnet] INFO: Telnet Password: 5e6df3de2072e89b 2026-03-30 11:00:04 [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-30 11:00:04 [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/auto1.fr/task_12_2026-03-30T11_00_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-30 11:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011' 2026-03-30 11:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011' 2026-03-30 11:00:04 [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-30 11:00:04 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware 2026-03-30 11:00:04 [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-30 11:00:04 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID 2026-03-30 11:00:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443 2026-03-30 11:00:04 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2113 2026-03-30 11:00:04 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential 2026-03-30 11:00:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443 2026-03-30 11:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None 2026-03-30 11:00:04 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto 2026-03-30 11:00:04 [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-30 11:00:04 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json 2026-03-30 11:00:04 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json 2026-03-30 11:00:04 [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-30 11:00:04 [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-30 11:00:04 [scrapy.core.engine] INFO: Spider opened 2026-03-30 11:00:04 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-30 11:00:04 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6026 2026-03-30 11:00:04 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB 2026-03-30 11:00:04 [scrapy-playwright] INFO: Starting download handler 2026-03-30 11:00:04 [scrapy-playwright] INFO: Starting download handler 2026-03-30 11:00:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it. 2026-03-30 11:00:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/home> (referer: None) ['zyte-api'] -
Tail
2026-03-30 12:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='AH25667') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='AJ57873') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='AK60423') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='AN39198') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='BD60517') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='BH10323') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='BJ82666') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='BM25329') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='BP64552') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='BS27396') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='BW18313') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='BX39165') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='BZ33230') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='CA57902') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='CC30034') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='CP14127') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='CZ43737') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='DB92192') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='DF14817') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='DH24499') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='DP10479') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='DT81758') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='EA70318') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ED09500') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ED57218') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='EJ37432') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='EM94916') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ER76329') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='EU72199') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='EZ48508') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='FA27142') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='FA71153') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='FB42340') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='FG22650') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='FH08944') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='FH97187') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='FJ79344') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='FK39327') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='FT42016') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='FV58264') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='GC41872') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='GD94206') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='GG68526') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HC99817') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HK67898') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HM15892') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HR13249') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HW60627') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='HY71784') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JC88188') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JE54802') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JK65608') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JY46698') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='JY98417') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KA25174') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KB87990') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KD81025') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KF76295') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KL58141') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KR21518') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KY62266') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KZ04105') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='KZ68708') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='LR41287') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MA26454') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MB23113') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ME76841') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MF05849') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MF76988') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MK14063') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MP76167') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MR20085') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='MX47057') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NE38969') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NE69771') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NH16298') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NM48032') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NV10869') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NV68876') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='NW07813') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PF71080') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PK45621') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PL40196') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='PW65965') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RE89724') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RG44648') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RM38137') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='RS52602') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='SR16930') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TB00165') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TC40799') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TE35045') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TL48153') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='TM25959') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UE08083') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UP46139') HTTP/1.1" 204 0 2026-03-30 12:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UT56132') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='UZ70955') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VB51853') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VD68863') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VE83702') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VG81783') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VJ69979') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VJ73546') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VU02931') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VX16136') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VY71110') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='VY73298') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WA40893') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WB55099') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WC37313') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WJ76641') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WM39322') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WP86104') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='WT98147') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XE13841') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XF28602') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XM01962') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XM65621') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XN26749') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XR00472') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XT77653') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XY04138') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='XZ96935') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YC12152') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YC47730') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YK68334') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YW42020') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='YW94491') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZC71532') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZD17248') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZH06965') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZK13489') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZR85921') HTTP/1.1" 204 0 2026-03-30 12:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.fr',RowKey='ZX74563') HTTP/1.1" 204 0 2026-03-30 12:03:03 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (276 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto1.fr/task_12_2026-03-30T11_00_00.jl 2026-03-30 12:03:03 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/exception_count': 28, 'downloader/exception_type_count/scrapy.core.downloader.handlers.http11.TunnelError': 28, 'downloader/request_bytes': 1796951, 'downloader/request_count': 936, 'downloader/request_method_count/GET': 789, 'downloader/request_method_count/POST': 147, 'downloader/response_bytes': 180686425, 'downloader/response_count': 908, 'downloader/response_status_count/200': 907, 'downloader/response_status_count/401': 1, 'dupefilter/filtered': 14, 'elapsed_time_seconds': 3778.713205, 'feedexport/success_count/FileFeedStorage': 1, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2026, 3, 30, 12, 3, 3, 413067, tzinfo=datetime.timezone.utc), 'item_scraped_count': 276, 'log_count/DEBUG': 10985, 'log_count/INFO': 14030, 'log_count/WARNING': 1, 'memusage/max': 187469824, 'memusage/startup': 147828736, 'photo_download_count': 520, 'request_depth_max': 149, 'response_received_count': 388, 'scheduler/dequeued': 936, 'scheduler/dequeued/memory': 936, 'scheduler/enqueued': 936, 'scheduler/enqueued/memory': 936, 'scrape_type/batch_skipped': 4279, 'scrape_type/new': 119, 'scrape_type/price_update': 157, 'scrape_type/skipped': 1162, 'scrapy-zyte-api/429': 0, 'scrapy-zyte-api/attempts': 438, 'scrapy-zyte-api/error_ratio': 0.1141552511415525, 'scrapy-zyte-api/errors': 50, "scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 50, 'scrapy-zyte-api/fatal_errors': 0, 'scrapy-zyte-api/mean_connection_seconds': 11.77301329847775, 'scrapy-zyte-api/mean_response_seconds': 11.838723399078704, 'scrapy-zyte-api/processed': 388, 'scrapy-zyte-api/request_args/customHttpRequestHeaders': 388, 'scrapy-zyte-api/request_args/experimental.requestCookies': 387, 'scrapy-zyte-api/request_args/experimental.responseCookies': 388, 'scrapy-zyte-api/request_args/httpRequestBody': 147, 'scrapy-zyte-api/request_args/httpRequestMethod': 147, 'scrapy-zyte-api/request_args/httpResponseBody': 388, 'scrapy-zyte-api/request_args/httpResponseHeaders': 388, 'scrapy-zyte-api/request_args/sessionContext': 388, 'scrapy-zyte-api/request_args/url': 388, 'scrapy-zyte-api/status_codes/0': 50, 'scrapy-zyte-api/status_codes/200': 388, 'scrapy-zyte-api/success': 388, 'scrapy-zyte-api/success_ratio': 1.0, 'scrapy-zyte-api/throttle_ratio': 0.0, 'source/items_encountered': 5731, 'source/total_available': 5693, 'start_time': datetime.datetime(2026, 3, 30, 11, 0, 4, 699862, tzinfo=datetime.timezone.utc)} 2026-03-30 12:03:03 [scrapy.core.engine] INFO: Spider closed (finished) 2026-03-30 12:03:03 [asyncio] ERROR: Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x7f9df36a2990> 2026-03-30 12:03:03 [asyncio] ERROR: Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x7f9df36a2dd0> -
Log
/3/log/utf8/sourcing_v2/auto1.fr/task_12_2026-03-30T11_00_00/?ui=mobile
-
Source
http://scrapyd-2:6800/logs/sourcing_v2/auto1.fr/task_12_2026-03-30T11_00_00.log
-
-
source log last update time 2026-03-30 12:03:03 last update timestamp 1774872183 downloader / exception count 28 downloader / exception type count / scrapy.core.downloader.handlers.http11.TunnelError 28 downloader / request bytes 1796951 downloader / request count 936 downloader / request method count / GET 789 downloader / request method count / POST 147 downloader / response bytes 180686425 downloader / response count 908 downloader / response status count / 200 907 downloader / response status count / 401 1 dupefilter / filtered 14 elapsed time seconds 3778.713205 feedexport / success count / FileFeedStorage 1 finish reason finished finish time datetime.datetime(2026, 3, 30, 12, 3, 3, 413067, tzinfo=datetime.timezone.utc) item scraped count 276 log count / DEBUG 10985 log count / INFO 14030 log count / WARNING 1 memusage / max 187469824 memusage / startup 147828736 photo download count 520 request depth max 149 response received count 388 scheduler / dequeued 936 scheduler / dequeued / memory 936 scheduler / enqueued 936 scheduler / enqueued / memory 936 scrape type / batch skipped 4279 scrape type / new 119 scrape type / price update 157 scrape type / skipped 1162 scrapy-zyte-api / 429 0 scrapy-zyte-api / attempts 438 scrapy-zyte-api / error ratio 0.1141552511415525 scrapy-zyte-api / errors 50 scrapy-zyte-api / exception types / <class aiohttp.client exceptions.ClientConnectorError > 50 scrapy-zyte-api / fatal errors 0 scrapy-zyte-api / mean connection seconds 11.77301329847775 scrapy-zyte-api / mean response seconds 11.838723399078704 scrapy-zyte-api / processed 388 scrapy-zyte-api / request args / customHttpRequestHeaders 388 scrapy-zyte-api / request args / experimental.requestCookies 387 scrapy-zyte-api / request args / experimental.responseCookies 388 scrapy-zyte-api / request args / httpRequestBody 147 scrapy-zyte-api / request args / httpRequestMethod 147 scrapy-zyte-api / request args / httpResponseBody 388 scrapy-zyte-api / request args / httpResponseHeaders 388 scrapy-zyte-api / request args / sessionContext 388 scrapy-zyte-api / request args / url 388 scrapy-zyte-api / status codes / 0 50 scrapy-zyte-api / status codes / 200 388 scrapy-zyte-api / success 388 scrapy-zyte-api / success ratio 1.0 scrapy-zyte-api / throttle ratio 0.0 source / items encountered 5731 source / total available 5693 start time datetime.datetime(2026, 3, 30, 11, 0, 4, 699862, tzinfo=datetime.timezone.utc)