2026-01-29 08:20:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-01-29 08:20: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-01-29 08:20:04 [bca.uk] INFO: Starting spider bca.uk
2026-01-29 08:20:04 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-01-29 08:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-01-29 08:20:04 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2002
2026-01-29 08:20:04 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-01-29 08:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-01-29 08:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-29 08:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /SpiderData()?$filter=PartitionKey%20eq%20%27BCAUk%27%20and%20RowKey%20eq%20%27cookies%27 HTTP/1.1" 200 None
2026-01-29 08:20:04 [bca.uk] INFO: No cached cookies found, will perform fresh login
2026-01-29 08:20:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-01-29 08:20:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-01-29 08:20:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-01-29 08:20:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-01-29 08:20:04 [scrapy.extensions.telnet] INFO: Telnet Password: 45be7c9a3f3562a2
2026-01-29 08:20: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-01-29 08:20:04 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/bca.uk/task_38_2026-01-29T08_20_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-01-29 08:20:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-01-29 08:20:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-01-29 08:20: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-01-29 08:20:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-01-29 08:20: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-01-29 08:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-29 08:20:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-01-29 08:20: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-01-29 08:20:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: low_mileage_for_country.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: cars_too_new_for_country.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_price_for_currency.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage_for_country.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: registration_date_old.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage_for_make.json
2026-01-29 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-01-29 08:20: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-01-29 08:20: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-01-29 08:20:05 [scrapy.core.engine] INFO: Spider opened
2026-01-29 08:20:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-01-29 08:20:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-01-29 08:20:05 [scrapy-playwright] INFO: Starting download handler
2026-01-29 08:20:05 [scrapy-playwright] INFO: Starting download handler
2026-01-29 08:20:05 [scrapy-playwright] INFO: Launching 1 startup context(s)
2026-01-29 08:20:05 [scrapy-playwright] INFO: Launching browser chromium
2026-01-29 08:20:05 [scrapy-playwright] INFO: Launching 1 startup context(s)
2026-01-29 08:20:05 [scrapy-playwright] INFO: Launching browser chromium
2026-01-29 08:20:05 [scrapy-playwright] INFO: Browser chromium launched
2026-01-29 08:20:05 [scrapy-playwright] INFO: Browser chromium launched
2026-01-29 08:20:05 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-01-29 08:20:05 [scrapy-playwright] INFO: Startup context(s) launched
2026-01-29 08:20:05 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-01-29 08:20:05 [scrapy-playwright] INFO: Startup context(s) launched
2026-01-29 08:20:10 [bca.uk] INFO: No cached cookies available, starting login process with credentials
2026-01-29 08:20:10 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-01-29 08:20:10 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/> (resource type: document)
2026-01-29 08:20:11 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/>
2026-01-29 08:20:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/dynatrace/ruxitagentjs_ICA7NVfghqrux_10329260115094557.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/docroot/fonts/roboto/roboto.css> (resource type: stylesheet, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/css/website~2026-01-12-16-24-48-000~cache.css> (resource type: stylesheet, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/scripts/bluebird.min~2026-01-12-16-24-48-000~cache.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/scripts/jquery.min~2026-01-12-16-24-48-000~cache.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/scripts/iframeResizer.min~2026-01-12-16-24-48-000~cache.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/scripts/picturefill.min~2026-01-12-16-24-48-000~cache.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/website.bundle~2026-01-12-16-24-48-000~cache.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/scripts/fonts/mtiFontTrackingCode.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:11 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/dynatrace/ruxitagentjs_ICA7NVfghqrux_10329260115094557.js>
2026-01-29 08:20:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/docroot/fonts/roboto/roboto.css>
2026-01-29 08:20:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/scripts/jquery.min~2026-01-12-16-24-48-000~cache.js>
2026-01-29 08:20:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/scripts/bluebird.min~2026-01-12-16-24-48-000~cache.js>
2026-01-29 08:20:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/css/website~2026-01-12-16-24-48-000~cache.css>
2026-01-29 08:20:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap> (resource type: stylesheet, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/scripts/iframeResizer.min~2026-01-12-16-24-48-000~cache.js>
2026-01-29 08:20:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/scripts/picturefill.min~2026-01-12-16-24-48-000~cache.js>
2026-01-29 08:20:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/website.bundle~2026-01-12-16-24-48-000~cache.js>
2026-01-29 08:20:12 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/scripts/fonts/mtiFontTrackingCode.js>
2026-01-29 08:20:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://assets.adobedtm.com/6d67b656c240/5ee6498fb93e/launch-1d21ac8c430f.min.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://assets.adobedtm.com/6d67b656c240/5ee6498fb93e/launch-1d21ac8c430f.min.js>
2026-01-29 08:20:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap>
2026-01-29 08:20:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fast.fonts.net/t/1.css?apiType=css&projectid=3699a6d6-1bf0-4c36-8ac5-9492541c3a69> (resource type: stylesheet, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/080e1f6e-d7b8-4ef1-8d12-a7e6fcec1ed4/OtAutoBlock.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn.cookielaw.org/consent/080e1f6e-d7b8-4ef1-8d12-a7e6fcec1ed4/OtAutoBlock.js>
2026-01-29 08:20:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn.cookielaw.org/scripttemplates/otSDKStub.js>
2026-01-29 08:20:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js>
2026-01-29 08:20:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.js>
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fast.fonts.net/t/1.css?apiType=css&projectid=3699a6d6-1bf0-4c36-8ac5-9492541c3a69>
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/chunks/0.997fd6956f19615d928a.chunk.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/chunks/500.997fd6956f19615d928a.chunk.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/chunks/510.997fd6956f19615d928a.chunk.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/chunks/476.997fd6956f19615d928a.chunk.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/chunks/498.997fd6956f19615d928a.chunk.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/chunks/503.997fd6956f19615d928a.chunk.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/chunks/499.997fd6956f19615d928a.chunk.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://assets.adobedtm.com/6d67b656c240/5ee6498fb93e/73db4406f06e/RC84cb836a6b6c4da0925834d38ddca3c3-source.min.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://assets.adobedtm.com/6d67b656c240/5ee6498fb93e/73db4406f06e/RC84cb836a6b6c4da0925834d38ddca3c3-source.min.js>
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/chunks/500.997fd6956f19615d928a.chunk.js>
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://bcaukprod.data.adobedc.net/b/ss/bcaukprod/1?AQB=1&pageName=auctionview&g=https://www.bca.co.uk/&r=&v3=&c54=&c51=&c53=undefined&c55=&c20=opted-out&v71=homepage&cl=NONE&AQE=1> (resource type: image, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://bcaukprod.data.adobedc.net/b/ss/bcaukprod/1?AQB=1&pageName=auctionview&g=https://www.bca.co.uk/&r=&v3=&c54=&c51=&c53=undefined&c55=&c20=opted-out&v71=homepage&cl=NONE&AQE=1>
2026-01-29 08:20:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/chunks/0.997fd6956f19615d928a.chunk.js>
2026-01-29 08:20:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.bca.co.uk/dynatrace/rb_bf00386tfp?type=js3&sn=v_4_srv_2_sn_0131E8AE31E573ED03ECD396020DA3F9_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1&svrid=2&flavor=post&vi=PPNTMRRVHHANJUARMAMMORMHGIAKVMHR-0&modifiedSince=1769427879210&bp=3&app=5d68a08db18e8bbb&crc=1161126544&en=mpq4v9ub&end=1> (resource type: fetch, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/chunks/476.997fd6956f19615d928a.chunk.js>
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/chunks/510.997fd6956f19615d928a.chunk.js>
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/chunks/498.997fd6956f19615d928a.chunk.js>
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/chunks/503.997fd6956f19615d928a.chunk.js>
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/chunks/111.997fd6956f19615d928a.chunk.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.rest/delivery/menu-links/UK/Main-Menu> (resource type: fetch, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.rest/delivery/menu-links/UK/MyBCA-Menu> (resource type: fetch, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auctionview.bca.co.uk/buyer/api/v1_0/FacetedSearchApi/VehicleTypes?cultureCode=en> (resource type: fetch, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/> (resource type: fetch, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.imaging/x-large-half/dam/6750b3f3-3d74-4915-b532-d3d52271176c.png> (resource type: image, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.imaging/x-large-half/dam/038f6158-fac0-457c-99a4-e3ae6575ec54.png> (resource type: image, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.bca.co.uk/.imaging/x-large-half/dam/6750b3f3-3d74-4915-b532-d3d52271176c.png>
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.bca.co.uk/.imaging/x-large-half/dam/038f6158-fac0-457c-99a4-e3ae6575ec54.png>
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/docroot/fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2> (resource type: font, referrer: https://www.bca.co.uk/docroot/fonts/roboto/roboto.css)
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/dam/jcr:5b3f63f4-09a0-4f53-aa1f-1a25c803446f/MyBCAHero-Desktop-4.png> (resource type: image, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.bca.co.uk/dam/jcr:5b3f63f4-09a0-4f53-aa1f-1a25c803446f/MyBCAHero-Desktop-4.png>
2026-01-29 08:20:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/docroot/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2> (resource type: font, referrer: https://www.bca.co.uk/docroot/fonts/roboto/roboto.css)
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/chunks/499.997fd6956f19615d928a.chunk.js>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/dynatrace/rb_bf00386tfp?type=js3&sn=v_4_srv_2_sn_0131E8AE31E573ED03ECD396020DA3F9_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1&svrid=2&flavor=post&vi=PPNTMRRVHHANJUARMAMMORMHGIAKVMHR-0&modifiedSince=1769427879210&bp=3&app=5d68a08db18e8bbb&crc=1161126544&en=mpq4v9ub&end=1>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.rest/delivery/menu-links/UK/Footer> (resource type: fetch, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.rest/delivery/menu-links/UK/Footer-Legal> (resource type: fetch, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.rest/delivery/menu-links/UK/Footer-Info> (resource type: fetch, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.rest/delivery/menu-links/UK/Social-Links> (resource type: fetch, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/chunks/192.997fd6956f19615d928a.chunk.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/dam/jcr:678f27c8-9c5f-4a9a-af2f-982027f4ba8e/buy-with-bca.jpg> (resource type: image, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.bca.co.uk/dam/jcr:678f27c8-9c5f-4a9a-af2f-982027f4ba8e/buy-with-bca.jpg>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/dam/jcr:5423aec6-e32e-4472-82c2-0ae42e5274cf/sell-with-bca.jpg> (resource type: image, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/dam/jcr:61c4340d-85ae-4062-bc8d-8a15ca5e277c/Group%20309.png> (resource type: image, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.bca.co.uk/dam/jcr:5423aec6-e32e-4472-82c2-0ae42e5274cf/sell-with-bca.jpg>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.bca.co.uk/dam/jcr:61c4340d-85ae-4062-bc8d-8a15ca5e277c/Group%20309.png>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/dam/jcr:25a196fa-0f28-4a99-9213-5e6070624c19/Group%20308.png> (resource type: image, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.bca.co.uk/dam/jcr:25a196fa-0f28-4a99-9213-5e6070624c19/Group%20308.png>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.bca.co.uk/dynatrace/rb_bf00386tfp?type=js3&sn=v_4_srv_2_sn_0131E8AE31E573ED03ECD396020DA3F9_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1&svrid=2&flavor=post&vi=PPNTMRRVHHANJUARMAMMORMHGIAKVMHR-0&modifiedSince=1769427879210&bp=3&app=5d68a08db18e8bbb&crc=3976180000&en=mpq4v9ub&end=1> (resource type: fetch, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/chunks/111.997fd6956f19615d928a.chunk.js>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.rest/delivery/menu-links/UK/MyBCA-Menu>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.rest/delivery/menu-links/UK/Main-Menu>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/docroot/fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/docroot/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.rest/delivery/menu-links/UK/Footer-Info>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.rest/delivery/menu-links/UK/Footer>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.rest/delivery/menu-links/UK/Footer-Legal>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.rest/delivery/menu-links/UK/Social-Links>
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/chunks/11.997fd6956f19615d928a.chunk.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/chunks/8.997fd6956f19615d928a.chunk.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/chunks/11.997fd6956f19615d928a.chunk.js>
2026-01-29 08:20:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/chunks/192.997fd6956f19615d928a.chunk.js>
2026-01-29 08:20:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/dynatrace/rb_bf00386tfp?type=js3&sn=v_4_srv_2_sn_0131E8AE31E573ED03ECD396020DA3F9_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1&svrid=2&flavor=post&vi=PPNTMRRVHHANJUARMAMMORMHGIAKVMHR-0&modifiedSince=1769427879210&bp=3&app=5d68a08db18e8bbb&crc=3976180000&en=mpq4v9ub&end=1>
2026-01-29 08:20:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/chunks/8.997fd6956f19615d928a.chunk.js>
2026-01-29 08:20:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auctionview.bca.co.uk/buyer/api/v1_0/FacetedSearchApi/VehicleTypes?cultureCode=en>
2026-01-29 08:20:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/.resources/bca-frontend/chunks/185.997fd6956f19615d928a.chunk.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/.resources/bca-frontend/chunks/185.997fd6956f19615d928a.chunk.js>
2026-01-29 08:20:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://assets.adobedtm.com/6d67b656c240/5ee6498fb93e/73db4406f06e/RC0cddb4ee4af34b8b8b6742fbf3f5781e-source.min.js> (resource type: script, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/login> (resource type: document, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://assets.adobedtm.com/6d67b656c240/5ee6498fb93e/73db4406f06e/RC0cddb4ee4af34b8b8b6742fbf3f5781e-source.min.js>
2026-01-29 08:20:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://bcaukprod.data.adobedc.net/b/ss/bcaukprod/1?AQB=1&pageName=auctionview&g=https://www.bca.co.uk/&r=&v3=&v21=button&v22=login&v23=navigate&v24=header&c54=undefined&c51=&c53=undefined&c55=undefined&c20=opted-out&v71=homepage&events=event100&pe=lnk_o&cl=NONE&AQE=1> (resource type: image, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://bcaukprod.data.adobedc.net/b/ss/bcaukprod/1?AQB=1&pageName=auctionview&g=https://www.bca.co.uk/&r=&v3=&v21=button&v22=login&v23=navigate&v24=header&c54=undefined&c51=&c53=undefined&c55=undefined&c20=opted-out&v71=homepage&events=event100&pe=lnk_o&cl=NONE&AQE=1>
2026-01-29 08:20:24 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.bca.co.uk/login> (location: https://login.bca.co.uk/connect/authorize?response_type=code&client_id=2A2FDCE3-9190-499A-B370-3907E8DD3CCF&redirect_uri=https%3A%2F%2Fwww.bca.co.uk&scope=openid%20profile%20email%20bcaapi&state=88mui20q170r58tpqppm3kq1d2)
2026-01-29 08:20:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/connect/authorize?response_type=code&client_id=2A2FDCE3-9190-499A-B370-3907E8DD3CCF&redirect_uri=https%3A%2F%2Fwww.bca.co.uk&scope=openid%20profile%20email%20bcaapi&state=88mui20q170r58tpqppm3kq1d2> (resource type: document, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:24 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://login.bca.co.uk/connect/authorize?response_type=code&client_id=2A2FDCE3-9190-499A-B370-3907E8DD3CCF&redirect_uri=https%3A%2F%2Fwww.bca.co.uk&scope=openid%20profile%20email%20bcaapi&state=88mui20q170r58tpqppm3kq1d2> (location: https://login.bca.co.uk/login?signin=f00f8148afca8a3faf024a9cdbf5dac9)
2026-01-29 08:20:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/login?signin=f00f8148afca8a3faf024a9cdbf5dac9> (resource type: document, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:25 [scrapy-playwright] DEBUG: [Context=default] Response: <307 https://login.bca.co.uk/login?signin=f00f8148afca8a3faf024a9cdbf5dac9> (location: https://www.bca.co.uk/login)
2026-01-29 08:20:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.bca.co.uk/login> (resource type: document, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:25 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.bca.co.uk/login> (location: https://login.bca.co.uk/connect/authorize?response_type=code&client_id=2A2FDCE3-9190-499A-B370-3907E8DD3CCF&redirect_uri=https%3A%2F%2Fwww.bca.co.uk&scope=openid%20profile%20email%20bcaapi&state=tturcc04e3v4o5084mprqj9rqu)
2026-01-29 08:20:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/connect/authorize?response_type=code&client_id=2A2FDCE3-9190-499A-B370-3907E8DD3CCF&redirect_uri=https%3A%2F%2Fwww.bca.co.uk&scope=openid%20profile%20email%20bcaapi&state=tturcc04e3v4o5084mprqj9rqu> (resource type: document, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.bca.co.uk/dynatrace/rb_bf00386tfp?type=js3&sn=v_4_srv_2_sn_0131E8AE31E573ED03ECD396020DA3F9_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1_app-3A86cfc4af0674b685_1_app-3Aea7c4b59f27d43eb_1_app-3A2374b9a92d2f2251_1&svrid=2&flavor=post&vi=PPNTMRRVHHANJUARMAMMORMHGIAKVMHR-0&modifiedSince=1769427879210&bp=3&app=5d68a08db18e8bbb&crc=1365758202&en=mpq4v9ub&end=1> (resource type: ping, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:25 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://login.bca.co.uk/connect/authorize?response_type=code&client_id=2A2FDCE3-9190-499A-B370-3907E8DD3CCF&redirect_uri=https%3A%2F%2Fwww.bca.co.uk&scope=openid%20profile%20email%20bcaapi&state=tturcc04e3v4o5084mprqj9rqu> (location: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee> (resource type: document, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.bca.co.uk/dynatrace/rb_bf00386tfp?type=js3&sn=v_4_srv_2_sn_0131E8AE31E573ED03ECD396020DA3F9_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1_app-3A86cfc4af0674b685_1_app-3Aea7c4b59f27d43eb_1_app-3A2374b9a92d2f2251_1&svrid=2&flavor=post&vi=PPNTMRRVHHANJUARMAMMORMHGIAKVMHR-0&modifiedSince=1769427879210&bp=3&app=5d68a08db18e8bbb&crc=1365758202&en=mpq4v9ub&end=1>
2026-01-29 08:20:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee>
2026-01-29 08:20:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.bca.co.uk/dynatrace/rb_bf00386tfp?type=js3&sn=v_4_srv_2_sn_0131E8AE31E573ED03ECD396020DA3F9_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1_app-3A86cfc4af0674b685_1_app-3Aea7c4b59f27d43eb_1_app-3A2374b9a92d2f2251_1&svrid=2&flavor=post&vi=PPNTMRRVHHANJUARMAMMORMHGIAKVMHR-0&modifiedSince=1769427879210&bp=3&app=5d68a08db18e8bbb&crc=2295700833&en=mpq4v9ub&end=1> (resource type: ping, referrer: https://www.bca.co.uk/)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/ruxitagentjs_ICA7NVfgqrux_10329260115094557.js> (resource type: script, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/assets/libs/bootstrap/custom.css?v=2.0.33.127> (resource type: stylesheet, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/assets/app/onelogin.min.css?v=2.0.33.127> (resource type: stylesheet, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://assets.adobedtm.com/e28f204a9afaa64d3abd53e8425bd74c231b805a/satelliteLib-890bc7386f06c2b4e9f438bfbfdf700fe4efb037.js> (resource type: script, referrer: https://login.bca.co.uk/)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/recaptcha/api.js> (resource type: script, referrer: https://login.bca.co.uk/)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/administration/assets/Content.logo.gif> (resource type: image, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://login.bca.co.uk/administration/assets/Content.logo.gif>
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/assets/app/images/onelogin-image.png> (resource type: image, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://login.bca.co.uk/assets/app/images/onelogin-image.png>
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js> (resource type: script, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/assets/libs/jquery/jquery-1.11.0.min.js?v=2.0.33.127> (resource type: script, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://login.bca.co.uk/ruxitagentjs_ICA7NVfgqrux_10329260115094557.js>
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://assets.adobedtm.com/e28f204a9afaa64d3abd53e8425bd74c231b805a/satelliteLib-890bc7386f06c2b4e9f438bfbfdf700fe4efb037.js>
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://login.bca.co.uk/assets/libs/bootstrap/custom.css?v=2.0.33.127>
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://login.bca.co.uk/assets/app/onelogin.min.css?v=2.0.33.127>
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://login.bca.co.uk/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/assets/libs/bootstrap/js/bootstrap.min.js?v=2.0.33.127> (resource type: script, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Response: <403 https://login.bca.co.uk/assets/libs/jquery/jquery-1.11.0.min.js?v=2.0.33.127>
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/assets/libs/angular/angular.1.2.13.min.js?v=2.0.33.127> (resource type: script, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/recaptcha/api.js>
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/assets/libs/encoder/encoder.min.js?v=2.0.33.127> (resource type: script, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/assets/libs/angular/angular-translate.min.js?v=2.0.33.127> (resource type: script, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.gstatic.com/recaptcha/releases/N67nZn4AqZkNcbeMu4prBgzg/recaptcha__en.js> (resource type: script, referrer: https://login.bca.co.uk/)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/assets/libs/angular/angular-sanitize.min.js?v=2.0.33.127> (resource type: script, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/assets/app/app.js?v=2.0.33.127> (resource type: script, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js> (resource type: script, referrer: https://login.bca.co.uk/)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.js> (resource type: script, referrer: https://login.bca.co.uk/)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/080e1f6e-d7b8-4ef1-8d12-a7e6fcec1ed4/OtAutoBlock.js> (resource type: script, referrer: https://login.bca.co.uk/)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://login.bca.co.uk/)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://login.bca.co.uk/csp/report> (resource type: other, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://login.bca.co.uk/csp/report> (resource type: other, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:26 [scrapy-playwright] DEBUG: [Context=default] Response: <403 https://login.bca.co.uk/assets/libs/bootstrap/js/bootstrap.min.js?v=2.0.33.127>
2026-01-29 08:20:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js>
2026-01-29 08:20:27 [scrapy-playwright] DEBUG: [Context=default] Response: <403 https://login.bca.co.uk/assets/libs/angular/angular.1.2.13.min.js?v=2.0.33.127>
2026-01-29 08:20:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.gstatic.com/recaptcha/releases/N67nZn4AqZkNcbeMu4prBgzg/recaptcha__en.js>
2026-01-29 08:20:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.js>
2026-01-29 08:20:27 [scrapy-playwright] DEBUG: [Context=default] Response: <403 https://login.bca.co.uk/assets/libs/encoder/encoder.min.js?v=2.0.33.127>
2026-01-29 08:20:27 [scrapy-playwright] DEBUG: [Context=default] Response: <403 https://login.bca.co.uk/assets/libs/angular/angular-translate.min.js?v=2.0.33.127>
2026-01-29 08:20:28 [scrapy-playwright] DEBUG: [Context=default] Response: <403 https://login.bca.co.uk/assets/libs/angular/angular-sanitize.min.js?v=2.0.33.127>
2026-01-29 08:20:28 [scrapy-playwright] DEBUG: [Context=default] Response: <403 https://login.bca.co.uk/assets/app/app.js?v=2.0.33.127>
2026-01-29 08:20:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://assets.adobedtm.com/6d67b656c240/5ee6498fb93e/73db4406f06e/RC84cb836a6b6c4da0925834d38ddca3c3-source.min.js> (resource type: script, referrer: https://login.bca.co.uk/)
2026-01-29 08:20:28 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://login.bca.co.uk/csp/report>
2026-01-29 08:20:28 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://login.bca.co.uk/csp/report>
2026-01-29 08:20:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://assets.adobedtm.com/6d67b656c240/5ee6498fb93e/73db4406f06e/RC84cb836a6b6c4da0925834d38ddca3c3-source.min.js>
2026-01-29 08:20:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://bcaukprod.data.adobedc.net/b/ss/bcaukprod/1?AQB=1&pageName=auctionview:login&g=https://login.bca.co.uk/login&r=https://www.bca.co.uk/&v3=&c54=&c51=&c53=undefined&c55=&c20=opted-out&v71=:login&cl=NONE&AQE=1> (resource type: image, referrer: https://login.bca.co.uk/)
2026-01-29 08:20:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://login.bca.co.uk/assets/app/fonts/roboto/roboto-regular-webfont.woff2> (resource type: font, referrer: https://login.bca.co.uk/assets/app/onelogin.min.css?v=2.0.33.127)
2026-01-29 08:20:28 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://bcaukprod.data.adobedc.net/b/ss/bcaukprod/1?AQB=1&pageName=auctionview:login&g=https://login.bca.co.uk/login&r=https://www.bca.co.uk/&v3=&c54=&c51=&c53=undefined&c55=&c20=opted-out&v71=:login&cl=NONE&AQE=1>
2026-01-29 08:20:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://login.bca.co.uk/assets/app/fonts/roboto/roboto-regular-webfont.woff2>
2026-01-29 08:20:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://login.bca.co.uk/rb_bf00386tfp?type=js3&sn=v_4_srv_2_sn_0131E8AE31E573ED03ECD396020DA3F9_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1_app-3A86cfc4af0674b685_1_app-3Aea7c4b59f27d43eb_1_app-3A2374b9a92d2f2251_1&svrid=2&flavor=post&vi=PPNTMRRVHHANJUARMAMMORMHGIAKVMHR-0&modifiedSince=1769427879210&bp=3&app=2374b9a92d2f2251&crc=914627903&en=mpq4v9ub&end=1> (resource type: fetch, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://login.bca.co.uk/rb_bf00386tfp?type=js3&sn=v_4_srv_2_sn_0131E8AE31E573ED03ECD396020DA3F9_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1_app-3A86cfc4af0674b685_1_app-3Aea7c4b59f27d43eb_1_app-3A2374b9a92d2f2251_1&svrid=2&flavor=post&vi=PPNTMRRVHHANJUARMAMMORMHGIAKVMHR-0&modifiedSince=1769427879210&bp=3&app=2374b9a92d2f2251&crc=914627903&en=mpq4v9ub&end=1>
2026-01-29 08:20:31 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://login.bca.co.uk/rb_bf00386tfp?type=js3&sn=v_4_srv_2_sn_0131E8AE31E573ED03ECD396020DA3F9_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1_app-3A86cfc4af0674b685_1_app-3Aea7c4b59f27d43eb_1_app-3A2374b9a92d2f2251_1&svrid=2&flavor=post&vi=PPNTMRRVHHANJUARMAMMORMHGIAKVMHR-0&modifiedSince=1769427879210&bp=3&app=2374b9a92d2f2251&crc=3381431978&en=mpq4v9ub&end=1> (resource type: fetch, referrer: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee)
2026-01-29 08:20:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://login.bca.co.uk/rb_bf00386tfp?type=js3&sn=v_4_srv_2_sn_0131E8AE31E573ED03ECD396020DA3F9_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1_app-3A86cfc4af0674b685_1_app-3Aea7c4b59f27d43eb_1_app-3A2374b9a92d2f2251_1&svrid=2&flavor=post&vi=PPNTMRRVHHANJUARMAMMORMHGIAKVMHR-0&modifiedSince=1769427879210&bp=3&app=2374b9a92d2f2251&crc=3381431978&en=mpq4v9ub&end=1>
2026-01-29 08:21:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-01-29 08:21:28 [bca.uk] ERROR: Failure during login. Current URL: https://login.bca.co.uk/login?signin=57f6b12ce2618df01fc227d05f0bc8ee, Page title: BCA Identity Server
2026-01-29 08:21:28 [bca.uk] INFO: Saved error screenshot to /tmp/bcauk_login_error_20260129_082128.png
2026-01-29 08:21:28 [scrapy.core.engine] INFO: Closing spider (finished)
2026-01-29 08:21:28 [bca.uk] INFO: bca.uk Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-01-29 08:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-29 08:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20last_price_update_time%20lt%201769242888 HTTP/1.1" 200 None
2026-01-29 08:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520NUX') HTTP/1.1" 204 0
2026-01-29 08:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF71%2520MXM') HTTP/1.1" 204 0
2026-01-29 08:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF72%2520VXD') HTTP/1.1" 204 0
2026-01-29 08:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ21%2520WWT') HTTP/1.1" 204 0
2026-01-29 08:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ72%2520PXL') HTTP/1.1" 204 0
2026-01-29 08:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO25%2520EGE') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AP70%2520EJV') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AU22%2520PYP') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV18%2520WGK') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV71%2520NPY') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV72%2520WWT') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD23%2520YKO') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD67%2520OHZ') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD71%2520AOY') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD72%2520KTK') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD72%2520LHT') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD73%2520GZG') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF17%2520HMG') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG72%2520YNV') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520HHR') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK72%2520GYT') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK72%2520LUO') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL72%2520GTF') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL72%2520GXT') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520OZM') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT72%2520VXS') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV24%2520XKO') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV71%2520OAX') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV72%2520CCY') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV72%2520LSO') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BX72%2520VTG') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE18%2520NUY') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE18%2520TRZ') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE67%2520VNR') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE68%2520PJO') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CF72%2520OFP') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ73%2520JPV') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK20%2520OMH') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK20%2520OSP') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK72%2520YEB') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK72%2520ZGS') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CN71%2520MVX') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CU70%2520JWY') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV17%2520LKU') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV72%2520MVX') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CX20%2520XPO') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CX20%2520XUV') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CY72%2520BBN') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA68%2520PXX') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA71%2520GOU') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA72%2520VFX') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA73%2520HTF') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA73%2520KLZ') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA73%2520LOH') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE72%2520HXZ') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF21%2520HHD') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF72%2520LYY') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF73%2520PCX') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG19%2520GEY') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG71%2520HPL') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL67%2520DDY') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL70%2520WNX') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL72%2520FTF') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520WRK') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN22%2520XAP') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN71%2520UPB') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN72%2520EUP') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP22%2520AAJ') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP69%2520TNL') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520OZC') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520EPJ') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520KWN') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS73%2520TMZ') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU10%2520NEL') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU72%2520TPX') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV20%2520LGN') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520UFW') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV71%2520MFP') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DX21%2520JWL') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY72%2520GGO') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA18%2520UWU') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA18%2520ZMU') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF71%2520NZH') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF72%2520CEN') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF72%2520NJJ') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF72%2520NVD') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ67%2520NNC') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ71%2520XUD') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK72%2520NNZ') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EN66%2520UCR') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO18%2520YYU') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ET68%2520SZN') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX21%2520LZR') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EY17%2520FZW') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD72%2520LJC') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG71%2520OSE') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ18%2520XJF') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL17%2520YMA') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL70%2520APY') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL72%2520ECT') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FM18%2520GNV') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FM21%2520ERZ') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FN18%2520EJD') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP71%2520KUX') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP71%2520WFK') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP71%2520XZK') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT68%2520LHJ') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT71%2520GRF') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV71%2520UNB') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV72%2520UUH') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF72%2520FBL') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ22%2520VLO') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK67%2520OLC') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GL73%2520PWN') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GM23%2520LOF') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU25%2520HZT') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU69%2520UMF') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV66%2520XFE') HTTP/1.1" 204 0
2026-01-29 08:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV71%2520HRC') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520AOS') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY20%2520FNN') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY72%2520EEA') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY72%2520OVM') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY72%2520SUV') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HD66%2520EUT') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HF17%2520JVG') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ67%2520LMX') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ73%2520GYS') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK72%2520EUB') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK72%2520ULE') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN73%2520EFM') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT71%2520AEL') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV67%2520WTD') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX23%2520JFN') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX69%2520XEW') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KE23%2520WKO') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ17%2520NNG') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ24%2520WFN') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM23%2520JHV') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM73%2520OVJ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM73%2520XPD') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KO19%2520YZA') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP22%2520CWM') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP71%2520VJF') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR22%2520OHV') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR24%2520ZTE') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR69%2520KBU') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR71%2520YYH') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS17%2520UOD') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT21%2520FSJ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT21%2520VYM') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT73%2520AWO') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KV24%2520EKL') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW73%2520YOJ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LA17%2520RMU') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LA22%2520HTJ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520YME') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB71%2520VWL') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB72%2520XNX') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB73%2520GFV') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB73%2520YKH') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC71%2520FUD') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC72%2520PYS') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD70%2520XFX') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD71%2520HRA') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF71%2520YXX') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG21%2520RUL') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG72%2520UPV') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG72%2520UWK') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LGZ%25206026') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ71%2520PMX') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL70%2520UEF') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL71%2520GEK') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL71%2520PCZ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL72%2520OPV') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM71%2520YRP') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM72%2520OMW') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO71%2520BPZ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO71%2520MDN') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520KJZ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520NSU') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520OVN') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR20%2520GPK') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS71%2520DJY') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS71%2520EJL') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS71%2520NVP') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520VPJ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT23%2520UBG') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LX72%2520HXC') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA17%2520MZY') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA18%2520GZK') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520NLG') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520JXP') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MC19%2520DJO') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MD73%2520UCZ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MD73%2520WGK') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF24%2520ZHJ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MG57%2520CHR') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MGZ%25201587') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MH18%2520RWW') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ72%2520TWU') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK18%2520HDO') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML74%2520LBA') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM71%2520OYG') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM72%2520DHU') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM72%2520JZD') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM72%2520KHH') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT19%2520OOY') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT72%2520PYG') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT72%2520YHE') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520WWO') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MX71%2520VJZ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND67%2520CFX') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND71%2520WXU') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ68%2520OEF') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520TMZ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520TYX') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV19%2520CZD') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NX71%2520OYH') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE68%2520HBL') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE72%2520AHC') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV18%2520EOB') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV25%2520UXL') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV69%2520WZM') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV71%2520NXD') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV71%2520TLZ') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV73%2520ENU') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW72%2520FPO') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY22%2520YHE') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY69%2520MOF') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE17%2520RVA') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ71%2520UBS') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PN22%2520ATY') HTTP/1.1" 204 0
2026-01-29 08:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PO19%2520VZM') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PO72%2520TWA') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE20%2520ODL') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE67%2520UNY') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF21%2520SRO') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF69%2520YZU') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ67%2520LWH') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ72%2520WWC') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK22%2520BLV') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX19%2520FDM') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RY66%2520NZK') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA67%2520KPR') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA71%2520EUJ') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB17%2520OME') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB18%2520CXW') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB18%2520YTV') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB22%2520MVC') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC72%2520ELU') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD20%2520WSV') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD68%2520KLE') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD72%2520TSX') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD72%2520TYB') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG22%2520ZGP') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG68%2520OKF') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG72%2520NPK') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ17%2520GTW') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL18%2520HCJ') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL24%2520KAU') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL68%2520RZP') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL70%2520OJD') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL72%2520USV') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM19%2520PPV') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST18%2520FVG') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST18%2520PHZ') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW25%2520FBO') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW68%2520UDP') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE22%2520AGU') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VGZ%25207755') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK69%2520NJV') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK71%2520HFM') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK71%2520UGA') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN72%2520ONM') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO18%2520HGK') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO66%2520FFV') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WA69%2520XET') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD69%2520DPV') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD71%2520HDE') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF24%2520FGX') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF68%2520LVU') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG22%2520FZA') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG71%2520EDU') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG72%2520LHZ') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK71%2520XGB') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WL18%2520KVO') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM19%2520ZBR') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM68%2520CZF') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM72%2520PPF') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520YNZ') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN71%2520FNR') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN71%2520KPP') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WO21%2520NLX') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP70%2520TKC') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP70%2520XOU') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520OHX') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520XOU') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR70%2520YVL') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR72%2520XRG') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WT19%2520BEJ') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='X55%2520SPH') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA68%2520NLP') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA70%2520OPM') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA72%2520FDK') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA73%2520VYT') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB71%2520AZA') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB71%2520DMF') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB72%2520VTV') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC21%2520HVL') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC73%2520JJL') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD20%2520CYX') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD68%2520LJL') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF23%2520CXV') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF73%2520KKX') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YGZ%25204496') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH71%2520FSN') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH73%2520KXK') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH73%2520KZC') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK22%2520ZGH') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK68%2520CLU') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YL69%2520AHE') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM71%2520JCZ') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YN22%2520HXO') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP71%2520WYR') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520ZWM') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR70%2520NFA') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR71%2520PDK') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS21%2520BVK') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520YEC') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS72%2520CTO') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS72%2520XEB') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY21%2520FCV') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY70%2520YWL') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY72%2520NHU') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY72%2520PDO') HTTP/1.1" 204 0
2026-01-29 08:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ZLT050964') HTTP/1.1" 204 0
2026-01-29 08:21:31 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (0 items) in: file:///var/lib/scrapyd/items/sourcing_v2/bca.uk/task_38_2026-01-29T08_20_00.jl
2026-01-29 08:21:31 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/exception_count': 1,
'downloader/exception_type_count/playwright._impl._errors.TimeoutError': 1,
'downloader/request_bytes': 169,
'downloader/request_count': 1,
'downloader/request_method_count/GET': 1,
'elapsed_time_seconds': 86.766304,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 1, 29, 8, 21, 31, 991890, tzinfo=datetime.timezone.utc),
'log_count/DEBUG': 518,
'log_count/ERROR': 1,
'log_count/INFO': 56,
'memusage/max': 136048640,
'memusage/startup': 127127552,
'playwright/context_count': 2,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 2,
'playwright/context_count/remote/False': 2,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 87,
'playwright/request_count/aborted': 14,
'playwright/request_count/method/GET': 79,
'playwright/request_count/method/POST': 8,
'playwright/request_count/navigation': 7,
'playwright/request_count/resource_type/document': 7,
'playwright/request_count/resource_type/fetch': 12,
'playwright/request_count/resource_type/font': 3,
'playwright/request_count/resource_type/image': 12,
'playwright/request_count/resource_type/other': 2,
'playwright/request_count/resource_type/ping': 2,
'playwright/request_count/resource_type/script': 43,
'playwright/request_count/resource_type/stylesheet': 6,
'playwright/response_count': 70,
'playwright/response_count/method/GET': 63,
'playwright/response_count/method/POST': 7,
'playwright/response_count/resource_type/document': 7,
'playwright/response_count/resource_type/fetch': 12,
'playwright/response_count/resource_type/font': 3,
'playwright/response_count/resource_type/other': 2,
'playwright/response_count/resource_type/ping': 1,
'playwright/response_count/resource_type/script': 39,
'playwright/response_count/resource_type/stylesheet': 6,
'scheduler/dequeued': 1,
'scheduler/dequeued/memory': 1,
'scheduler/enqueued': 1,
'scheduler/enqueued/memory': 1,
'start_time': datetime.datetime(2026, 1, 29, 8, 20, 5, 225586, tzinfo=datetime.timezone.utc)}
2026-01-29 08:21:31 [scrapy.core.engine] INFO: Spider closed (finished)