Head
2026-03-29 20:30:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 20:30:04 [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-29 20:30:04 [sytner.gb] INFO: Starting spider sytner.gb
2026-03-29 20:30:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 20:30:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 20:30:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 20:30:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 20:30:04 [scrapy.extensions.telnet] INFO: Telnet Password: 2d69337bcc60476d
2026-03-29 20:30: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-29 20:30: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/sytner.gb/task_11_2026-03-29T20_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-29 20:30:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 20:30:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 20:30: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-29 20:30:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 20:30:05 [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-29 20:30:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-29 20:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 20:30:05 [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-29 20:30:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 20:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 20:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-29 20:30:05 [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-29 20:30:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 20:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 20:30:05 [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-29 20:30:05 [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-29 20:30:05 [scrapy.core.engine] INFO: Spider opened
2026-03-29 20:30:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 20:30:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-29 20:30:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-29 20:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-29 20:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-29 20:30:10 [scrapy-playwright] INFO: Launching browser firefox
2026-03-29 20:30:10 [scrapy-playwright] INFO: Browser firefox launched
2026-03-29 20:30:10 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
Tail
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773854880/38e3e4af/ySGJpp9e_Iz7OtjS56KCii1PQYw_/STD_960x540>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774365325/d9dfac50/MeL498YM5X2daH8j32teJdRAMrU_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774365325/d9dfac50/MeL498YM5X2daH8j32teJdRAMrU_/STD_960x540>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774628544/aec36444/n0fqZyP3ZdaPvSYCGcVO_G4yb5Q_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774628544/aec36444/n0fqZyP3ZdaPvSYCGcVO_G4yb5Q_/STD_960x540>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773495866/a6094557/LHNwNORSSKOnTMOOpyMAzlhdry8_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773495866/a6094557/LHNwNORSSKOnTMOOpyMAzlhdry8_/STD_960x540>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/icons/icon-plus.png> (resource type: image, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/icons/icon-plus.png>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/icons/icon-x.png> (resource type: image, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/icons/icon-x.png>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/fonts/Inter-Light.ttf> (resource type: font, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/font-awesome/webfonts/fa-solid-900.woff2> (resource type: font, referrer: https://auction.sytner.co.uk/lib/External/font-awesome/css/all.min.css?v=DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s-0)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/fonts/Inter-Medium.ttf> (resource type: font, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2> (resource type: font, referrer: https://auction.sytner.co.uk/lib/Local/bootstrap/dist/css/bootstrap.min.css?v=916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG_aiY1w)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/fonts/Inter-Bold.ttf> (resource type: font, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/api/Listing/GetTicks?_=1774816236831> (resource type: xhr, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/Account/GetIsUserAuthorized?_=1774816236832> (resource type: xhr, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/fonts/Inter-Light.ttf>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/font-awesome/webfonts/fa-solid-900.woff2>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/fonts/Inter-Medium.ttf>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/igkrw11wg3>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/fonts/Inter-Bold.ttf>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/api/Listing/GetTicks?_=1774816236831>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/countup.js> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/Account/GetIsUserAuthorized?_=1774816236832>
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://h.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://auction.sytner.co.uk/listingHub/negotiate?negotiateVersion=1> (resource type: fetch, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-29 20:30:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/refreshLiveUpdates.js> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-29 20:30:39 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://h.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-29 20:30:40 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://h.clarity.ms/collect>
2026-03-29 20:30:40 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/countup.js>
2026-03-29 20:30:40 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/refreshLiveUpdates.js>
2026-03-29 20:30:40 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/listingHub/negotiate?negotiateVersion=1>
2026-03-29 20:30:40 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://signalr-auction-prod-westeurope.service.signalr.net/client/negotiate?hub=listinghub&asrs.op=%2FlistingHub&negotiateVersion=1&asrs_request_id=EkiaJdiFDAA%3D&asrs_lang=en-GB> (resource type: fetch, referrer: https://auction.sytner.co.uk/)
2026-03-29 20:30:41 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://h.clarity.ms/collect>
2026-03-29 20:30:41 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://signalr-auction-prod-westeurope.service.signalr.net/client/negotiate?hub=listinghub&asrs.op=%2FlistingHub&negotiateVersion=1&asrs_request_id=EkiaJdiFDAA%3D&asrs_lang=en-GB>
2026-03-29 20:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Account/Login> (referer: None) ['playwright']
2026-03-29 20:30:42 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://h.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562168
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562168%27 HTTP/1.1" 200 None
2026-03-29 20:30:42 [sytner.gb] INFO: Scrape type for 562168: 0
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562169
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562169%27 HTTP/1.1" 200 None
2026-03-29 20:30:42 [sytner.gb] INFO: Scrape type for 562169: 0
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562171
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562171%27 HTTP/1.1" 200 None
2026-03-29 20:30:42 [sytner.gb] INFO: Scrape type for 562171: 0
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562174
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562174%27 HTTP/1.1" 200 None
2026-03-29 20:30:42 [sytner.gb] INFO: Scrape type for 562174: 0
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562176
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562176%27 HTTP/1.1" 200 None
2026-03-29 20:30:42 [sytner.gb] INFO: Scrape type for 562176: 0
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562177
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562177%27 HTTP/1.1" 200 None
2026-03-29 20:30:42 [sytner.gb] INFO: Scrape type for 562177: 0
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562178
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562178%27 HTTP/1.1" 200 None
2026-03-29 20:30:42 [sytner.gb] INFO: Scrape type for 562178: 0
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562179
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562179%27 HTTP/1.1" 200 None
2026-03-29 20:30:42 [sytner.gb] INFO: Scrape type for 562179: 0
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562181
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562181%27 HTTP/1.1" 200 None
2026-03-29 20:30:42 [sytner.gb] INFO: Scrape type for 562181: 0
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562182
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562182%27 HTTP/1.1" 200 None
2026-03-29 20:30:42 [sytner.gb] INFO: Scrape type for 562182: 0
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562183
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562183%27 HTTP/1.1" 200 None
2026-03-29 20:30:42 [sytner.gb] INFO: Scrape type for 562183: 0
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562184
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562184%27 HTTP/1.1" 200 None
2026-03-29 20:30:42 [sytner.gb] INFO: Scrape type for 562184: 0
2026-03-29 20:30:42 [sytner.gb] INFO: Found listing with ID: 562186
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562186%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562186: 0
2026-03-29 20:30:43 [sytner.gb] INFO: Found listing with ID: 562157
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562157%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562157: 0
2026-03-29 20:30:43 [sytner.gb] INFO: Found listing with ID: 562166
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562166%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562166: 0
2026-03-29 20:30:43 [sytner.gb] INFO: Found listing with ID: 562159
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562159%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562159: 0
2026-03-29 20:30:43 [sytner.gb] INFO: Found listing with ID: 562160
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562160%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562160: 0
2026-03-29 20:30:43 [sytner.gb] INFO: Found listing with ID: 562192
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562192%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562192: 0
2026-03-29 20:30:43 [sytner.gb] INFO: Found listing with ID: 562162
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562162%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562162: 0
2026-03-29 20:30:43 [sytner.gb] INFO: Found listing with ID: 562193
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562193%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562193: 0
2026-03-29 20:30:43 [sytner.gb] INFO: Found listing with ID: 562163
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562163%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562163: 0
2026-03-29 20:30:43 [sytner.gb] INFO: Found listing with ID: 562164
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562164%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562164: 0
2026-03-29 20:30:43 [sytner.gb] INFO: Found listing with ID: 562196
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562196%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562196: 0
2026-03-29 20:30:43 [sytner.gb] INFO: Found listing with ID: 562197
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562197%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562197: 0
2026-03-29 20:30:43 [sytner.gb] INFO: Found listing with ID: 562156
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562156%27 HTTP/1.1" 200 None
2026-03-29 20:30:43 [sytner.gb] INFO: Scrape type for 562156: 0
2026-03-29 20:30:43 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://h.clarity.ms/collect>
2026-03-29 20:30:43 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-29 20:30:43 [sytner.gb] INFO: sytner.gb 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>: 25, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 20:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20last_price_update_time%20lt%201774384243 HTTP/1.1" 200 None
2026-03-29 20:30:43 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (0 items) in: file:///var/lib/scrapyd/items/sourcing_v2/sytner.gb/task_11_2026-03-29T20_30_00.jl
2026-03-29 20:30:43 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 189,
'downloader/request_count': 1,
'downloader/request_method_count/GET': 1,
'downloader/response_bytes': 476371,
'downloader/response_count': 1,
'downloader/response_status_count/200': 1,
'elapsed_time_seconds': 38.014774,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 29, 20, 30, 43, 488469, tzinfo=datetime.timezone.utc),
'log_count/DEBUG': 624,
'log_count/INFO': 93,
'memusage/max': 147738624,
'memusage/startup': 147738624,
'playwright/context_count': 1,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 1,
'playwright/context_count/remote/False': 1,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 282,
'playwright/request_count/aborted': 113,
'playwright/request_count/method/GET': 264,
'playwright/request_count/method/POST': 18,
'playwright/request_count/navigation': 5,
'playwright/request_count/resource_type/document': 5,
'playwright/request_count/resource_type/fetch': 5,
'playwright/request_count/resource_type/font': 18,
'playwright/request_count/resource_type/image': 107,
'playwright/request_count/resource_type/other': 2,
'playwright/request_count/resource_type/script': 90,
'playwright/request_count/resource_type/stylesheet': 34,
'playwright/request_count/resource_type/xhr': 21,
'playwright/response_count': 166,
'playwright/response_count/method/GET': 151,
'playwright/response_count/method/POST': 15,
'playwright/response_count/resource_type/document': 5,
'playwright/response_count/resource_type/fetch': 4,
'playwright/response_count/resource_type/font': 18,
'playwright/response_count/resource_type/other': 2,
'playwright/response_count/resource_type/script': 84,
'playwright/response_count/resource_type/stylesheet': 34,
'playwright/response_count/resource_type/xhr': 19,
'response_received_count': 1,
'scheduler/dequeued': 1,
'scheduler/dequeued/memory': 1,
'scheduler/enqueued': 1,
'scheduler/enqueued/memory': 1,
'scrape_type/skipped': 25,
'start_time': datetime.datetime(2026, 3, 29, 20, 30, 5, 473695, tzinfo=datetime.timezone.utc)}
2026-03-29 20:30:43 [scrapy.core.engine] INFO: Spider closed (finished)