2025-03-21 06:09:47 [scrapy.utils.log] (PID: 4680) INFO: Scrapy 2.12.0 started (bot: catalog_extraction) 2025-03-21 06:09:47 [scrapy.utils.log] (PID: 4680) INFO: Versions: lxml 5.3.1.0, libxml2 2.12.9, cssselect 1.3.0, parsel 1.10.0, w3lib 2.3.1, Twisted 24.11.0, Python 3.11.11 (main, Mar 17 2025, 23:23:20) [GCC 12.2.0], pyOpenSSL 25.0.0 (OpenSSL 3.4.1 11 Feb 2025), cryptography 44.0.2, Platform Linux-6.9.12-x86_64-with-glibc2.36 2025-03-21 06:09:47 [home_depot] (PID: 4680) INFO: Starting extraction spider home_depot... 2025-03-21 06:09:47 [scrapy.addons] (PID: 4680) INFO: Enabled addons: [] 2025-03-21 06:09:47 [py.warnings] (PID: 4680) WARNING: /usr/local/lib/python3.11/site-packages/scrapy/utils/request.py:120: ScrapyDeprecationWarning: 'REQUEST_FINGERPRINTER_IMPLEMENTATION' is a deprecated setting. It will be removed in a future version of Scrapy. return cls(crawler) 2025-03-21 06:09:47 [asyncio] (PID: 4680) DEBUG: Using selector: EpollSelector 2025-03-21 06:09:47 [scrapy.utils.log] (PID: 4680) DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-03-21 06:09:47 [scrapy.utils.log] (PID: 4680) DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-03-21 06:09:47 [scrapy.utils.log] (PID: 4680) DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-03-21 06:09:47 [scrapy.utils.log] (PID: 4680) DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-03-21 06:09:47 [scrapy.extensions.telnet] (PID: 4680) INFO: Telnet Password: fb64158365f17eec 2025-03-21 06:09:47 [py.warnings] (PID: 4680) WARNING: /var/lib/scrapyd/eggs/catalog_extraction/1742537292.egg/catalog_extraction/extensions/bq_feedstorage.py:33: ScrapyDeprecationWarning: scrapy.extensions.feedexport.build_storage() is deprecated, call the builder directly. 2025-03-21 06:09:47 [google.auth._default] (PID: 4680) DEBUG: Checking /app/service_account.json for explicit credentials as part of auth process... 2025-03-21 06:09:47 [scrapy.middleware] (PID: 4680) INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.closespider.CloseSpider', 'scrapy.extensions.feedexport.FeedExporter', 'scrapy.extensions.logstats.LogStats', 'scrapy_patchright.memusage.ScrapyPlaywrightMemoryUsageExtension', 'spidermon.contrib.scrapy.extensions.Spidermon'] 2025-03-21 06:09:47 [scrapy.crawler] (PID: 4680) INFO: Overridden settings: {'BOT_NAME': 'catalog_extraction', 'CONCURRENT_ITEMS': 250, 'CONCURRENT_REQUESTS': 24, 'FEED_EXPORT_ENCODING': 'utf-8', 'HTTPPROXY_ENABLED': False, 'LOG_FILE': '/var/lib/scrapyd/logs/catalog_extraction/home_depot/15698e1c061b11f0aeca4200a9fe0102.log', 'LOG_FORMAT': '%(asctime)s [%(name)s] (PID: %(process)d) %(levelname)s: ' '%(message)s', 'NEWSPIDER_MODULE': 'catalog_extraction.spiders', 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_poet.ScrapyPoetRequestFingerprinter', 'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7', 'SPIDER_MODULES': ['catalog_extraction.spiders'], 'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor', 'USER_AGENT': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, ' 'like Gecko) Chrome/129.0.0.0 Safari/537.36'} 2025-03-21 06:09:48 [scrapy_poet.injection] (PID: 4680) INFO: Loading providers: [, , , , , , ] 2025-03-21 06:09:48 [scrapy.middleware] (PID: 4680) INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scraping_utils.middlewares.downloaders.ProxyManagerDownloaderMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapy_poet.InjectionMiddleware', 'scrapy.downloadermiddlewares.retry.RetryMiddleware', 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy_poet.DownloaderStatsMiddleware'] 2025-03-21 06:09:48 [NotFoundHandlerSpiderMiddleware] (PID: 4680) INFO: NotFoundHandlerSpiderMiddleware running in DRYRUN mode. 2025-03-21 06:09:48 [google.auth._default] (PID: 4680) DEBUG: Checking /app/service_account.json for explicit credentials as part of auth process... 2025-03-21 06:09:48 [scrapy.middleware] (PID: 4680) INFO: Enabled spider middlewares: ['catalog_extraction.middlewares.NotFoundHandlerSpiderMiddleware', 'catalog_extraction.middlewares.FixtureSavingMiddleware', 'scrapy_poet.RetryMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2025-03-21 06:09:48 [scrapy.middleware] (PID: 4680) INFO: Enabled item pipelines: ['catalog_extraction.pipelines.DuplicatedSKUsFilterPipeline', 'catalog_extraction.pipelines.DiscontinuedProductsAdjustmentPipeline', 'catalog_extraction.pipelines.PriceRoundingPipeline', 'scraping_utils.pipelines.AttachSupplierPipeline', 'spidermon.contrib.scrapy.pipelines.ItemValidationPipeline'] 2025-03-21 06:09:48 [scrapy.core.engine] (PID: 4680) INFO: Spider opened 2025-03-21 06:09:48 [scrapy.extensions.closespider] (PID: 4680) INFO: Spider will stop when no items are produced after 7200 seconds. 2025-03-21 06:09:48 [google.auth._default] (PID: 4680) DEBUG: Checking /app/service_account.json for explicit credentials as part of auth process... 2025-03-21 06:09:48 [scrapy.extensions.logstats] (PID: 4680) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-03-21 06:09:48 [scrapy.extensions.telnet] (PID: 4680) INFO: Telnet console listening on 127.0.0.1:6023 2025-03-21 06:09:48 [scrapy-playwright] (PID: 4680) DEBUG: Total Playwright process memory: 0 Bytes (0 MiB) 2025-03-21 06:09:48 [scrapy-playwright] (PID: 4680) DEBUG: Total Playwright process memory: 0 Bytes (0 MiB) 2025-03-21 06:09:48 [scrapy-playwright] (PID: 4680) INFO: Starting download handler 2025-03-21 06:09:48 [scrapy-playwright] (PID: 4680) INFO: Starting download handler 2025-03-21 06:09:53 [home_depot] (PID: 4680) INFO: Starting Home Depot Spider: {'headless': True, 'proxy': {'server': 'http://brd.superproxy.io:22225', 'username': 'brd-customer-hl_13cda1e4-zone-main_datacenter_proxy', 'password': '6zp5z4q0qsc6'}, 'channel': 'chrome'} <<<<< 2025-03-21 06:09:53 [google.auth._default] (PID: 4680) DEBUG: Checking /app/service_account.json for explicit credentials as part of auth process... 2025-03-21 06:09:53 [google.auth._default] (PID: 4680) DEBUG: Checking /app/service_account.json for explicit credentials as part of auth process... 2025-03-21 06:09:53 [google.cloud.bigquery.opentelemetry_tracing] (PID: 4680) DEBUG: This service is instrumented using OpenTelemetry. OpenTelemetry or one of its components could not be imported; please add compatible versions of opentelemetry-api and opentelemetry-instrumentation packages in order to get BigQuery Tracing data. 2025-03-21 06:09:53 [urllib3.util.retry] (PID: 4680) DEBUG: Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None, status=None) 2025-03-21 06:09:53 [google.auth.transport.requests] (PID: 4680) DEBUG: Making request: POST https://oauth2.googleapis.com/token 2025-03-21 06:09:53 [urllib3.connectionpool] (PID: 4680) DEBUG: Starting new HTTPS connection (1): oauth2.googleapis.com:443 2025-03-21 06:09:53 [urllib3.connectionpool] (PID: 4680) DEBUG: https://oauth2.googleapis.com:443 "POST /token HTTP/1.1" 200 None 2025-03-21 06:09:53 [urllib3.connectionpool] (PID: 4680) DEBUG: Starting new HTTPS connection (1): bigquery.googleapis.com:443 2025-03-21 06:09:54 [urllib3.connectionpool] (PID: 4680) DEBUG: https://bigquery.googleapis.com:443 "POST /bigquery/v2/projects/response-elt/jobs?prettyPrint=false HTTP/1.1" 200 None 2025-03-21 06:09:54 [urllib3.connectionpool] (PID: 4680) DEBUG: https://bigquery.googleapis.com:443 "GET /bigquery/v2/projects/response-elt/jobs/ba263ca0-0728-480c-8ee2-619af3d2e37a?projection=full&location=US&prettyPrint=false HTTP/1.1" 200 None 2025-03-21 06:09:59 [urllib3.connectionpool] (PID: 4680) DEBUG: https://bigquery.googleapis.com:443 "GET /bigquery/v2/projects/response-elt/queries/ba263ca0-0728-480c-8ee2-619af3d2e37a?maxResults=0&location=US&prettyPrint=false HTTP/1.1" 200 None 2025-03-21 06:10:00 [urllib3.connectionpool] (PID: 4680) DEBUG: https://bigquery.googleapis.com:443 "GET /bigquery/v2/projects/response-elt/jobs/ba263ca0-0728-480c-8ee2-619af3d2e37a?projection=full&location=US&prettyPrint=false HTTP/1.1" 200 None 2025-03-21 06:10:01 [urllib3.connectionpool] (PID: 4680) DEBUG: https://bigquery.googleapis.com:443 "GET /bigquery/v2/projects/response-elt/queries/ba263ca0-0728-480c-8ee2-619af3d2e37a?fields=jobReference%2CtotalRows%2CpageToken%2Crows&location=US&formatOptions.useInt64Timestamp=True&prettyPrint=false HTTP/1.1" 200 None 2025-03-21 06:10:01 [home_depot] (PID: 4680) DEBUG: Using brd-customer-hl_13cda1e4-zone-main_datacenter_proxy as the default proxy for ProxyManagerDownloaderMiddleware. 2025-03-21 06:10:01 [scrapy-playwright] (PID: 4680) INFO: Launching browser chromium 2025-03-21 06:10:01 [scrapy-playwright] (PID: 4680) INFO: Browser chromium launched 2025-03-21 06:10:01 [scrapy-playwright] (PID: 4680) DEBUG: Browser context started: 'default' (persistent=False, remote=False) 2025-03-21 06:10:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts) 2025-03-21 06:10:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <404 https://www.homedepot.com/p/Unique-Loom-Trellis-Frieze-Rounded-Dark-Gray-6-ft-x-9-ft-Area-Rug-3146425/324651157> 2025-03-21 06:10:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.3bbb6cdf137016a5afde.css> 2025-03-21 06:10:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.845fa480fb0aa6468530.css> 2025-03-21 06:10:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Unique-Loom-Trellis-Frieze-Rounded-Dark-Gray-6-ft-x-9-ft-Area-Rug-3146425/324651157) 2025-03-21 06:10:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://adobedc.demdex.net/ee/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=a2cfdcca-8fb9-4a4a-ba14-b5b5ab584b9d> 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Unique-Loom-Trellis-Frieze-Rounded-Dark-Gray-6-ft-x-9-ft-Area-Rug-3146425/324651157) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/JACUZZI-Signature-60-in-x-36-in-Rectangular-Whirlpool-Bathtub-with-Left-Drain-in-White-J2D6036WLG1XXW/328232131> 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.5.0/localizerAutoInit.amd.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.42945499d57ded1bb944.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/runtime.f9aa527fa1b0cf6d43a3.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.a599782f8fa96ad92f83.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/vendors.3279d75ce043ea9a7b26.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TheCompanyStore_logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeDecoratorsCollection_logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HamptonBay-footer-logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/JACUZZI-Signature-60-in-x-36-in-Rectangular-Whirlpool-Bathtub-with-Left-Drain-in-White-J2D6036WLG1XXW/328232131) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Husky-footer-logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/LifeProof-footer-logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/GlacierBay-footer-logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Everbilt-footer-logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/StyleWell-logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vigoro.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TrafficMaster-footer-logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Defiant-footer-logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/EcoSmart-footer-logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Commercial-Electric.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Hdx-footer-logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/hubspace-logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=0bb259fd-8508-37f6-4b1e-81946be417c9> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vissani_logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/lifeproof_v1.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeAccentsHoliday-footer-logo.svg> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/JACUZZI-Signature-60-in-x-36-in-Rectangular-Whirlpool-Bathtub-with-Left-Drain-in-White-J2D6036WLG1XXW/328232131) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/JACUZZI-Signature-60-in-x-36-in-Rectangular-Whirlpool-Bathtub-with-Left-Drain-in-White-J2D6036WLG1XXW/328232131) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/JACUZZI-Signature-60-in-x-36-in-Rectangular-Whirlpool-Bathtub-with-Left-Drain-in-White-J2D6036WLG1XXW/328232131) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://localization.thdws.com/LocalizationService/v1/localstore.jsonp?show=metadata,%20localstore&callback=loc1742546088466> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Unique-Loom-Trellis-Frieze-Rounded-Dark-Gray-6-ft-x-9-ft-Area-Rug-3146425/324651157) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/JACUZZI-Signature-60-in-x-36-in-Rectangular-Whirlpool-Bathtub-with-Left-Drain-in-White-J2D6036WLG1XXW/328232131) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/JACUZZI-Signature-60-in-x-36-in-Rectangular-Whirlpool-Bathtub-with-Left-Drain-in-White-J2D6036WLG1XXW/328232131) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/akam/13/197b8f57> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=947ef98c-4649-4e62-9b0e-0a6eb8dd4e62> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/JACUZZI-Signature-60-in-x-36-in-Rectangular-Whirlpool-Bathtub-with-Left-Drain-in-White-J2D6036WLG1XXW/328232131) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=bb17bb99-9b42-4fe2-99a0-bdd6be898b4f> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:09 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (404) (referer: None) ['playwright'] 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:09 [scrapy.core.scraper] (PID: 4680) ERROR: Spider error processing (referer: None) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/scrapy/core/spidermw.py", line 83, in _process_spider_input result = method(response=response, spider=spider) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/scrapyd/eggs/catalog_extraction/1742537292.egg/catalog_extraction/middlewares.py", line 234, in process_spider_input raise ProductNotFound(f"Page {response.url} returned 404 status code.") scraping_utils.common.exceptions.ProductNotFound: Page https://www.homedepot.com/p/Unique-Loom-Trellis-Frieze-Rounded-Dark-Gray-6-ft-x-9-ft-Area-Rug-3146425/324651157 returned 404 status code. 2025-03-21 06:10:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/akam/13/pixel_197b8f57> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://c.go-mpulse.net/api/config.json?key=36T59-9DHSJ-E4G5M-6UFW6-FTNMC&d=www.homedepot.com&t=5808458&v=1.720.0&sl=0&si=1488efc0-c66a-479e-a674-f779d494c9cc-stgmgq&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,LOGN&acao=&ak.ai=167120> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/JACUZZI-Signature-60-in-x-36-in-Rectangular-Whirlpool-Bathtub-with-Left-Drain-in-White-J2D6036WLG1XXW/328232131) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Aston-Bromley-30-25-in-to-31-25-in-x-34-375-in-x-72-in-Frameless-Corner-Hinged-Shower-Enclosure-in-Matte-Black-SEN967EZ-MB-312534-10/307671895> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:10:11 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:11 [scrapy.core.scraper] (PID: 4680) DEBUG: Scraped from <200 https://www.homedepot.com/p/JACUZZI-Signature-60-in-x-36-in-Rectangular-Whirlpool-Bathtub-with-Left-Drain-in-White-J2D6036WLG1XXW/328232131> {'brand': 'JACUZZI', 'categories': ['Bath', 'Bathtubs', 'Drop-in Tubs'], 'countryOfOrigin': None, 'description': 'The JACUZZI whirlpool bath experience has been unmatched since its commercialization in 1956. Including patented jets like targetoid, ours is truly a unique brand of Whirlpool action. JACUZZI jet systems push high volumes of water uniquely mixed with air into a swirling bath. The result is a targeted massage stream with staying power.', 'imageUrl': 'https://images.thdstatic.com/productImages/b4530d44-c942-4f0a-a3a3-a6268374e7b4/svn/white-jacuzzi-drop-in-tubs-j2d6036wlg1xxw-64_100.jpg', 'inStock': True, 'isFreeShipping': False, 'leadTime': None, 'manufacturer': 'JACUZZI', 'manufacturerSku': '1010840425', 'name': 'JACUZZI Signature 60 in. x 36 in. Rectangular Whirlpool Bathtub with Left Drain in White J2D6036WLG1XXW', 'packagingIncrement': 1, 'prices': {}, 'productStatus': 'DISCONTINUED', 'relatedSkus': [], 'specifications': {'Bath Therapy Type': 'Whirlpool', 'Color Family': 'White', 'Color/Finish': 'White', 'Control Type': 'Manual/Analog', 'Drain Location': 'Left', 'Exterior bath shape': 'Rectangular', 'Faucet mount': 'Variable', 'Included': 'Heater', 'Material': 'Acrylic', 'Maximum Number of Occupants': '1 Person', 'Number of Jets': '6', 'Number of jet settings': '1', 'Product Weight (lb.)': '66 lb', 'Returnable': '90-Day', 'Style': 'Straight', 'Tub/Shower Features': 'Self Leveling Base,Slip-Resistant Tub', 'Voltage (V)': '120 V', 'Water capacity (gallons)': '54', 'Wattage (W)': '800 W', 'Certifications and Listings': 'IAPMO Certified,cUPC', 'Manufacturer Warranty': 'Limited Lifetime', 'Basin Length (in.)': '41', 'Basin Width (in.)': '23', 'Overall Height (in.)': '19.25', 'Overall Length (in.)': '60', 'Overall Width (in.)': '36', 'Soaking Depth (in.)': '13.8'}, 'supplier': 'HOME_DEPOT', 'supplierSku': '1010840425', 'uom': 'Each', 'url': 'https://www.homedepot.com/p/JACUZZI-Signature-60-in-x-36-in-Rectangular-Whirlpool-Bathtub-with-Left-Drain-in-White-J2D6036WLG1XXW/328232131', 'weight': '66 lb'} 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Aston-Bromley-30-25-in-to-31-25-in-x-34-375-in-x-72-in-Frameless-Corner-Hinged-Shower-Enclosure-in-Matte-Black-SEN967EZ-MB-312534-10/307671895) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Aston-Bromley-30-25-in-to-31-25-in-x-34-375-in-x-72-in-Frameless-Corner-Hinged-Shower-Enclosure-in-Matte-Black-SEN967EZ-MB-312534-10/307671895) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Aston-Bromley-30-25-in-to-31-25-in-x-34-375-in-x-72-in-Frameless-Corner-Hinged-Shower-Enclosure-in-Matte-Black-SEN967EZ-MB-312534-10/307671895) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Aston-Bromley-30-25-in-to-31-25-in-x-34-375-in-x-72-in-Frameless-Corner-Hinged-Shower-Enclosure-in-Matte-Black-SEN967EZ-MB-312534-10/307671895) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/CRAFT-MAIN-Tides-33-in-to-35-in-x-65-in-Framed-Pivot-Shower-Door-in-Silver-with-Clear-Glass-with-Handle-TDSW3565-CL-SV/203639111> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=11196408-0745-45df-89f3-843ab3ec85b9> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/CRAFT-MAIN-Tides-33-in-to-35-in-x-65-in-Framed-Pivot-Shower-Door-in-Silver-with-Clear-Glass-with-Handle-TDSW3565-CL-SV/203639111) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=35147115-3892-4ad7-a023-d97483a711a6> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/CRAFT-MAIN-Tides-33-in-to-35-in-x-65-in-Framed-Pivot-Shower-Door-in-Silver-with-Clear-Glass-with-Handle-TDSW3565-CL-SV/203639111) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/CRAFT-MAIN-Tides-33-in-to-35-in-x-65-in-Framed-Pivot-Shower-Door-in-Silver-with-Clear-Glass-with-Handle-TDSW3565-CL-SV/203639111) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/CRAFT-MAIN-Tides-33-in-to-35-in-x-65-in-Framed-Pivot-Shower-Door-in-Silver-with-Clear-Glass-with-Handle-TDSW3565-CL-SV/203639111) 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=a8311499-ed21-42f5-b4e6-1f88346b8095> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=dcef5b72-c441-4295-a464-734ceca80803> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Aston-Bromley-30-25-in-to-31-25-in-x-34-375-in-x-72-in-Frameless-Corner-Hinged-Shower-Enclosure-in-Matte-Black-SEN967EZ-MB-312534-10/307671895) 2025-03-21 06:10:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/CRAFT-MAIN-Tides-33-in-to-35-in-x-65-in-Framed-Pivot-Shower-Door-in-Silver-with-Clear-Glass-with-Handle-TDSW3565-CL-SV/203639111) 2025-03-21 06:10:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/CRAFT-MAIN-Tides-33-in-to-35-in-x-65-in-Framed-Pivot-Shower-Door-in-Silver-with-Clear-Glass-with-Handle-TDSW3565-CL-SV/203639111) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Aston-Bromley-30-25-in-to-31-25-in-x-34-375-in-x-72-in-Frameless-Corner-Hinged-Shower-Enclosure-in-Matte-Black-SEN967EZ-MB-312534-10/307671895) 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/advisory.svg> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FAston-Bromley-30-25-in-to-31-25-in-x-34-375-in-x-72-in-Frameless-Corner-Hinged-Shower-Enclosure-in-Matte-Black-SEN967EZ-MB-312534-10%2F307671895&t=1742537415914> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FCRAFT-MAIN-Tides-33-in-to-35-in-x-65-in-Framed-Pivot-Shower-Door-in-Silver-with-Clear-Glass-with-Handle-TDSW3565-CL-SV%2F203639111&t=1742537415829> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:16 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:10:16 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=serviceAddOns> 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <404 https://www.homedepot.com/p/CATALINA-40-in-W-x-32-in-H-Large-Rectangular-Frameless-Anti-Fog-Wall-Mounted-LED-Light-Bathroom-Vanity-Mirror-in-Silver-CT21S0301-40/328566485> 2025-03-21 06:10:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.845fa480fb0aa6468530.css> 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.3bbb6cdf137016a5afde.css> 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/CATALINA-40-in-W-x-32-in-H-Large-Rectangular-Frameless-Anti-Fog-Wall-Mounted-LED-Light-Bathroom-Vanity-Mirror-in-Silver-CT21S0301-40/328566485) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=a009d37e-7ba4-409c-81af-0e79bbb19d75> 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <404 https://www.homedepot.com/p/SAFAVIEH-Monaco-Red-Turquoise-2-ft-x-14-ft-Border-Runner-Rug-MNC207C-214/205842111> 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/CATALINA-40-in-W-x-32-in-H-Large-Rectangular-Frameless-Anti-Fog-Wall-Mounted-LED-Light-Bathroom-Vanity-Mirror-in-Silver-CT21S0301-40/328566485) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.42945499d57ded1bb944.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/runtime.f9aa527fa1b0cf6d43a3.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/vendors.3279d75ce043ea9a7b26.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.a599782f8fa96ad92f83.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TheCompanyStore_logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vissani_logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeDecoratorsCollection_logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HamptonBay-footer-logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Husky-footer-logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/LifeProof-footer-logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/lifeproof_v1.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/GlacierBay-footer-logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Everbilt-footer-logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/StyleWell-logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Hdx-footer-logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vigoro.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TrafficMaster-footer-logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Defiant-footer-logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/EcoSmart-footer-logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeAccentsHoliday-footer-logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Commercial-Electric.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/hubspace-logo.svg> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/CATALINA-40-in-W-x-32-in-H-Large-Rectangular-Frameless-Anti-Fog-Wall-Mounted-LED-Light-Bathroom-Vanity-Mirror-in-Silver-CT21S0301-40/328566485) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.845fa480fb0aa6468530.css> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.3bbb6cdf137016a5afde.css> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:19 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/SAFAVIEH-Monaco-Red-Turquoise-2-ft-x-14-ft-Border-Runner-Rug-MNC207C-214/205842111) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/SAFAVIEH-Monaco-Red-Turquoise-2-ft-x-14-ft-Border-Runner-Rug-MNC207C-214/205842111) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/federation-gateway/graphql?opname=recs> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=b815ed05-a8f7-46a2-8503-2a0899075af0> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:21 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (404) (referer: None) ['playwright'] 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.42945499d57ded1bb944.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/runtime.f9aa527fa1b0cf6d43a3.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/vendors.3279d75ce043ea9a7b26.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.a599782f8fa96ad92f83.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TheCompanyStore_logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vissani_logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeDecoratorsCollection_logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HamptonBay-footer-logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Husky-footer-logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/LifeProof-footer-logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/lifeproof_v1.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/GlacierBay-footer-logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Everbilt-footer-logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/StyleWell-logo.svg> 2025-03-21 06:10:21 [scrapy.core.scraper] (PID: 4680) ERROR: Spider error processing (referer: None) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/scrapy/core/spidermw.py", line 83, in _process_spider_input result = method(response=response, spider=spider) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/scrapyd/eggs/catalog_extraction/1742537292.egg/catalog_extraction/middlewares.py", line 234, in process_spider_input raise ProductNotFound(f"Page {response.url} returned 404 status code.") scraping_utils.common.exceptions.ProductNotFound: Page https://www.homedepot.com/p/CATALINA-40-in-W-x-32-in-H-Large-Rectangular-Frameless-Anti-Fog-Wall-Mounted-LED-Light-Bathroom-Vanity-Mirror-in-Silver-CT21S0301-40/328566485 returned 404 status code. 2025-03-21 06:10:21 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 1 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Hdx-footer-logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vigoro.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TrafficMaster-footer-logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Defiant-footer-logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/EcoSmart-footer-logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeAccentsHoliday-footer-logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Commercial-Electric.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/hubspace-logo.svg> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/SAFAVIEH-Monaco-Red-Turquoise-2-ft-x-14-ft-Border-Runner-Rug-MNC207C-214/205842111) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:21 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 1 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:21 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 2 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:21 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 2 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:21 [scrapy.downloadermiddlewares.retry] (PID: 4680) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:21 [scrapy.downloadermiddlewares.retry] (PID: 4680) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:21 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (404) (referer: None) ['playwright'] 2025-03-21 06:10:21 [scrapy.core.scraper] (PID: 4680) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:21 [scrapy.core.scraper] (PID: 4680) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:21 [scrapy.core.scraper] (PID: 4680) ERROR: Spider error processing (referer: None) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/scrapy/core/spidermw.py", line 83, in _process_spider_input result = method(response=response, spider=spider) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/scrapyd/eggs/catalog_extraction/1742537292.egg/catalog_extraction/middlewares.py", line 234, in process_spider_input raise ProductNotFound(f"Page {response.url} returned 404 status code.") scraping_utils.common.exceptions.ProductNotFound: Page https://www.homedepot.com/p/SAFAVIEH-Monaco-Red-Turquoise-2-ft-x-14-ft-Border-Runner-Rug-MNC207C-214/205842111 returned 404 status code. 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Alya-Bath-Wilmington-71-in-W-x-21-5-in-D-x-33-45-in-H-Bath-Vanity-Cabinet-without-Top-in-Gray-HE-102-72D-G/321171751> 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.7851078833a8e796c90c.css> 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Alya-Bath-Wilmington-71-in-W-x-21-5-in-D-x-33-45-in-H-Bath-Vanity-Cabinet-without-Top-in-Gray-HE-102-72D-G/321171751) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/fusion-hdh-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Alya-Bath-Wilmington-71-in-W-x-21-5-in-D-x-33-45-in-H-Bath-Vanity-Cabinet-without-Top-in-Gray-HE-102-72D-G/321171751) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Alya-Bath-Wilmington-71-in-W-x-21-5-in-D-x-33-45-in-H-Bath-Vanity-Cabinet-without-Top-in-Gray-HE-102-72D-G/321171751) 2025-03-21 06:10:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.7851078833a8e796c90c.css) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Alya-Bath-Wilmington-71-in-W-x-21-5-in-D-x-33-45-in-H-Bath-Vanity-Cabinet-without-Top-in-Gray-HE-102-72D-G/321171751) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Alya-Bath-Wilmington-71-in-W-x-21-5-in-D-x-33-45-in-H-Bath-Vanity-Cabinet-without-Top-in-Gray-HE-102-72D-G/321171751) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/fusion-hdh-pip-desktop.143ce67a87280bfe2e9a.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/runtime.18942543d653e04416e1.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=e2c609ff-c4a3-4204-a40c-ace12cd0ad36> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/vendors.c01ac1bbf451a56646e9.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.f70b7b197c00ed850cc2.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Hydro-Systems-Lindsey-72-in-Acrylic-Rectangular-Drop-in-Whirlpool-Bathtub-in-White-CLAC7236AWPW/206452127> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Hydro-Systems-Lindsey-72-in-Acrylic-Rectangular-Drop-in-Whirlpool-Bathtub-in-White-CLAC7236AWPW/206452127) 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Hydro-Systems-Lindsey-72-in-Acrylic-Rectangular-Drop-in-Whirlpool-Bathtub-in-White-CLAC7236AWPW/206452127) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Hydro-Systems-Lindsey-72-in-Acrylic-Rectangular-Drop-in-Whirlpool-Bathtub-in-White-CLAC7236AWPW/206452127) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Hydro-Systems-Lindsey-72-in-Acrylic-Rectangular-Drop-in-Whirlpool-Bathtub-in-White-CLAC7236AWPW/206452127) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=5a6cbe72-3b3e-436e-924f-053bafca33eb> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=b9a07716-6d31-4f77-a716-e846de503b72> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Alya-Bath-Wilmington-71-in-W-x-21-5-in-D-x-33-45-in-H-Bath-Vanity-Cabinet-without-Top-in-Gray-HE-102-72D-G/321171751) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Hydro-Systems-Lindsey-72-in-Acrylic-Rectangular-Drop-in-Whirlpool-Bathtub-in-White-CLAC7236AWPW/206452127) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/productoverviewaccordiontitle~write-a-review-form.0eb1f482053f778efb5a.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/productoverviewaccordiontitle.2d78812f35cf188beac7.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.7fd70562e2ffea71edca.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.7fd70562e2ffea71edca.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.80442361a63e562b6a21.css> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:10:25 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=88a6bbcd-fc90-48e0-8392-aee690674ed4> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Hydro-Systems-Lindsey-72-in-Acrylic-Rectangular-Drop-in-Whirlpool-Bathtub-in-White-CLAC7236AWPW/206452127) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <404 https://www.homedepot.com/p/Wyndham-Collection-Miranda-84-in-W-x-22-in-D-x-33-75-in-H-Double-Bath-Vanity-in-Dark-Blue-with-White-Carrara-Marble-Top-WCF292984DBLCMUNSMXX/319151794> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.845fa480fb0aa6468530.css> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.3bbb6cdf137016a5afde.css> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Wyndham-Collection-Miranda-84-in-W-x-22-in-D-x-33-75-in-H-Double-Bath-Vanity-in-Dark-Blue-with-White-Carrara-Marble-Top-WCF292984DBLCMUNSMXX/319151794) 2025-03-21 06:10:26 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Wyndham-Collection-Miranda-84-in-W-x-22-in-D-x-33-75-in-H-Double-Bath-Vanity-in-Dark-Blue-with-White-Carrara-Marble-Top-WCF292984DBLCMUNSMXX/319151794) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FHydro-Systems-Lindsey-72-in-Acrylic-Rectangular-Drop-in-Whirlpool-Bathtub-in-White-CLAC7236AWPW%2F206452127&t=1742537426647> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:27 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:27 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 1 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:10:27 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 2 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=9cc0d303-f796-4cc6-ba5f-1a16abff4da1> 2025-03-21 06:10:27 [scrapy.downloadermiddlewares.retry] (PID: 4680) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:27 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 1 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:27 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 2 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:10:27 [scrapy.core.scraper] (PID: 4680) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:27 [scrapy.downloadermiddlewares.retry] (PID: 4680) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TheCompanyStore_logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vissani_logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeDecoratorsCollection_logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HamptonBay-footer-logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Husky-footer-logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/LifeProof-footer-logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/lifeproof_v1.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/GlacierBay-footer-logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Everbilt-footer-logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/StyleWell-logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Hdx-footer-logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vigoro.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TrafficMaster-footer-logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Defiant-footer-logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/EcoSmart-footer-logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeAccentsHoliday-footer-logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Commercial-Electric.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/hubspace-logo.svg> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.42945499d57ded1bb944.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/runtime.f9aa527fa1b0cf6d43a3.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/vendors.3279d75ce043ea9a7b26.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.a599782f8fa96ad92f83.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy.core.scraper] (PID: 4680) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Wyndham-Collection-Miranda-84-in-W-x-22-in-D-x-33-75-in-H-Double-Bath-Vanity-in-Dark-Blue-with-White-Carrara-Marble-Top-WCF292984DBLCMUNSMXX/319151794) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:10:28 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (404) (referer: None) ['playwright'] 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:28 [scrapy.core.scraper] (PID: 4680) ERROR: Spider error processing (referer: None) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/scrapy/core/spidermw.py", line 83, in _process_spider_input result = method(response=response, spider=spider) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/scrapyd/eggs/catalog_extraction/1742537292.egg/catalog_extraction/middlewares.py", line 234, in process_spider_input raise ProductNotFound(f"Page {response.url} returned 404 status code.") scraping_utils.common.exceptions.ProductNotFound: Page https://www.homedepot.com/p/Wyndham-Collection-Miranda-84-in-W-x-22-in-D-x-33-75-in-H-Double-Bath-Vanity-in-Dark-Blue-with-White-Carrara-Marble-Top-WCF292984DBLCMUNSMXX/319151794 returned 404 status code. 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Hampton-Bay-Aqua-Blue-8-x-10-Border-Indoor-Outdoor-Area-Rug-3102406/317648349> 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/fusion-hdh-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.7851078833a8e796c90c.css> 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Hampton-Bay-Aqua-Blue-8-x-10-Border-Indoor-Outdoor-Area-Rug-3102406/317648349) 2025-03-21 06:10:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Hampton-Bay-Aqua-Blue-8-x-10-Border-Indoor-Outdoor-Area-Rug-3102406/317648349) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=17a7d1a2-3790-4cd8-9b64-1c153dc35139> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/SAFAVIEH-Ocean-Shag-Ivory-2-ft-x-6-ft-Solid-Runner-Rug-OCG101A-26/311436170> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Hampton-Bay-Aqua-Blue-8-x-10-Border-Indoor-Outdoor-Area-Rug-3102406/317648349) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Hampton-Bay-Aqua-Blue-8-x-10-Border-Indoor-Outdoor-Area-Rug-3102406/317648349) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=9034a67b-4e40-4325-96db-912d1bcc7ec7> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/fusion-hdh-pip-desktop.143ce67a87280bfe2e9a.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/runtime.18942543d653e04416e1.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/vendors.c01ac1bbf451a56646e9.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.f70b7b197c00ed850cc2.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/SAFAVIEH-Ocean-Shag-Ivory-2-ft-x-6-ft-Solid-Runner-Rug-OCG101A-26/311436170) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=db07774c-4c67-41c2-850f-1d5563d271cc> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/SAFAVIEH-Ocean-Shag-Ivory-2-ft-x-6-ft-Solid-Runner-Rug-OCG101A-26/311436170) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/SAFAVIEH-Ocean-Shag-Ivory-2-ft-x-6-ft-Solid-Runner-Rug-OCG101A-26/311436170) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/SAFAVIEH-Ocean-Shag-Ivory-2-ft-x-6-ft-Solid-Runner-Rug-OCG101A-26/311436170) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=22d9b177-f18f-4f7b-baa0-84614216a28d> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Hampton-Bay-Aqua-Blue-8-x-10-Border-Indoor-Outdoor-Area-Rug-3102406/317648349) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/SAFAVIEH-Ocean-Shag-Ivory-2-ft-x-6-ft-Solid-Runner-Rug-OCG101A-26/311436170) 2025-03-21 06:10:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Hampton-Bay-Aqua-Blue-8-x-10-Border-Indoor-Outdoor-Area-Rug-3102406/317648349) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/SAFAVIEH-Ocean-Shag-Ivory-2-ft-x-6-ft-Solid-Runner-Rug-OCG101A-26/311436170) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/productoverviewaccordiontitle~write-a-review-form.0eb1f482053f778efb5a.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/productoverviewaccordiontitle.2d78812f35cf188beac7.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.7fd70562e2ffea71edca.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.80442361a63e562b6a21.css> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.7fd70562e2ffea71edca.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.7851078833a8e796c90c.css) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FHampton-Bay-Aqua-Blue-8-x-10-Border-Indoor-Outdoor-Area-Rug-3102406%2F317648349&t=1742537435277> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FSAFAVIEH-Ocean-Shag-Ivory-2-ft-x-6-ft-Solid-Runner-Rug-OCG101A-26%2F311436170&t=1742537435593> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:10:36 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:36 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/alert-check-white.svg> 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Hudson-36-in-W-x-22-in-D-x-36-in-H-Right-Offset-Sink-Bath-Vanity-in-Dark-Green-with-Cove-Edge-White-Quartz-Top-HDSN-DGN-DC-WHQZ-36R/321010088> 2025-03-21 06:10:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/fusion-hdh-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.7851078833a8e796c90c.css> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Hudson-36-in-W-x-22-in-D-x-36-in-H-Right-Offset-Sink-Bath-Vanity-in-Dark-Green-with-Cove-Edge-White-Quartz-Top-HDSN-DGN-DC-WHQZ-36R/321010088) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=e5bf7931-dc12-43b3-92cb-89459fb08e86> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Ottomanson-Ottohome-Collection-Non-Slip-Rubberback-Medallion-Oriental-5x7-Indoor-Area-Rug-5-ft-x-6-ft-6-in-Dark-Seafoam-Green-OTH2215-5X7/206393818> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.7851078833a8e796c90c.css) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Hudson-36-in-W-x-22-in-D-x-36-in-H-Right-Offset-Sink-Bath-Vanity-in-Dark-Green-with-Cove-Edge-White-Quartz-Top-HDSN-DGN-DC-WHQZ-36R/321010088) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Hudson-36-in-W-x-22-in-D-x-36-in-H-Right-Offset-Sink-Bath-Vanity-in-Dark-Green-with-Cove-Edge-White-Quartz-Top-HDSN-DGN-DC-WHQZ-36R/321010088) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Hudson-36-in-W-x-22-in-D-x-36-in-H-Right-Offset-Sink-Bath-Vanity-in-Dark-Green-with-Cove-Edge-White-Quartz-Top-HDSN-DGN-DC-WHQZ-36R/321010088) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/fusion-hdh-pip-desktop.143ce67a87280bfe2e9a.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/runtime.18942543d653e04416e1.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/vendors.c01ac1bbf451a56646e9.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=e024b207-7e92-4f8f-b04e-5bba4a66e355> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.f70b7b197c00ed850cc2.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Ottomanson-Ottohome-Collection-Non-Slip-Rubberback-Medallion-Oriental-5x7-Indoor-Area-Rug-5-ft-x-6-ft-6-in-Dark-Seafoam-Green-OTH2215-5X7/206393818) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Ottomanson-Ottohome-Collection-Non-Slip-Rubberback-Medallion-Oriental-5x7-Indoor-Area-Rug-5-ft-x-6-ft-6-in-Dark-Seafoam-Green-OTH2215-5X7/206393818) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Ottomanson-Ottohome-Collection-Non-Slip-Rubberback-Medallion-Oriental-5x7-Indoor-Area-Rug-5-ft-x-6-ft-6-in-Dark-Seafoam-Green-OTH2215-5X7/206393818) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Ottomanson-Ottohome-Collection-Non-Slip-Rubberback-Medallion-Oriental-5x7-Indoor-Area-Rug-5-ft-x-6-ft-6-in-Dark-Seafoam-Green-OTH2215-5X7/206393818) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=b34c320e-05c9-45bc-8b07-30f82be79528> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Hudson-36-in-W-x-22-in-D-x-36-in-H-Right-Offset-Sink-Bath-Vanity-in-Dark-Green-with-Cove-Edge-White-Quartz-Top-HDSN-DGN-DC-WHQZ-36R/321010088) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Ottomanson-Ottohome-Collection-Non-Slip-Rubberback-Medallion-Oriental-5x7-Indoor-Area-Rug-5-ft-x-6-ft-6-in-Dark-Seafoam-Green-OTH2215-5X7/206393818) 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Hudson-36-in-W-x-22-in-D-x-36-in-H-Right-Offset-Sink-Bath-Vanity-in-Dark-Green-with-Cove-Edge-White-Quartz-Top-HDSN-DGN-DC-WHQZ-36R/321010088) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=39d4a621-4942-4cc9-b5fa-7a0f2303ad14> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Ottomanson-Ottohome-Collection-Non-Slip-Rubberback-Medallion-Oriental-5x7-Indoor-Area-Rug-5-ft-x-6-ft-6-in-Dark-Seafoam-Green-OTH2215-5X7/206393818) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/productoverviewaccordiontitle~write-a-review-form.0eb1f482053f778efb5a.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/productoverviewaccordiontitle.2d78812f35cf188beac7.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.7fd70562e2ffea71edca.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.80442361a63e562b6a21.css> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.7fd70562e2ffea71edca.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.7851078833a8e796c90c.css) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FHudson-36-in-W-x-22-in-D-x-36-in-H-Right-Offset-Sink-Bath-Vanity-in-Dark-Green-with-Cove-Edge-White-Quartz-Top-HDSN-DGN-DC-WHQZ-36R%2F321010088&t=1742537442121> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=reviewSentiments> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Hudson-36-in-W-x-22-in-D-x-36-in-H-Right-Offset-Sink-Bath-Vanity-in-Dark-Green-with-Cove-Edge-White-Quartz-Top-HDSN-DGN-DC-WHQZ-36R/321010088) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/alert-check-white.svg> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=protectionPlan> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=shipping> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.paypal.com/sdk/js?client-id=AQUolB5X1HACW19AGVFANA1SuuJOArLYtyJ0zI2yvD1jVxgUhZbl4E-m4ry_emlAEsik3xm4gcvKKL_B&enable-funding=paylater&disable-funding=card&components=buttons,funding-eligibility,messages&intent=order&commit=false> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Ottomanson-Ottohome-Collection-Non-Slip-Rubberback-Medallion-Oriental-5x7-Indoor-Area-Rug-5-ft-x-6-ft-6-in-Dark-Seafoam-Green-OTH2215-5X7/206393818) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=mediaPriceInventory> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:43 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FOttomanson-Ottohome-Collection-Non-Slip-Rubberback-Medallion-Oriental-5x7-Indoor-Area-Rug-5-ft-x-6-ft-6-in-Dark-Seafoam-Green-OTH2215-5X7%2F206393818&t=1742537442517> 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:43 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 1 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts) 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:43 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 1 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:43 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 2 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:43 [scrapy.downloadermiddlewares.retry] (PID: 4680) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:43 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 2 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:43 [scrapy.downloadermiddlewares.retry] (PID: 4680) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:44 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 1 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:44 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 1 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:44 [scrapy.core.scraper] (PID: 4680) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:44 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 2 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:44 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 2 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:44 [scrapy.core.scraper] (PID: 4680) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:44 [scrapy.downloadermiddlewares.retry] (PID: 4680) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:44 [scrapy.downloadermiddlewares.retry] (PID: 4680) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:44 [scrapy.core.scraper] (PID: 4680) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:44 [scrapy.core.scraper] (PID: 4680) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/34-in-W-x-72-in-H-Sliding-Frameless-Shower-Door-in-Matte-Black-with-Clear-Glass-W0JI0812004/322541910> 2025-03-21 06:10:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/34-in-W-x-72-in-H-Sliding-Frameless-Shower-Door-in-Matte-Black-with-Clear-Glass-W0JI0812004/322541910) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Concord-Global-Trading-Jefferson-Collection-Athens-Red-3-ft-x-4-ft-Area-Rug-69103/314964243> 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/34-in-W-x-72-in-H-Sliding-Frameless-Shower-Door-in-Matte-Black-with-Clear-Glass-W0JI0812004/322541910) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/34-in-W-x-72-in-H-Sliding-Frameless-Shower-Door-in-Matte-Black-with-Clear-Glass-W0JI0812004/322541910) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/34-in-W-x-72-in-H-Sliding-Frameless-Shower-Door-in-Matte-Black-with-Clear-Glass-W0JI0812004/322541910) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=15503f42-3506-49e7-8007-60b1b8773426> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Jefferson-Collection-Athens-Red-3-ft-x-4-ft-Area-Rug-69103/314964243) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Jefferson-Collection-Athens-Red-3-ft-x-4-ft-Area-Rug-69103/314964243) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Jefferson-Collection-Athens-Red-3-ft-x-4-ft-Area-Rug-69103/314964243) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Jefferson-Collection-Athens-Red-3-ft-x-4-ft-Area-Rug-69103/314964243) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=7a8608ee-9956-4b4c-a00a-b6b9709c99d8> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/34-in-W-x-72-in-H-Sliding-Frameless-Shower-Door-in-Matte-Black-with-Clear-Glass-W0JI0812004/322541910) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=bb82d658-6710-4360-bb73-bcc5ebcacc0e> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=57c95707-1c0c-4215-b1c8-d0fe889ab919> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Jefferson-Collection-Athens-Red-3-ft-x-4-ft-Area-Rug-69103/314964243) 2025-03-21 06:10:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:48 [scrapy.extensions.logstats] (PID: 4680) INFO: Crawled 13 pages (at 13 pages/min), scraped 1 items (at 1 items/min) 2025-03-21 06:10:48 [scrapy-playwright] (PID: 4680) DEBUG: Total Playwright process memory: 1581350912 Bytes (1508 MiB) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/34-in-W-x-72-in-H-Sliding-Frameless-Shower-Door-in-Matte-Black-with-Clear-Glass-W0JI0812004/322541910) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Jefferson-Collection-Athens-Red-3-ft-x-4-ft-Area-Rug-69103/314964243) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2F34-in-W-x-72-in-H-Sliding-Frameless-Shower-Door-in-Matte-Black-with-Clear-Glass-W0JI0812004%2F322541910&t=1742537449941> 2025-03-21 06:10:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:10:51 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=reviewSentiments> 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:51 [scrapy.core.scraper] (PID: 4680) DEBUG: Scraped from <200 https://www.homedepot.com/p/34-in-W-x-72-in-H-Sliding-Frameless-Shower-Door-in-Matte-Black-with-Clear-Glass-W0JI0812004/322541910> {'brand': 'UKISHIRO', 'categories': ['Bath', 'Showers', 'Shower Doors', 'Alcove Shower Doors'], 'countryOfOrigin': None, 'description': "A frameless shower door can instantly make your bathroom look bigger and brighter, adding a fresh and modern feel yet having the versatility to complement any bathroom style. This frameless shower repels water, soap scum and grime, helping to reduce cleaning time by up to 90%. It will instantly establish a new centerpiece for your bathroom's interior.", 'imageUrl': 'https://images.thdstatic.com/productImages/5524f054-850a-4cb0-9aba-c5868e34eaeb/svn/alcove-shower-doors-w0ji0812004-64_100.jpg', 'inStock': True, 'isFreeShipping': False, 'leadTime': None, 'manufacturer': 'UKISHIRO', 'manufacturerSku': '1008807836', 'name': 'UKISHIRO 34 in. W x 72 in. H Sliding Frameless Shower Door in Matte Black with Clear Glass W0JI0812004', 'packagingIncrement': 1, 'prices': {}, 'productStatus': 'DISCONTINUED', 'relatedSkus': [], 'specifications': {'Door Handle Position': 'No Handle Included', 'Door Handle Type': 'Bar', 'Door Type': 'Sliding', 'Features': 'Soft Close', 'Frame Finish': 'black', 'Frame Type': 'Framed', 'Frame/Hardware Finish Family': 'Black', 'Glass Finish': 'clear', 'Glass Texture': 'Clear', 'Handle Finish': 'No Handle Available', 'Included': 'Door Hardware', 'Installation Area': 'Alcove', 'Max Installed Width (in.)': '34 in', 'Product Weight (lb.)': '48.5 lb', 'Returnable': '90-Day', 'Certifications and Listings': 'No Certifications or Listings', 'Manufacturer Warranty': '180days', 'Approximate Max Installed Width (in.)': '34 in.', 'Door Glass Thickness (in.)': '1/4"', 'Fits Finished Width (in.)': '34 in', 'Installation Width': '34 in.', 'Product Height (in.)': '72 in', 'Walk Through Opening Height (in.)': '72 in', 'Walk Through Opening Width (in.)': '34 in.'}, 'supplier': 'HOME_DEPOT', 'supplierSku': '1008807836', 'uom': 'Each', 'url': 'https://www.homedepot.com/p/34-in-W-x-72-in-H-Sliding-Frameless-Shower-Door-in-Matte-Black-with-Clear-Glass-W0JI0812004/322541910', 'weight': '48.5 lb'} 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:51 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch) 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch) 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script) 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Unique-Loom-Jardin-Ivy-Blue-5-0-x-8-0-Area-Rug-3127693/303056584> 2025-03-21 06:10:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Unique-Loom-Jardin-Ivy-Blue-5-0-x-8-0-Area-Rug-3127693/303056584) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <404 https://www.homedepot.com/p/Addison-Rugs-Chantille-ACN539-Gray-8-ft-x-10-ft-Machine-Washable-Indoor-Outdoor-Geometric-Area-Rug-ACN539GY8X10/327704306> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Unique-Loom-Jardin-Ivy-Blue-5-0-x-8-0-Area-Rug-3127693/303056584) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Unique-Loom-Jardin-Ivy-Blue-5-0-x-8-0-Area-Rug-3127693/303056584) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Unique-Loom-Jardin-Ivy-Blue-5-0-x-8-0-Area-Rug-3127693/303056584) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=83951bf2-d9e6-488c-9d67-cead203762a3> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=5ec4c628-dffb-4dd6-961e-d98db10366c1> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.845fa480fb0aa6468530.css> 2025-03-21 06:10:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.3bbb6cdf137016a5afde.css> 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Addison-Rugs-Chantille-ACN539-Gray-8-ft-x-10-ft-Machine-Washable-Indoor-Outdoor-Geometric-Area-Rug-ACN539GY8X10/327704306) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=6ea87a32-5431-4582-a212-9b975f990823> 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Addison-Rugs-Chantille-ACN539-Gray-8-ft-x-10-ft-Machine-Washable-Indoor-Outdoor-Geometric-Area-Rug-ACN539GY8X10/327704306) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Unique-Loom-Jardin-Ivy-Blue-5-0-x-8-0-Area-Rug-3127693/303056584) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.42945499d57ded1bb944.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/runtime.f9aa527fa1b0cf6d43a3.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/vendors.3279d75ce043ea9a7b26.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.a599782f8fa96ad92f83.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TheCompanyStore_logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vissani_logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeDecoratorsCollection_logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HamptonBay-footer-logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Husky-footer-logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/LifeProof-footer-logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/lifeproof_v1.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/GlacierBay-footer-logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Everbilt-footer-logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/StyleWell-logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Hdx-footer-logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vigoro.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TrafficMaster-footer-logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Defiant-footer-logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/EcoSmart-footer-logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Addison-Rugs-Chantille-ACN539-Gray-8-ft-x-10-ft-Machine-Washable-Indoor-Outdoor-Geometric-Area-Rug-ACN539GY8X10/327704306) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeAccentsHoliday-footer-logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Commercial-Electric.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/hubspace-logo.svg> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:55 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (404) (referer: None) ['playwright'] 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:55 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 1 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:55 [scrapy.downloadermiddlewares.retry] (PID: 4680) DEBUG: Retrying (failed 2 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:55 [scrapy.downloadermiddlewares.retry] (PID: 4680) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:55 [scrapy.core.scraper] (PID: 4680) ERROR: Spider error processing (referer: None) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/scrapy/core/spidermw.py", line 83, in _process_spider_input result = method(response=response, spider=spider) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/scrapyd/eggs/catalog_extraction/1742537292.egg/catalog_extraction/middlewares.py", line 234, in process_spider_input raise ProductNotFound(f"Page {response.url} returned 404 status code.") scraping_utils.common.exceptions.ProductNotFound: Page https://www.homedepot.com/p/Addison-Rugs-Chantille-ACN539-Gray-8-ft-x-10-ft-Machine-Washable-Indoor-Outdoor-Geometric-Area-Rug-ACN539GY8X10/327704306 returned 404 status code. 2025-03-21 06:10:55 [scrapy.core.scraper] (PID: 4680) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Proxy Authentication Required'}] 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Unique-Loom-Jardin-Ivy-Blue-5-0-x-8-0-Area-Rug-3127693/303056584) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <404 https://www.homedepot.com/p/FANMATS-Northeastern-State-Riverhawks-Green-5ft-x-8-ft-Plush-Area-Rug-34894/322994763> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.845fa480fb0aa6468530.css> 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.3bbb6cdf137016a5afde.css> 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/FANMATS-Northeastern-State-Riverhawks-Green-5ft-x-8-ft-Plush-Area-Rug-34894/322994763) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/FANMATS-Northeastern-State-Riverhawks-Green-5ft-x-8-ft-Plush-Area-Rug-34894/322994763) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=397588a5-1536-464b-a415-3a4ea6fadba4> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.42945499d57ded1bb944.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/runtime.f9aa527fa1b0cf6d43a3.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/vendors.3279d75ce043ea9a7b26.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.a599782f8fa96ad92f83.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TheCompanyStore_logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vissani_logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeDecoratorsCollection_logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HamptonBay-footer-logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Husky-footer-logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/LifeProof-footer-logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/lifeproof_v1.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/GlacierBay-footer-logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Everbilt-footer-logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/StyleWell-logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Hdx-footer-logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vigoro.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TrafficMaster-footer-logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Defiant-footer-logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/EcoSmart-footer-logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeAccentsHoliday-footer-logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Commercial-Electric.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/hubspace-logo.svg> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/FANMATS-Northeastern-State-Riverhawks-Green-5ft-x-8-ft-Plush-Area-Rug-34894/322994763) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Nestfair-24-in-W-x-36-in-H-Arched-Aluminium-Framed-Wall-Bathroom-Vanity-Mirror-in-Gold-SKA0922G/326928144> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Nestfair-24-in-W-x-36-in-H-Arched-Aluminium-Framed-Wall-Bathroom-Vanity-Mirror-in-Gold-SKA0922G/326928144) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/fusion-hdh-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.7851078833a8e796c90c.css> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Nestfair-24-in-W-x-36-in-H-Arched-Aluminium-Framed-Wall-Bathroom-Vanity-Mirror-in-Gold-SKA0922G/326928144) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Nestfair-24-in-W-x-36-in-H-Arched-Aluminium-Framed-Wall-Bathroom-Vanity-Mirror-in-Gold-SKA0922G/326928144) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/federation-gateway/graphql?opname=recs> 2025-03-21 06:10:59 [scrapy.crawler] (PID: 4680) INFO: Received SIGINT, shutting down gracefully. Send again to force 2025-03-21 06:10:59 [scrapy.core.engine] (PID: 4680) INFO: Closing spider (shutdown) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Nestfair-24-in-W-x-36-in-H-Arched-Aluminium-Framed-Wall-Bathroom-Vanity-Mirror-in-Gold-SKA0922G/326928144) 2025-03-21 06:10:59 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (404) (referer: None) ['playwright'] 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Nestfair-24-in-W-x-36-in-H-Arched-Aluminium-Framed-Wall-Bathroom-Vanity-Mirror-in-Gold-SKA0922G/326928144) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/fusion-hdh-pip-desktop.143ce67a87280bfe2e9a.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/runtime.18942543d653e04416e1.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/vendors.c01ac1bbf451a56646e9.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=a7ce7764-4b48-48c0-b400-18e79d53d52e> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:10:59 [scrapy.core.scraper] (PID: 4680) ERROR: Spider error processing (referer: None) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/scrapy/core/spidermw.py", line 83, in _process_spider_input result = method(response=response, spider=spider) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/scrapyd/eggs/catalog_extraction/1742537292.egg/catalog_extraction/middlewares.py", line 234, in process_spider_input raise ProductNotFound(f"Page {response.url} returned 404 status code.") scraping_utils.common.exceptions.ProductNotFound: Page https://www.homedepot.com/p/FANMATS-Northeastern-State-Riverhawks-Green-5ft-x-8-ft-Plush-Area-Rug-34894/322994763 returned 404 status code. 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.f70b7b197c00ed850cc2.js> 2025-03-21 06:10:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <404 https://www.homedepot.com/p/Streamline-67-in-Acrylic-Flatbottom-Non-Whirlpool-Bathtub-in-Glossy-White-with-Matte-Black-Drain-NAA661BL/322944377> 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/Value-Pricing-Special-Buy.svg> 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:11:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=cf5aa70c-4743-42db-bc22-b5e479e55f9f> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Nestfair-24-in-W-x-36-in-H-Arched-Aluminium-Framed-Wall-Bathroom-Vanity-Mirror-in-Gold-SKA0922G/326928144) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/productoverviewaccordiontitle~write-a-review-form.0eb1f482053f778efb5a.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/productoverviewaccordiontitle.2d78812f35cf188beac7.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.7fd70562e2ffea71edca.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.80442361a63e562b6a21.css> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.7fd70562e2ffea71edca.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.845fa480fb0aa6468530.css> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.3bbb6cdf137016a5afde.css> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Streamline-67-in-Acrylic-Flatbottom-Non-Whirlpool-Bathtub-in-Glossy-White-with-Matte-Black-Drain-NAA661BL/322944377) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Streamline-67-in-Acrylic-Flatbottom-Non-Whirlpool-Bathtub-in-Glossy-White-with-Matte-Black-Drain-NAA661BL/322944377) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FNestfair-24-in-W-x-36-in-H-Arched-Aluminium-Framed-Wall-Bathroom-Vanity-Mirror-in-Gold-SKA0922G%2F326928144&t=1742537461203> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=caa295c0-c488-42a6-91fc-488d00db1f75> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:11:02 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TheCompanyStore_logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vissani_logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeDecoratorsCollection_logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HamptonBay-footer-logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Husky-footer-logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/LifeProof-footer-logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/lifeproof_v1.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.42945499d57ded1bb944.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/runtime.f9aa527fa1b0cf6d43a3.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/vendors.3279d75ce043ea9a7b26.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.a599782f8fa96ad92f83.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/GlacierBay-footer-logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Everbilt-footer-logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/StyleWell-logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Hdx-footer-logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vigoro.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TrafficMaster-footer-logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Defiant-footer-logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/EcoSmart-footer-logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeAccentsHoliday-footer-logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Commercial-Electric.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/hubspace-logo.svg> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Streamline-67-in-Acrylic-Flatbottom-Non-Whirlpool-Bathtub-in-Glossy-White-with-Matte-Black-Drain-NAA661BL/322944377) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:03 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (404) (referer: None) ['playwright'] 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:03 [scrapy.core.scraper] (PID: 4680) ERROR: Spider error processing (referer: None) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/scrapy/core/spidermw.py", line 83, in _process_spider_input result = method(response=response, spider=spider) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/scrapyd/eggs/catalog_extraction/1742537292.egg/catalog_extraction/middlewares.py", line 234, in process_spider_input raise ProductNotFound(f"Page {response.url} returned 404 status code.") scraping_utils.common.exceptions.ProductNotFound: Page https://www.homedepot.com/p/Streamline-67-in-Acrylic-Flatbottom-Non-Whirlpool-Bathtub-in-Glossy-White-with-Matte-Black-Drain-NAA661BL/322944377 returned 404 status code. 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Concord-Global-Trading-Light-Brown-8-ft-x-10-ft-Ocean-Shag-Trellis-Area-Rug-02187/301475613> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Light-Brown-8-ft-x-10-ft-Ocean-Shag-Trellis-Area-Rug-02187/301475613) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Panels-Ivory-3-ft-x-4-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95633/327093963> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Light-Brown-8-ft-x-10-ft-Ocean-Shag-Trellis-Area-Rug-02187/301475613) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Light-Brown-8-ft-x-10-ft-Ocean-Shag-Trellis-Area-Rug-02187/301475613) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Light-Brown-8-ft-x-10-ft-Ocean-Shag-Trellis-Area-Rug-02187/301475613) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Panels-Ivory-3-ft-x-4-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95633/327093963) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=76a8b804-cfaa-4e71-8e4e-2c180abc4a56> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/Value-Pricing-Special-Buy.svg> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=95397b5a-663b-4cc0-9fea-1e4a9bb52ac2> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Panels-Ivory-3-ft-x-4-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95633/327093963) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Panels-Ivory-3-ft-x-4-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95633/327093963) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Panels-Ivory-3-ft-x-4-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95633/327093963) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Light-Brown-8-ft-x-10-ft-Ocean-Shag-Trellis-Area-Rug-02187/301475613) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Panels-Ivory-3-ft-x-4-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95633/327093963) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=572738e4-5446-442f-ba23-283afc56bf34> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:06 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Light-Brown-8-ft-x-10-ft-Ocean-Shag-Trellis-Area-Rug-02187/301475613) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:07 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=4122123f-e437-428d-8662-c3fc18a6d270> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Panels-Ivory-3-ft-x-4-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95633/327093963) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Light-Brown-8-ft-x-10-ft-Ocean-Shag-Trellis-Area-Rug-02187/301475613) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FConcord-Global-Trading-Light-Brown-8-ft-x-10-ft-Ocean-Shag-Trellis-Area-Rug-02187%2F301475613&t=1742537467237> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/alert-check-white.svg> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.roomvo.com/static/scripts/b2b/homedepot.js> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.paypal.com/sdk/js?client-id=AQUolB5X1HACW19AGVFANA1SuuJOArLYtyJ0zI2yvD1jVxgUhZbl4E-m4ry_emlAEsik3xm4gcvKKL_B&enable-funding=paylater&disable-funding=card&components=buttons,funding-eligibility,messages&intent=order&commit=false> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document, referrer: https://www.homedepot.com/) 2025-03-21 06:11:08 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:08 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=reviewSentiments> 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Panels-Ivory-3-ft-x-4-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95633/327093963) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/alert-check-white.svg> 2025-03-21 06:11:09 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:09 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <301 https://www.homedepot.com/p/Himalayas-Beige-Creme-2-ft-2-in-x-6-ft-Machine-Washable-Modern-Floral-Abstract-Polyester-Non-Slip-Backing-Area-Rug-HMY-BEI-2X6/324340971> (location: https://www.homedepot.com/p/PLAYA-RUG-Himalayas-Beige-Creme-2-ft-2-in-x-6-ft-Machine-Washable-Modern-Floral-Abstract-Polyester-Non-Slip-Backing-Area-Rug-HMY-BEI-2X6/324340971) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Tayse-Rugs-Hampton-Oriental-Cream-8-ft-x-10-ft-Indoor-Area-Rug-HMP4217-8x10/304753465> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Tayse-Rugs-Hampton-Oriental-Cream-8-ft-x-10-ft-Indoor-Area-Rug-HMP4217-8x10/304753465) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/PLAYA-RUG-Himalayas-Beige-Creme-2-ft-2-in-x-6-ft-Machine-Washable-Modern-Floral-Abstract-Polyester-Non-Slip-Backing-Area-Rug-HMY-BEI-2X6/324340971> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Tayse-Rugs-Hampton-Oriental-Cream-8-ft-x-10-ft-Indoor-Area-Rug-HMP4217-8x10/304753465) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Tayse-Rugs-Hampton-Oriental-Cream-8-ft-x-10-ft-Indoor-Area-Rug-HMP4217-8x10/304753465) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Tayse-Rugs-Hampton-Oriental-Cream-8-ft-x-10-ft-Indoor-Area-Rug-HMP4217-8x10/304753465) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/PLAYA-RUG-Himalayas-Beige-Creme-2-ft-2-in-x-6-ft-Machine-Washable-Modern-Floral-Abstract-Polyester-Non-Slip-Backing-Area-Rug-HMY-BEI-2X6/324340971) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:10 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Tayse-Rugs-Hampton-Oriental-Cream-8-ft-x-10-ft-Indoor-Area-Rug-HMP4217-8x10/304753465) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=e372b5f4-2eec-426f-b2bc-8fc7a1c71cad> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/PLAYA-RUG-Himalayas-Beige-Creme-2-ft-2-in-x-6-ft-Machine-Washable-Modern-Floral-Abstract-Polyester-Non-Slip-Backing-Area-Rug-HMY-BEI-2X6/324340971) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/PLAYA-RUG-Himalayas-Beige-Creme-2-ft-2-in-x-6-ft-Machine-Washable-Modern-Floral-Abstract-Polyester-Non-Slip-Backing-Area-Rug-HMY-BEI-2X6/324340971) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/PLAYA-RUG-Himalayas-Beige-Creme-2-ft-2-in-x-6-ft-Machine-Washable-Modern-Floral-Abstract-Polyester-Non-Slip-Backing-Area-Rug-HMY-BEI-2X6/324340971) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/PLAYA-RUG-Himalayas-Beige-Creme-2-ft-2-in-x-6-ft-Machine-Washable-Modern-Floral-Abstract-Polyester-Non-Slip-Backing-Area-Rug-HMY-BEI-2X6/324340971) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=ed2fd8c5-1564-47d8-86b4-c5ce547b1696> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/Value-Pricing-Special-Buy.svg> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:11 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:12 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=7792ac33-98cf-41b3-ae80-8d977c3396f0> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Tayse-Rugs-Hampton-Oriental-Cream-8-ft-x-10-ft-Indoor-Area-Rug-HMP4217-8x10/304753465) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=8f631a0a-7a26-4fb6-b395-ac0c403fbe0d> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/PLAYA-RUG-Himalayas-Beige-Creme-2-ft-2-in-x-6-ft-Machine-Washable-Modern-Floral-Abstract-Polyester-Non-Slip-Backing-Area-Rug-HMY-BEI-2X6/324340971) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:13 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=reviewSentiments> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FTayse-Rugs-Hampton-Oriental-Cream-8-ft-x-10-ft-Indoor-Area-Rug-HMP4217-8x10%2F304753465&t=1742537473509> 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:14 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FPLAYA-RUG-Himalayas-Beige-Creme-2-ft-2-in-x-6-ft-Machine-Washable-Modern-Floral-Abstract-Polyester-Non-Slip-Backing-Area-Rug-HMY-BEI-2X6%2F324340971&t=1742537473815> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=reviewSentiments> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/alert-check-white.svg> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.paypal.com/sdk/js?client-id=AQUolB5X1HACW19AGVFANA1SuuJOArLYtyJ0zI2yvD1jVxgUhZbl4E-m4ry_emlAEsik3xm4gcvKKL_B&enable-funding=paylater&disable-funding=card&components=buttons,funding-eligibility,messages&intent=order&commit=false> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=protectionPlan> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=shipping> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=mediaPriceInventory> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://siteintercept.qualtrics.com/dxjsmodule/8.df5dcf8aaf67ccb082ce.chunk.js?Q_CLIENTVERSION=2.26.1&Q_CLIENTTYPE=web&Q_BRANDID=www.homedepot.com> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/PLAYA-RUG-Himalayas-Beige-Creme-2-ft-2-in-x-6-ft-Machine-Washable-Modern-Floral-Abstract-Polyester-Non-Slip-Backing-Area-Rug-HMY-BEI-2X6/324340971) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/alert-check-white.svg> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.paypal.com/sdk/js?client-id=AQUolB5X1HACW19AGVFANA1SuuJOArLYtyJ0zI2yvD1jVxgUhZbl4E-m4ry_emlAEsik3xm4gcvKKL_B&enable-funding=paylater&disable-funding=card&components=buttons,funding-eligibility,messages&intent=order&commit=false> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=protectionPlan> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://siteintercept.qualtrics.com/dxjsmodule/8.df5dcf8aaf67ccb082ce.chunk.js?Q_CLIENTVERSION=2.26.1&Q_CLIENTTYPE=web&Q_BRANDID=www.homedepot.com> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=shipping> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:15 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=mediaPriceInventory> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://bam.nr-data.net/1/4571d2d3a1?a=594497356&sa=1&v=1.262.0&t=Unnamed%20Transaction&rst=5421&ck=0&s=e47baa1d3f2e75b4&ref=https://www.homedepot.com/p/PLAYA-RUG-Himalayas-Beige-Creme-2-ft-2-in-x-6-ft-Machine-Washable-Modern-Floral-Abstract-Polyester-Non-Slip-Backing-Area-Rug-HMY-BEI-2X6/324340971&ptid=96105837189cf96c&af=err,spa,xhr,stn,ins&be=960&fe=3666&dc=2629&fsh=0&perf=%7B%22timing%22:%7B%22of%22:1742537469208,%22n%22:0,%22r%22:0,%22re%22:126,%22f%22:126,%22dn%22:126,%22dne%22:126,%22c%22:126,%22s%22:126,%22ce%22:126,%22rq%22:128,%22rp%22:961,%22rpe%22:1215,%22di%22:1781,%22ds%22:2349,%22de%22:3589,%22dc%22:4598,%22l%22:4608,%22le%22:4626%7D,%22navigation%22:%7B%22rc%22:1%7D%7D&fp=1604&fcp=1604×tamp=1742537474180> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:15 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Aston-Aquadica-GS-36-in-x-72-in-Frameless-Square-Shower-Enclosure-in-Chrome-with-Glass-Shelves-SEN993-CH-36-10/205814484> 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Aston-Aquadica-GS-36-in-x-72-in-Frameless-Square-Shower-Enclosure-in-Chrome-with-Glass-Shelves-SEN993-CH-36-10/205814484) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:16 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=0d5d848e-c511-43b5-b5c8-892923afbe6d> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Aston-Aquadica-GS-36-in-x-72-in-Frameless-Square-Shower-Enclosure-in-Chrome-with-Glass-Shelves-SEN993-CH-36-10/205814484) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Aston-Aquadica-GS-36-in-x-72-in-Frameless-Square-Shower-Enclosure-in-Chrome-with-Glass-Shelves-SEN993-CH-36-10/205814484) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Aston-Aquadica-GS-36-in-x-72-in-Frameless-Square-Shower-Enclosure-in-Chrome-with-Glass-Shelves-SEN993-CH-36-10/205814484) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/SAFAVIEH-Antiquity-Teal-Beige-10-ft-x-14-ft-Border-Area-Rug-AT311B-10/205166745> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=7ad406e8-24fb-4dbb-8d40-22e43c3d6e3c> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/SAFAVIEH-Antiquity-Teal-Beige-10-ft-x-14-ft-Border-Area-Rug-AT311B-10/205166745) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:17 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/SAFAVIEH-Antiquity-Teal-Beige-10-ft-x-14-ft-Border-Area-Rug-AT311B-10/205166745) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/SAFAVIEH-Antiquity-Teal-Beige-10-ft-x-14-ft-Border-Area-Rug-AT311B-10/205166745) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/SAFAVIEH-Antiquity-Teal-Beige-10-ft-x-14-ft-Border-Area-Rug-AT311B-10/205166745) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=8af84951-f7e5-42c6-9b9a-43b88911aca5> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=6e8609d7-cabf-49ff-b987-260d5ed9ef63> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/SAFAVIEH-Antiquity-Teal-Beige-10-ft-x-14-ft-Border-Area-Rug-AT311B-10/205166745) 2025-03-21 06:11:18 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Aston-Aquadica-GS-36-in-x-72-in-Frameless-Square-Shower-Enclosure-in-Chrome-with-Glass-Shelves-SEN993-CH-36-10/205814484) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:20 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/SAFAVIEH-Antiquity-Teal-Beige-10-ft-x-14-ft-Border-Area-Rug-AT311B-10/205166745) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Aston-Aquadica-GS-36-in-x-72-in-Frameless-Square-Shower-Enclosure-in-Chrome-with-Glass-Shelves-SEN993-CH-36-10/205814484) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:21 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:21 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:11:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FAston-Aquadica-GS-36-in-x-72-in-Frameless-Square-Shower-Enclosure-in-Chrome-with-Glass-Shelves-SEN993-CH-36-10%2F205814484&t=1742537481426> 2025-03-21 06:11:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:22 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:22 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Heriz-Medallion-Red-2-ft-x-3-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95301/327093732> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Heriz-Medallion-Red-2-ft-x-3-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95301/327093732) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=34ca4b0d-f7e5-4819-b43c-52f144138c1b> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/PELHAM-WHITE-W-I-D-E-Series-Bloomfield-67-in-Acrylic-Freestanding-Tub-in-White-Floor-Mount-Single-Post-Faucet-in-Brushed-Nickel-PW9424083-BN/317603477> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Heriz-Medallion-Red-2-ft-x-3-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95301/327093732) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:23 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Heriz-Medallion-Red-2-ft-x-3-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95301/327093732) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Heriz-Medallion-Red-2-ft-x-3-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95301/327093732) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=33d386ea-a0b4-41ce-9b9e-b49ff2e48e6f> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/PELHAM-WHITE-W-I-D-E-Series-Bloomfield-67-in-Acrylic-Freestanding-Tub-in-White-Floor-Mount-Single-Post-Faucet-in-Brushed-Nickel-PW9424083-BN/317603477) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/PELHAM-WHITE-W-I-D-E-Series-Bloomfield-67-in-Acrylic-Freestanding-Tub-in-White-Floor-Mount-Single-Post-Faucet-in-Brushed-Nickel-PW9424083-BN/317603477) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/PELHAM-WHITE-W-I-D-E-Series-Bloomfield-67-in-Acrylic-Freestanding-Tub-in-White-Floor-Mount-Single-Post-Faucet-in-Brushed-Nickel-PW9424083-BN/317603477) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/PELHAM-WHITE-W-I-D-E-Series-Bloomfield-67-in-Acrylic-Freestanding-Tub-in-White-Floor-Mount-Single-Post-Faucet-in-Brushed-Nickel-PW9424083-BN/317603477) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=9ae6adfd-7b05-4785-9cde-325d4542db3a> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:24 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=f603cfe4-1207-4ba6-8575-60329cd2104d> 2025-03-21 06:11:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Heriz-Medallion-Red-2-ft-x-3-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95301/327093732) 2025-03-21 06:11:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/PELHAM-WHITE-W-I-D-E-Series-Bloomfield-67-in-Acrylic-Freestanding-Tub-in-White-Floor-Mount-Single-Post-Faucet-in-Brushed-Nickel-PW9424083-BN/317603477) 2025-03-21 06:11:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:25 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/PELHAM-WHITE-W-I-D-E-Series-Bloomfield-67-in-Acrylic-Freestanding-Tub-in-White-Floor-Mount-Single-Post-Faucet-in-Brushed-Nickel-PW9424083-BN/317603477) 2025-03-21 06:11:27 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Concord-Global-Trading-Eden-Collection-Heriz-Medallion-Red-2-ft-x-3-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95301/327093732) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FConcord-Global-Trading-Eden-Collection-Heriz-Medallion-Red-2-ft-x-3-ft-Machine-Washable-Traditional-Indoor-Area-Rug-95301%2F327093732&t=1742537487891> 2025-03-21 06:11:28 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FPELHAM-WHITE-W-I-D-E-Series-Bloomfield-67-in-Acrylic-Freestanding-Tub-in-White-Floor-Mount-Single-Post-Faucet-in-Brushed-Nickel-PW9424083-BN%2F317603477&t=1742537487928> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script) 2025-03-21 06:11:28 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:28 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:29 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/SAFAVIEH-South-Beach-Shag-Ice-8-ft-x-10-ft-Solid-Area-Rug-SBS562K-8/206958863> 2025-03-21 06:11:29 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:29 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:29 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:29 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:29 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:29 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:29 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:29 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/SAFAVIEH-South-Beach-Shag-Ice-8-ft-x-10-ft-Solid-Area-Rug-SBS562K-8/206958863) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/SAFAVIEH-South-Beach-Shag-Ice-8-ft-x-10-ft-Solid-Area-Rug-SBS562K-8/206958863) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/SAFAVIEH-South-Beach-Shag-Ice-8-ft-x-10-ft-Solid-Area-Rug-SBS562K-8/206958863) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/SAFAVIEH-South-Beach-Shag-Ice-8-ft-x-10-ft-Solid-Area-Rug-SBS562K-8/206958863) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Studio-Bathe-Calais-75-in-W-x-22-in-D-Vanity-in-White-with-Solid-Surface-Vanity-Top-CALAIS-75-WHITE/205947883> 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:30 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=28608064-33a4-47fb-b7de-920fe0d9508f> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=ebe782f7-541e-4c4f-9f2b-4688137a6b40> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Studio-Bathe-Calais-75-in-W-x-22-in-D-Vanity-in-White-with-Solid-Surface-Vanity-Top-CALAIS-75-WHITE/205947883) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/fusion-hdh-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.7851078833a8e796c90c.css> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Studio-Bathe-Calais-75-in-W-x-22-in-D-Vanity-in-White-with-Solid-Surface-Vanity-Top-CALAIS-75-WHITE/205947883) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Studio-Bathe-Calais-75-in-W-x-22-in-D-Vanity-in-White-with-Solid-Surface-Vanity-Top-CALAIS-75-WHITE/205947883) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/SAFAVIEH-South-Beach-Shag-Ice-8-ft-x-10-ft-Solid-Area-Rug-SBS562K-8/206958863) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Studio-Bathe-Calais-75-in-W-x-22-in-D-Vanity-in-White-with-Solid-Surface-Vanity-Top-CALAIS-75-WHITE/205947883) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.7851078833a8e796c90c.css) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:31 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Studio-Bathe-Calais-75-in-W-x-22-in-D-Vanity-in-White-with-Solid-Surface-Vanity-Top-CALAIS-75-WHITE/205947883) 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/fusion-hdh-pip-desktop.143ce67a87280bfe2e9a.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=cfed5516-030e-4c66-898d-d0f3848e448c> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/runtime.18942543d653e04416e1.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/vendors.c01ac1bbf451a56646e9.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:32 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.f70b7b197c00ed850cc2.js> 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:33 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/SAFAVIEH-South-Beach-Shag-Ice-8-ft-x-10-ft-Solid-Area-Rug-SBS562K-8/206958863) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=af2707e0-3f7e-48e5-9d4a-ee54403076e2> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Studio-Bathe-Calais-75-in-W-x-22-in-D-Vanity-in-White-with-Solid-Surface-Vanity-Top-CALAIS-75-WHITE/205947883) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/productoverviewaccordiontitle~write-a-review-form.0eb1f482053f778efb5a.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/productoverviewaccordiontitle.2d78812f35cf188beac7.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.7fd70562e2ffea71edca.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.80442361a63e562b6a21.css> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.7fd70562e2ffea71edca.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/360-transparent.svg> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FSAFAVIEH-South-Beach-Shag-Ice-8-ft-x-10-ft-Solid-Area-Rug-SBS562K-8%2F206958863&t=1742537494092> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.thdstatic.com/spin/83/205947883/205947883_S01.spin?thumb&profile=400> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:11:34 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:35 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping) 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FStudio-Bathe-Calais-75-in-W-x-22-in-D-Vanity-in-White-with-Solid-Surface-Vanity-Top-CALAIS-75-WHITE%2F205947883&t=1742537494577> 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:35 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:35 [scrapy.core.scraper] (PID: 4680) DEBUG: Scraped from <200 https://www.homedepot.com/p/Studio-Bathe-Calais-75-in-W-x-22-in-D-Vanity-in-White-with-Solid-Surface-Vanity-Top-CALAIS-75-WHITE/205947883> {'brand': 'Studio Bathe', 'categories': ['Bath', 'Bathroom Vanities', 'Bathroom Vanities with Tops'], 'countryOfOrigin': 'US', 'description': 'The Calais 75 vanity fuses contemporary sensibilities with polished, transitional design to create a timeless focal point for your bath space. The inch and a half thick countertop is crafted with quartz materials in order to minimize maintenance and fragility, yet emphasizing aesthetics and practicality. PATENT PRODUCT DESIGN: #153683', 'imageUrl': 'https://images.thdstatic.com/productImages/382ebf79-4670-41ed-983d-87da12598eba/svn/studio-bathe-bathroom-vanities-with-tops-calais-75-white-64_100.jpg', 'inStock': True, 'isFreeShipping': False, 'leadTime': None, 'manufacturer': 'Studio Bathe', 'manufacturerSku': '1001304354', 'name': 'Studio Bathe Calais 75 in. W x 22 in. D Vanity in White with Solid Surface Vanity Top CALAIS 75 WHITE', 'packagingIncrement': 1, 'prices': {'1': 3139.73}, 'productStatus': 'AVAILABLE', 'relatedSkus': ['205947883', '205947883', '205947883', '205947883', '205947883', '205947883', '205947883', '205947883', '205947883', '205947883'], 'specifications': {'Assembled': 'Assembled', 'Assembly Required': 'No', 'Backsplash Included': 'Backsplash Included', 'Cabinet & Top Assembled weight (lbs)': '404', 'Cabinet Color': 'White', 'Cabinet Color Family': 'White', 'Cabinet Material': 'Wood', 'Cabinet Shade': 'Light', 'Faucet Hole Spacing (in.)': 'Single Hole', 'Faucet Included': 'Faucet Not Included', 'Hardware Finish Family': 'Chrome', 'Included': 'Drawers,Pull Handle(s)', 'Mirror Included': 'Mirror Not Included', 'Number of Drawers': '11', 'Number of Shelves Included in Cabinet': '2', 'Number of Sinks': 'Double Sink', 'Returnable': '90-Day', 'Sink Color': 'White', 'Sink Color Family': 'White', 'Sink Location': 'Center', 'Sink Material': 'Ceramic', 'Sink Shape': 'Rectangular', 'Sink Type': 'Undermount', 'Style': 'Transitional', 'Top Color': 'White with Grey Specks', 'Top Color Family': 'White', 'Top Material': 'Quartz', 'Top weight (lb.)': '168', 'Vanity Features': 'Adjustable Hinges,Concealed Hinges,Predrilled,Soft Close Doors,Soft Close Drawers,Toe Kick', 'Vanity Top Edge Type': 'Flat', 'Vanity Type': 'Freestanding', 'Manufacturer Warranty': 'Limited 2 Years Warranty', 'Backsplash Height (in.)': '4', 'Basin Depth (in.)': '6.5', 'Basin Length (in.)': '10.5', 'Basin Width (in.)': '17.5', 'Cabinet Depth (in.)': '21.50', 'Cabinet Height (in.)': '34.00', 'Cabinet Width (in.)': '74.00', 'Product Depth (in.)': '22 in', 'Product Height (in.)': '34.00 in', 'Product Width (in.)': '75 in', 'Vanity Top Thickness (in.)': '1.5'}, 'supplier': 'HOME_DEPOT', 'supplierSku': '1001304354', 'uom': 'each', 'url': 'https://www.homedepot.com/p/Studio-Bathe-Calais-75-in-W-x-22-in-D-Vanity-in-White-with-Solid-Surface-Vanity-Top-CALAIS-75-WHITE/205947883', 'weight': None} 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Zenna-Home-Cross-Style-14-62-in-W-Floor-Stand-Rack-in-Satin-Nickel-E2557NN/203832048> 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:35 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Zenna-Home-Cross-Style-14-62-in-W-Floor-Stand-Rack-in-Satin-Nickel-E2557NN/203832048) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/fusion-hdh-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.7851078833a8e796c90c.css> 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Zenna-Home-Cross-Style-14-62-in-W-Floor-Stand-Rack-in-Satin-Nickel-E2557NN/203832048) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Zenna-Home-Cross-Style-14-62-in-W-Floor-Stand-Rack-in-Satin-Nickel-E2557NN/203832048) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Glass-Warehouse-48-in-W-x-34-in-D-x-78-in-H-Pivot-Frameless-Corner-Shower-Enclosure-in-Satin-Brass-Finish-with-Clear-Glass-90-GH-48-34-SB/317524107> 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Zenna-Home-Cross-Style-14-62-in-W-Floor-Stand-Rack-in-Satin-Nickel-E2557NN/203832048) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=ad001e39-fda2-4d64-ba2c-60e8758b7fff> 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:36 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Glass-Warehouse-48-in-W-x-34-in-D-x-78-in-H-Pivot-Frameless-Corner-Shower-Enclosure-in-Satin-Brass-Finish-with-Clear-Glass-90-GH-48-34-SB/317524107) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/fusion-hdh-pip-desktop.143ce67a87280bfe2e9a.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/runtime.18942543d653e04416e1.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/vendors.c01ac1bbf451a56646e9.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/page.f70b7b197c00ed850cc2.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Zenna-Home-Cross-Style-14-62-in-W-Floor-Stand-Rack-in-Satin-Nickel-E2557NN/203832048) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Glass-Warehouse-48-in-W-x-34-in-D-x-78-in-H-Pivot-Frameless-Corner-Shower-Enclosure-in-Satin-Brass-Finish-with-Clear-Glass-90-GH-48-34-SB/317524107) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Glass-Warehouse-48-in-W-x-34-in-D-x-78-in-H-Pivot-Frameless-Corner-Shower-Enclosure-in-Satin-Brass-Finish-with-Clear-Glass-90-GH-48-34-SB/317524107) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Glass-Warehouse-48-in-W-x-34-in-D-x-78-in-H-Pivot-Frameless-Corner-Shower-Enclosure-in-Satin-Brass-Finish-with-Clear-Glass-90-GH-48-34-SB/317524107) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Glass-Warehouse-48-in-W-x-34-in-D-x-78-in-H-Pivot-Frameless-Corner-Shower-Enclosure-in-Satin-Brass-Finish-with-Clear-Glass-90-GH-48-34-SB/317524107) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=9bd9dbb6-9e25-439a-a18a-08bae9e548ed> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:37 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=56eab108-aae5-4d55-a77c-d2b55c60e5d9> 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:38 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Zenna-Home-Cross-Style-14-62-in-W-Floor-Stand-Rack-in-Satin-Nickel-E2557NN/203832048) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/productoverviewaccordiontitle~write-a-review-form.0eb1f482053f778efb5a.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/productoverviewaccordiontitle.2d78812f35cf188beac7.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.7fd70562e2ffea71edca.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/360-transparent.svg> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.80442361a63e562b6a21.css> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-hdh-pip-desktop/botprompt.7fd70562e2ffea71edca.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=7e97d0a5-05ea-46f0-a7bd-8b26dd130a11> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.thdstatic.com/spin/48/203832048/203832048_S01.spin?thumb&profile=400> 2025-03-21 06:11:39 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Glass-Warehouse-48-in-W-x-34-in-D-x-78-in-H-Pivot-Frameless-Corner-Shower-Enclosure-in-Satin-Brass-Finish-with-Clear-Glass-90-GH-48-34-SB/317524107) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FZenna-Home-Cross-Style-14-62-in-W-Floor-Stand-Rack-in-Satin-Nickel-E2557NN%2F203832048&t=1742537499195> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Zenna-Home-Cross-Style-14-62-in-W-Floor-Stand-Rack-in-Satin-Nickel-E2557NN/203832048) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:40 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FGlass-Warehouse-48-in-W-x-34-in-D-x-78-in-H-Pivot-Frameless-Corner-Shower-Enclosure-in-Satin-Brass-Finish-with-Clear-Glass-90-GH-48-34-SB%2F317524107&t=1742537499932> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:11:40 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:40 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <404 https://www.homedepot.com/p/Allied-Brass-Pacific-Grove-12-in-Single-Side-Shower-Door-Pull-in-Matte-Black-PG-407-12SM-BKM/317309588> 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.845fa480fb0aa6468530.css> 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.3bbb6cdf137016a5afde.css> 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Allied-Brass-Pacific-Grove-12-in-Single-Side-Shower-Door-Pull-in-Matte-Black-PG-407-12SM-BKM/317309588) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=537322d4-b403-4a2e-b238-018f41ddbf07> 2025-03-21 06:11:41 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Allied-Brass-Pacific-Grove-12-in-Single-Side-Shower-Door-Pull-in-Matte-Black-PG-407-12SM-BKM/317309588) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/BEHR-MARQUEE-1-qt-M150-2-Peppermint-Stick-Semi-Gloss-Enamel-Interior-Paint-Primer-345004/310924725> 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/BEHR-MARQUEE-1-qt-M150-2-Peppermint-Stick-Semi-Gloss-Enamel-Interior-Paint-Primer-345004/310924725) 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:11:42 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TheCompanyStore_logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vissani_logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeDecoratorsCollection_logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HamptonBay-footer-logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Husky-footer-logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/LifeProof-footer-logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/lifeproof_v1.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/GlacierBay-footer-logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Everbilt-footer-logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/StyleWell-logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Hdx-footer-logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vigoro.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TrafficMaster-footer-logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Defiant-footer-logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/EcoSmart-footer-logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeAccentsHoliday-footer-logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Commercial-Electric.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/hubspace-logo.svg> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.42945499d57ded1bb944.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/runtime.f9aa527fa1b0cf6d43a3.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/vendors.3279d75ce043ea9a7b26.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.a599782f8fa96ad92f83.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/BEHR-MARQUEE-1-qt-M150-2-Peppermint-Stick-Semi-Gloss-Enamel-Interior-Paint-Primer-345004/310924725) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/BEHR-MARQUEE-1-qt-M150-2-Peppermint-Stick-Semi-Gloss-Enamel-Interior-Paint-Primer-345004/310924725) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Allied-Brass-Pacific-Grove-12-in-Single-Side-Shower-Door-Pull-in-Matte-Black-PG-407-12SM-BKM/317309588) 2025-03-21 06:11:43 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/BEHR-MARQUEE-1-qt-M150-2-Peppermint-Stick-Semi-Gloss-Enamel-Interior-Paint-Primer-345004/310924725) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/BEHR-MARQUEE-1-qt-M150-2-Peppermint-Stick-Semi-Gloss-Enamel-Interior-Paint-Primer-345004/310924725) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=84ecf8c8-8e03-4a29-bbd2-6c1b27864905> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/federation-gateway/graphql?opname=recs> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:44 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Allied-Brass-Pacific-Grove-12-in-Single-Side-Shower-Door-Pull-in-Matte-Black-PG-407-12SM-BKM/317309588) 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.homedepot-static.com/images/v1/close-symbol-orange.svg> 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:45 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (404) (referer: None) ['playwright'] 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FAllied-Brass-Pacific-Grove-12-in-Single-Side-Shower-Door-Pull-in-Matte-Black-PG-407-12SM-BKM%2F317309588&t=1742537504794> 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:45 [scrapy.core.scraper] (PID: 4680) ERROR: Spider error processing (referer: None) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/scrapy/core/spidermw.py", line 83, in _process_spider_input result = method(response=response, spider=spider) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/scrapyd/eggs/catalog_extraction/1742537292.egg/catalog_extraction/middlewares.py", line 234, in process_spider_input raise ProductNotFound(f"Page {response.url} returned 404 status code.") scraping_utils.common.exceptions.ProductNotFound: Page https://www.homedepot.com/p/Allied-Brass-Pacific-Grove-12-in-Single-Side-Shower-Door-Pull-in-Matte-Black-PG-407-12SM-BKM/317309588 returned 404 status code. 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:45 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=b39fb5d5-34c6-4007-b96c-1e5d0bb078c2> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/BEHR-MARQUEE-1-qt-M150-2-Peppermint-Stick-Semi-Gloss-Enamel-Interior-Paint-Primer-345004/310924725) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:46 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Rust-Oleum-Automotive-12-oz-White-Universal-Bonding-Primer-Spray-6-Pack-286793/206365322> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:46 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Rust-Oleum-Automotive-12-oz-White-Universal-Bonding-Primer-Spray-6-Pack-286793/206365322) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Rust-Oleum-Automotive-12-oz-White-Universal-Bonding-Primer-Spray-6-Pack-286793/206365322) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Rust-Oleum-Automotive-12-oz-White-Universal-Bonding-Primer-Spray-6-Pack-286793/206365322) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Rust-Oleum-Automotive-12-oz-White-Universal-Bonding-Primer-Spray-6-Pack-286793/206365322) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=e6529611-5db2-424c-a74b-0cf257b15255> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=6794a429-448b-4b07-8c6b-e8cb91697c07> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:47 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/DAP-Alex-Plus-5-5-oz-White-Acrylic-Latex-Caulk-Plus-Silicone-12-Pack-7079818128/205030335> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Rust-Oleum-Automotive-12-oz-White-Universal-Bonding-Primer-Spray-6-Pack-286793/206365322) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:48 [scrapy.extensions.logstats] (PID: 4680) INFO: Crawled 34 pages (at 21 pages/min), scraped 3 items (at 2 items/min) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: Total Playwright process memory: 1488945152 Bytes (1419 MiB) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/DAP-Alex-Plus-5-5-oz-White-Acrylic-Latex-Caulk-Plus-Silicone-12-Pack-7079818128/205030335) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/DAP-Alex-Plus-5-5-oz-White-Acrylic-Latex-Caulk-Plus-Silicone-12-Pack-7079818128/205030335) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/DAP-Alex-Plus-5-5-oz-White-Acrylic-Latex-Caulk-Plus-Silicone-12-Pack-7079818128/205030335) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/DAP-Alex-Plus-5-5-oz-White-Acrylic-Latex-Caulk-Plus-Silicone-12-Pack-7079818128/205030335) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=16b39196-ba34-4fc8-b61e-1b5d21d9f5ed> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=82d2d76e-b920-4e41-a0b4-c0cfff3e2be7> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:48 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/DAP-Alex-Plus-5-5-oz-White-Acrylic-Latex-Caulk-Plus-Silicone-12-Pack-7079818128/205030335) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:49 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Rust-Oleum-Automotive-12-oz-White-Universal-Bonding-Primer-Spray-6-Pack-286793/206365322) 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FRust-Oleum-Automotive-12-oz-White-Universal-Bonding-Primer-Spray-6-Pack-286793%2F206365322&t=1742537510186> 2025-03-21 06:11:50 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:50 [scrapy.core.scraper] (PID: 4680) DEBUG: Scraped from <200 https://www.homedepot.com/p/Rust-Oleum-Automotive-12-oz-White-Universal-Bonding-Primer-Spray-6-Pack-286793/206365322> {'brand': 'Rust-Oleum Automotive', 'categories': ['Paint', 'Spray Paint', 'Spray Primer'], 'countryOfOrigin': 'US', 'description': 'Rust-Oleum Automotive\xa012 oz. White Universal Bonding Primer Spray (Case of 6) is a professional grade maximum adhesion white primer.\xa0It firmly bonds any top coat to difficult-to-paint surfaces. The formula quickly and easily adheres to bumpers, trim, plastics, fiberglass, galvanized steel, aluminum and other metal surfaces.', 'imageUrl': 'https://images.thdstatic.com/productImages/2acdf552-0478-42f4-afb2-dcefb0316617/svn/white-rust-oleum-automotive-primers-286793-64_100.jpg', 'inStock': True, 'isFreeShipping': False, 'leadTime': None, 'manufacturer': 'Rust-Oleum Automotive', 'manufacturerSku': '1001508605', 'name': 'Rust-Oleum Automotive 12 oz. White Universal Bonding Primer Spray (6-Pack) 286793', 'packagingIncrement': 6, 'prices': {'6': 70.11}, 'productStatus': 'AVAILABLE', 'relatedSkus': ['206365322', '206365322'], 'specifications': {'Application': 'Specialty Finish/Small Project', 'Application Method': 'Aerosol', 'Base Material': 'Oil Based', 'Coating Product Category': 'Primer', 'Color Family': 'White', 'Color/Finish': 'White', 'Coverage Area (sq. ft)': '12', 'Dry to Touch (min.)': '30 min', 'Interior/Exterior': 'Exterior,Interior', 'Kit': 'No', 'Number per Package': '6', 'Paint Key Features': 'Rust Preventative', 'Paint Product Form': 'Spray', 'Paint/Stain Clean Up': 'Mineral Spirits', 'Primer Purpose': 'Color Changing', 'Returnable': '90-Day', 'Sheen': 'Flat/Matte', 'Surface Material Use': 'Fiberglass', 'Transparency': 'Solid', 'Manufacturer Warranty': 'Satisfaction guaranteed for full refund of purchase price', 'Container Size': '12 Ounce'}, 'supplier': 'HOME_DEPOT', 'supplierSku': '1001508605', 'uom': 'case', 'url': 'https://www.homedepot.com/p/Rust-Oleum-Automotive-12-oz-White-Universal-Bonding-Primer-Spray-6-Pack-286793/206365322', 'weight': None} 2025-03-21 06:11:50 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/DAP-Alex-Plus-5-5-oz-White-Acrylic-Latex-Caulk-Plus-Silicone-12-Pack-7079818128/205030335) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Mid-America-8-in-x-12-in-001-White-Jumbo-Square-Mounting-Block-74200/325135192> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Mid-America-8-in-x-12-in-001-White-Jumbo-Square-Mounting-Block-74200/325135192) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:51 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Mid-America-8-in-x-12-in-001-White-Jumbo-Square-Mounting-Block-74200/325135192) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Mid-America-8-in-x-12-in-001-White-Jumbo-Square-Mounting-Block-74200/325135192) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FDAP-Alex-Plus-5-5-oz-White-Acrylic-Latex-Caulk-Plus-Silicone-12-Pack-7079818128%2F205030335&t=1742537511643> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Mid-America-8-in-x-12-in-001-White-Jumbo-Square-Mounting-Block-74200/325135192) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=7693ff1f-92df-49cd-98a0-a239463ddc77> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Mid-America-8-in-x-12-in-001-White-Jumbo-Square-Mounting-Block-74200/325135192) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:52 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:53 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://siteintercept.qualtrics.com/dxjsmodule/8.df5dcf8aaf67ccb082ce.chunk.js?Q_CLIENTVERSION=2.26.1&Q_CLIENTTYPE=web&Q_BRANDID=www.homedepot.com> 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:53 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=8d5b8706-6983-47af-bd2a-9a95af62cd7d> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Mid-America-8-in-x-12-in-001-White-Jumbo-Square-Mounting-Block-74200/325135192) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/BEHR-PRO-5-gal-190A-2-Coral-Mantle-Semi-Gloss-Interior-Paint-PR37005/316215284> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/BEHR-PRO-5-gal-190A-2-Coral-Mantle-Semi-Gloss-Interior-Paint-PR37005/316215284) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/BEHR-PRO-5-gal-190A-2-Coral-Mantle-Semi-Gloss-Interior-Paint-PR37005/316215284) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:54 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/BEHR-PRO-5-gal-190A-2-Coral-Mantle-Semi-Gloss-Interior-Paint-PR37005/316215284) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FMid-America-8-in-x-12-in-001-White-Jumbo-Square-Mounting-Block-74200%2F325135192&t=1742537514332> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/BEHR-PRO-5-gal-190A-2-Coral-Mantle-Semi-Gloss-Interior-Paint-PR37005/316215284) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:55 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=fa6fee82-7e38-41a3-94ab-b9d527f0e926> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/BEHR-PRO-5-gal-190A-2-Coral-Mantle-Semi-Gloss-Interior-Paint-PR37005/316215284) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:55 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <301 https://www.homedepot.com/p/FLEX-SEAL-FAMILY-OF-PRODUCTS-Flex-Glue-White-10-oz-Pro-Formula-Strong-Rubberized-Waterproof-Adhesive-6-Piece-GFSTANR10-CS/306883959> (location: https://www.homedepot.com/p/FLEX-SEAL-FAMILY-OF-PRODUCTS-Flex-Glue-White-10-oz-Pro-Formula-Strong-Rubberized-Waterproof-Adhesive-6-Pack-GFSTANR10/306883959) 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/FLEX-SEAL-FAMILY-OF-PRODUCTS-Flex-Glue-White-10-oz-Pro-Formula-Strong-Rubberized-Waterproof-Adhesive-6-Pack-GFSTANR10/306883959> 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:56 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=d34f165c-ad3e-4be0-b1ea-80d97f5593e9> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/BEHR-PRO-5-gal-190A-2-Coral-Mantle-Semi-Gloss-Interior-Paint-PR37005/316215284) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/FLEX-SEAL-FAMILY-OF-PRODUCTS-Flex-Glue-White-10-oz-Pro-Formula-Strong-Rubberized-Waterproof-Adhesive-6-Pack-GFSTANR10/306883959) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/FLEX-SEAL-FAMILY-OF-PRODUCTS-Flex-Glue-White-10-oz-Pro-Formula-Strong-Rubberized-Waterproof-Adhesive-6-Pack-GFSTANR10/306883959) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:57 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/FLEX-SEAL-FAMILY-OF-PRODUCTS-Flex-Glue-White-10-oz-Pro-Formula-Strong-Rubberized-Waterproof-Adhesive-6-Pack-GFSTANR10/306883959) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/FLEX-SEAL-FAMILY-OF-PRODUCTS-Flex-Glue-White-10-oz-Pro-Formula-Strong-Rubberized-Waterproof-Adhesive-6-Pack-GFSTANR10/306883959) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FBEHR-PRO-5-gal-190A-2-Coral-Mantle-Semi-Gloss-Interior-Paint-PR37005%2F316215284&t=1742537517327> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/FLEX-SEAL-FAMILY-OF-PRODUCTS-Flex-Glue-White-10-oz-Pro-Formula-Strong-Rubberized-Waterproof-Adhesive-6-Pack-GFSTANR10/306883959) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=d9004bfc-7d33-4a36-ab3c-9e08bbf387e2> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/info.svg> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/BEHR-PRO-5-gal-190A-2-Coral-Mantle-Semi-Gloss-Interior-Paint-PR37005/316215284) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:11:58 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:11:58 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:11:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:11:59 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=be0b3228-a3ca-4f4c-a582-cce5a92a5c76> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/FLEX-SEAL-FAMILY-OF-PRODUCTS-Flex-Glue-White-10-oz-Pro-Formula-Strong-Rubberized-Waterproof-Adhesive-6-Pack-GFSTANR10/306883959) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/p/Glidden-Essentials-1-gal-PPG1101-2-Sugar-Cookie-Semi-Gloss-Interior-Paint-PPG1101-2E-01SG/310602531> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Glidden-Essentials-1-gal-PPG1101-2-Sugar-Cookie-Semi-Gloss-Interior-Paint-PPG1101-2E-01SG/310602531) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.fedf97c64910492b10b7.css> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Glidden-Essentials-1-gal-PPG1101-2-Sugar-Cookie-Semi-Gloss-Interior-Paint-PPG1101-2E-01SG/310602531) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:00 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Glidden-Essentials-1-gal-PPG1101-2-Sugar-Cookie-Semi-Gloss-Interior-Paint-PPG1101-2E-01SG/310602531) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FFLEX-SEAL-FAMILY-OF-PRODUCTS-Flex-Glue-White-10-oz-Pro-Formula-Strong-Rubberized-Waterproof-Adhesive-6-Pack-GFSTANR10%2F306883959&t=1742537520325> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Glidden-Essentials-1-gal-PPG1101-2-Sugar-Cookie-Semi-Gloss-Interior-Paint-PPG1101-2E-01SG/310602531) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Glidden-Essentials-1-gal-PPG1101-2-Sugar-Cookie-Semi-Gloss-Interior-Paint-PPG1101-2E-01SG/310602531) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=97062360-cd6c-4b9b-b02e-c040b662c728> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fusion-gm-pip-desktop.4996bd3f28f80b8f4bd0.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/runtime.ad7692ec3cd21eafef7a.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/common.9b963f2b9e7b8b9140f6.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/vendors.c6e396e94f3f4bf1c59d.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.aa557ea765bbdda8a00d.js> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/FLEX-SEAL-FAMILY-OF-PRODUCTS-Flex-Glue-White-10-oz-Pro-Formula-Strong-Rubberized-Waterproof-Adhesive-6-Pack-GFSTANR10/306883959) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/page.29505d51213ee1deb6b2.css) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://siteintercept.qualtrics.com/dxjsmodule/8.df5dcf8aaf67ccb082ce.chunk.js?Q_CLIENTVERSION=2.26.1&Q_CLIENTTYPE=web&Q_BRANDID=www.homedepot.com> 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://bam.nr-data.net/1/4571d2d3a1?a=594497356&sa=1&v=1.262.0&t=Unnamed%20Transaction&rst=5108&ck=0&s=e47baa1d3f2e75b4&ref=https://www.homedepot.com/p/FLEX-SEAL-FAMILY-OF-PRODUCTS-Flex-Glue-White-10-oz-Pro-Formula-Strong-Rubberized-Waterproof-Adhesive-6-Pack-GFSTANR10/306883959&ptid=07db9c1cfadf2ca9&af=err,spa,xhr,stn,ins&be=783&fe=3945&dc=3107&fsh=0&perf=%7B%22timing%22:%7B%22of%22:1742537515614,%22n%22:0,%22r%22:0,%22re%22:237,%22f%22:237,%22dn%22:237,%22dne%22:237,%22c%22:237,%22s%22:237,%22ce%22:237,%22rq%22:239,%22rp%22:784,%22rpe%22:1530,%22di%22:2039,%22ds%22:2617,%22de%22:3890,%22dc%22:4708,%22l%22:4712,%22le%22:4728%7D,%22navigation%22:%7B%22rc%22:1%7D%7D&fp=1848&fcp=1848×tamp=1742537520273> 2025-03-21 06:12:01 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] New page created, page count is 2 (2 for all contexts) 2025-03-21 06:12:01 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: document) 2025-03-21 06:12:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <404 https://www.homedepot.com/p/Toby-3-Handle-2-Spray-10-in-Square-Wall-Mount-Shower-Head-with-Hand-Shower-Faucet-in-Matte-Black-Valve-Included-HAS-B509-10MB/320963846> 2025-03-21 06:12:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:12:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:12:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:12:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: font, referrer: https://www.homedepot.com/) 2025-03-21 06:12:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-77BoldCn.woff2> 2025-03-21 06:12:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2> 2025-03-21 06:12:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2> 2025-03-21 06:12:02 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Aborted Playwright request 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/interact?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=9b691265-12da-44f1-82da-498109c30e00> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/p/Glidden-Essentials-1-gal-PPG1101-2-Sugar-Cookie-Semi-Gloss-Interior-Paint-PPG1101-2E-01SG/310602531) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle~write-a-review-form.6adc4e32a980b8c7d53c.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/productoverviewaccordiontitle.65d8621cfe2ebf1e2e47.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/fbr.e75c9d0213ba371ea44a.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/paymentestimator/v1.8.0/payment-estimator.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/play-transparent.svg> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.23cb2caf09b24c4fbdb7.css> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-gm-pip-desktop/magicapronbotprompt.bd128452a3d28dad153c.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.845fa480fb0aa6468530.css> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.3bbb6cdf137016a5afde.css> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/sync.js> 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:03 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Toby-3-Handle-2-Spray-10-in-Square-Wall-Mount-Shower-Head-with-Hand-Shower-Faucet-in-Matte-Black-Valve-Included-HAS-B509-10MB/320963846) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/p/Toby-3-Handle-2-Spray-10-in-Square-Wall-Mount-Shower-Head-with-Hand-Shower-Faucet-in-Matte-Black-Valve-Included-HAS-B509-10MB/320963846) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/atcImpression.3p.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <201 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/r9bYQJctDXp0Y5EJ/blxfOQE/XhoRch/AVdnMB> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/shell/global-shell.d950bcf9925b8fb56e29.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://cdn.quantummetric.com/qscripts/quantum-homedepot.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=metadata> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-eFvch9KBWQnD5jda2Uc8%2FY2%2FL85f%2FjOmFd5XtL%2FkrxY%3D/script.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://zn_42v6draxyafsjmv-homedepot.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_42V6DRAxYafsjMV&Q_LOC=https%3A%2F%2Fwww.homedepot.com%2Fp%2FGlidden-Essentials-1-gal-PPG1101-2-Sugar-Cookie-Semi-Gloss-Interior-Paint-PPG1101-2E-01SG%2F310602531&t=1742537523545> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: ping, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/target/prod/current/target.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/core.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/cookie-utils/v2.1.2/cookie-utils.min.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/localizer/v9.4.0/localizerAutoInit.amd.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react.production.min.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/react/v16.13.1/react-dom.production.min.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-customer/v6.10.3/thd-customer.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/digitalData/v8.5.2/global.digitalData.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/fusion-4xx-pip.42945499d57ded1bb944.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/runtime.f9aa527fa1b0cf6d43a3.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://swasc.homedepot.com/ee/or2/v1/identity/acquire?configId=dc11b07a-3ab0-4e77-bee8-3eb5a1c9a0b8&requestId=3b00387b-c593-4d47-9f93-03fb12da06d0> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/event-emitter/v2.0.0/thd-event-emitter.min.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/thd-overlay.min.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/vendors.3279d75ce043ea9a7b26.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/experiences/fusion-4xx-pip/page.a599782f8fa96ad92f83.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-events-orchestrator/v5.12.0/global-events-orchestrator.min.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/thd-cart/v1.0.0/thd-cart.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/core/global-privacy-control/v1.6.0/gpc.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/js/hfapp.web.bundle.js> 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: stylesheet, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:04 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: other, referrer: https://www.homedepot.com/) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/ui/thd-overlay/v14.6.7/main.css> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/FacebookThd.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Twitter.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Pinterest.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://www.homedepot.com/liTLfam4j/Zc/pD/Gl8NfwIncA25Nk/XGbYQJhEa9V1/RxRpOQE/LwJ7dk/UXPg?v=2be183fe-ec20-ed14-9f5f-9e91633317c9> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=uds> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Blog.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/YoutubeThd.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/path-to-pro/Mobile.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TheCompanyStore_logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vissani_logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeDecoratorsCollection_logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HamptonBay-footer-logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Husky-footer-logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/LifeProof-footer-logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/lifeproof_v1.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/GlacierBay-footer-logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Everbilt-footer-logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/StyleWell-logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Hdx-footer-logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/vigoro.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/TrafficMaster-footer-logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Defiant-footer-logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/EcoSmart-footer-logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/HomeAccentsHoliday-footer-logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://client.px-cloud.net/PXJ770cP7Y/main.min.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/p/Toby-3-Handle-2-Spray-10-in-Square-Wall-Mount-Shower-Head-with-Hand-Shower-Faucet-in-Matte-Black-Valve-Included-HAS-B509-10MB/320963846) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/Commercial-Electric.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/images/v1/brand-logos/hubspace-logo.svg> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://apionline.homedepot.com/federation-gateway/graphql?opname=productClientOnlyProduct> 2025-03-21 06:12:05 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (200) (referer: None) ['playwright'] 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-producer.hd-personalization-prod.gcp.homedepot.com/clickstream-producer/v1/publish> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://siteintercept.qualtrics.com/dxjsmodule/8.df5dcf8aaf67ccb082ce.chunk.js?Q_CLIENTVERSION=2.26.1&Q_CLIENTTYPE=web&Q_BRANDID=www.homedepot.com> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://bam.nr-data.net/1/4571d2d3a1?a=594497356&sa=1&v=1.262.0&t=Unnamed%20Transaction&rst=5140&ck=0&s=e47baa1d3f2e75b4&ref=https://www.homedepot.com/p/Glidden-Essentials-1-gal-PPG1101-2-Sugar-Cookie-Semi-Gloss-Interior-Paint-PPG1101-2E-01SG/310602531&ptid=d80d7e3f1a8ab92c&af=err,spa,xhr,stn,ins&be=1398&fe=3425&dc=2605&fsh=0&perf=%7B%22timing%22:%7B%22of%22:1742537518740,%22n%22:0,%22f%22:0,%22dn%22:0,%22dne%22:0,%22c%22:0,%22s%22:0,%22ce%22:0,%22rq%22:15,%22rp%22:1398,%22rpe%22:1513,%22di%22:2355,%22ds%22:2762,%22de%22:4003,%22dc%22:4801,%22l%22:4806,%22le%22:4823%7D,%22navigation%22:%7B%7D%7D&fp=1896&fcp=1896×tamp=1742537523431> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: image) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/remoteEntry.sync.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/lodash.core.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/daMap.core.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent~SignInBubble~popover.B2C.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-SignInBubble.B2C.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-HeaderDrawer.B2C.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~ContentMenuDataQueryProvider~MAHeaderWrapper~MyAccountContent~MyStoreContent~RecentlyViewedT~9f75535a.B2C.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.css> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-vendors~MAHeaderWrapper~MyStoreContent.B2C.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/css/MAHeaderWrapper.B2C.css> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-MAHeaderWrapper.B2C.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://clickstream-killswitch.hd-personalization-prod.gcp.homedepot.com/clickstream-killswitch/v1/detail> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/hf/v33.4.5/nucleus/js/hfapp-RecentlyViewedTypeaheadWrapper.B2C.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: fetch, referrer: https://www.homedepot.com/) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://assets.thdstatic.com/analytics/sync/b2c/desktop/prod/current/utilities.sync.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: script, referrer: https://www.homedepot.com/) 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://js-agent.newrelic.com/nr-spa-1.262.0.min.js> 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Request: (resource type: xhr, referrer: https://www.homedepot.com/) 2025-03-21 06:12:05 [scrapy.core.engine] (PID: 4680) DEBUG: Crawled (404) (referer: None) ['playwright'] 2025-03-21 06:12:05 [scrapy-playwright] (PID: 4680) DEBUG: [Context=default] Response: <200 https://collector-pxj770cp7y.px-cloud.net/api/v2/collector> 2025-03-21 06:12:05 [scrapy.core.scraper] (PID: 4680) ERROR: Spider error processing (referer: None) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/scrapy/core/spidermw.py", line 83, in _process_spider_input result = method(response=response, spider=spider) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/scrapyd/eggs/catalog_extraction/1742537292.egg/catalog_extraction/middlewares.py", line 234, in process_spider_input raise ProductNotFound(f"Page {response.url} returned 404 status code.") scraping_utils.common.exceptions.ProductNotFound: Page https://www.homedepot.com/p/Toby-3-Handle-2-Spray-10-in-Square-Wall-Mount-Shower-Head-with-Hand-Shower-Faucet-in-Matte-Black-Valve-Included-HAS-B509-10MB/320963846 returned 404 status code. 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] ------------------------------ MONITORS ------------------------------ 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] Extracted Items Monitor/test_stat_monitor... FAIL 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] Item Validation Monitor/test_stat_monitor... SKIPPED (Unable to find 'spidermon/validation/fields/errors' in job stats.) 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] Error Count Monitor/test_stat_monitor... OK 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] Warning Count Monitor/test_stat_monitor... OK 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] Finish Reason Monitor/Should have the expected finished reason(s)... FAIL 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] Unwanted HTTP codes monitor/Should not hit the limit of unwanted http status... OK 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] Field Coverage Monitor/test_check_if_field_coverage_rules_are_met... OK 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] Retry Count monitor/Should not hit the limit of requests that reached the maximum retry amount... OK 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] Downloader Exceptions monitor/test_stat_monitor... OK 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] Successful Requests monitor/Should have at least the minimum number of successful requests... OK 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] Total Requests monitor/Should not hit the total limit of requests... OK 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] ---------------------------------------------------------------------- 2025-03-21 06:12:05 [home_depot] (PID: 4680) ERROR: [Spidermon] ====================================================================== FAIL: Extracted Items Monitor/test_stat_monitor ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/scrapy/monitors/base.py", line 184, in test_stat_monitor assertion_method( AssertionError: Expecting 'item_scraped_count' to be '>=' to '160000.0'. Current value: '4' 2025-03-21 06:12:05 [home_depot] (PID: 4680) ERROR: [Spidermon] ====================================================================== FAIL: Finish Reason Monitor/Should have the expected finished reason(s) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/scrapy/monitors/monitors.py", line 110, in test_should_finish_with_expected_reason self.assertTrue(finished_reason in expected_reasons, msg=msg) AssertionError: Finished with "shutdown" the expected reasons are ['finished'] 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] 11 monitors in 0.002s 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] FAILED (failures=2, skipped=1) 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] -------------------------- FINISHED ACTIONS -------------------------- 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] ---------------------------------------------------------------------- 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] 0 actions in 0.000s 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] OK 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] --------------------------- PASSED ACTIONS --------------------------- 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] ---------------------------------------------------------------------- 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] 0 actions in 0.000s 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] OK 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] --------------------------- FAILED ACTIONS --------------------------- 2025-03-21 06:12:05 [spidermon.contrib.actions.slack] (PID: 4680) INFO: :skull: `home_depot` *spider finished with errors!* _(errors=2)_ 2025-03-21 06:12:05 [spidermon.contrib.actions.slack] (PID: 4680) INFO: [ { "text": "• _Extracted Items Monitor/test_stat_monitor_: Expecting 'item_scraped_count' to be '>=' to '160000.0'. Current value: '4'\n• _Finish Reason Monitor/Should have the expected finished reason(s)_: Finished with "shutdown" the expected reasons are ['finished']\n", "color": "danger", "mrkdwn_in": ["text", "pretext"] } , ] 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] CustomTemplateSendSlackMessageSpiderFinished... OK 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] ---------------------------------------------------------------------- 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] 1 action in 0.013s 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: [Spidermon] OK 2025-03-21 06:12:05 [home_depot] (PID: 4680) INFO: 9 URLs returned ProductNotFound. 2025-03-21 06:12:05 [urllib3.util.retry] (PID: 4680) DEBUG: Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None, status=None) 2025-03-21 06:12:05 [google.auth.transport.requests] (PID: 4680) DEBUG: Making request: POST https://oauth2.googleapis.com/token 2025-03-21 06:12:05 [urllib3.connectionpool] (PID: 4680) DEBUG: Starting new HTTPS connection (1): oauth2.googleapis.com:443 2025-03-21 06:12:05 [urllib3.connectionpool] (PID: 4680) DEBUG: https://oauth2.googleapis.com:443 "POST /token HTTP/1.1" 200 None 2025-03-21 06:12:05 [urllib3.connectionpool] (PID: 4680) DEBUG: Starting new HTTPS connection (1): bigquery.googleapis.com:443 2025-03-21 06:12:06 [urllib3.connectionpool] (PID: 4680) DEBUG: https://bigquery.googleapis.com:443 "POST /bigquery/v2/projects/response-elt/jobs?prettyPrint=false HTTP/1.1" 200 None 2025-03-21 06:12:06 [urllib3.connectionpool] (PID: 4680) DEBUG: https://bigquery.googleapis.com:443 "GET /bigquery/v2/projects/response-elt/queries/900d76cf-d085-4ea8-ae02-0b2662b7179c?maxResults=0&location=US&prettyPrint=false HTTP/1.1" 200 None 2025-03-21 06:12:06 [urllib3.connectionpool] (PID: 4680) DEBUG: https://bigquery.googleapis.com:443 "GET /bigquery/v2/projects/response-elt/queries/900d76cf-d085-4ea8-ae02-0b2662b7179c?fields=jobReference%2CtotalRows%2CpageToken%2Crows&location=US&formatOptions.useInt64Timestamp=True&prettyPrint=false HTTP/1.1" 200 None 2025-03-21 06:12:06 [home_depot] (PID: 4680) DEBUG: Flagging https://www.homedepot.com/p/Addison-Rugs-Chantille-ACN539-Gray-8-ft-x-10-ft-Machine-Washable-Indoor-Outdoor-Geometric-Area-Rug-ACN539GY8X10/327704306 as 'not found' in the `catalog_urls` table. 2025-03-21 06:12:06 [home_depot] (PID: 4680) DEBUG: Flagging https://www.homedepot.com/p/SAFAVIEH-Monaco-Red-Turquoise-2-ft-x-14-ft-Border-Runner-Rug-MNC207C-214/205842111 as 'not found' in the `catalog_urls` table. 2025-03-21 06:12:06 [home_depot] (PID: 4680) DEBUG: Flagging https://www.homedepot.com/p/Streamline-67-in-Acrylic-Flatbottom-Non-Whirlpool-Bathtub-in-Glossy-White-with-Matte-Black-Drain-NAA661BL/322944377 as 'not found' in the `catalog_urls` table. 2025-03-21 06:12:06 [home_depot] (PID: 4680) DEBUG: Flagging https://www.homedepot.com/p/Toby-3-Handle-2-Spray-10-in-Square-Wall-Mount-Shower-Head-with-Hand-Shower-Faucet-in-Matte-Black-Valve-Included-HAS-B509-10MB/320963846 as 'not found' in the `catalog_urls` table. 2025-03-21 06:12:06 [home_depot] (PID: 4680) DEBUG: Flagging https://www.homedepot.com/p/Wyndham-Collection-Miranda-84-in-W-x-22-in-D-x-33-75-in-H-Double-Bath-Vanity-in-Dark-Blue-with-White-Carrara-Marble-Top-WCF292984DBLCMUNSMXX/319151794 as 'not found' in the `catalog_urls` table. 2025-03-21 06:12:06 [home_depot] (PID: 4680) DEBUG: Flagging https://www.homedepot.com/p/Allied-Brass-Pacific-Grove-12-in-Single-Side-Shower-Door-Pull-in-Matte-Black-PG-407-12SM-BKM/317309588 as 'not found' in the `catalog_urls` table. 2025-03-21 06:12:06 [home_depot] (PID: 4680) DEBUG: Flagging https://www.homedepot.com/p/CATALINA-40-in-W-x-32-in-H-Large-Rectangular-Frameless-Anti-Fog-Wall-Mounted-LED-Light-Bathroom-Vanity-Mirror-in-Silver-CT21S0301-40/328566485 as 'not found' in the `catalog_urls` table. 2025-03-21 06:12:06 [home_depot] (PID: 4680) DEBUG: Flagging https://www.homedepot.com/p/FANMATS-Northeastern-State-Riverhawks-Green-5ft-x-8-ft-Plush-Area-Rug-34894/322994763 as 'not found' in the `catalog_urls` table. 2025-03-21 06:12:06 [home_depot] (PID: 4680) DEBUG: Flagging https://www.homedepot.com/p/Unique-Loom-Trellis-Frieze-Rounded-Dark-Gray-6-ft-x-9-ft-Area-Rug-3146425/324651157 as 'not found' in the `catalog_urls` table. 2025-03-21 06:12:06 [home_depot] (PID: 4680) INFO: Flagging 9 URLs in the catalog_urls table as 'not found'. 2025-03-21 06:12:06 [home_depot] (PID: 4680) INFO: DRYRUN mode enabled. Skipping writing to BigQuery. 2025-03-21 06:12:06 [home_depot] (PID: 4680) DEBUG: Batch that would be written: [{'url': 'https://www.homedepot.com/p/Addison-Rugs-Chantille-ACN539-Gray-8-ft-x-10-ft-Machine-Washable-Indoor-Outdoor-Geometric-Area-Rug-ACN539GY8X10/327704306', 'supplier': 'HOME_DEPOT', 'sku': None, 'name': None, 'status': 'DISABLED_NOT_FOUND'}, {'url': 'https://www.homedepot.com/p/SAFAVIEH-Monaco-Red-Turquoise-2-ft-x-14-ft-Border-Runner-Rug-MNC207C-214/205842111', 'supplier': 'HOME_DEPOT', 'sku': None, 'name': None, 'status': 'DISABLED_NOT_FOUND'}, {'url': 'https://www.homedepot.com/p/Streamline-67-in-Acrylic-Flatbottom-Non-Whirlpool-Bathtub-in-Glossy-White-with-Matte-Black-Drain-NAA661BL/322944377', 'supplier': 'HOME_DEPOT', 'sku': None, 'name': None, 'status': 'DISABLED_NOT_FOUND'}, {'url': 'https://www.homedepot.com/p/Toby-3-Handle-2-Spray-10-in-Square-Wall-Mount-Shower-Head-with-Hand-Shower-Faucet-in-Matte-Black-Valve-Included-HAS-B509-10MB/320963846', 'supplier': 'HOME_DEPOT', 'sku': None, 'name': None, 'status': 'DISABLED_NOT_FOUND'}, {'url': 'https://www.homedepot.com/p/Wyndham-Collection-Miranda-84-in-W-x-22-in-D-x-33-75-in-H-Double-Bath-Vanity-in-Dark-Blue-with-White-Carrara-Marble-Top-WCF292984DBLCMUNSMXX/319151794', 'supplier': 'HOME_DEPOT', 'sku': None, 'name': None, 'status': 'DISABLED_NOT_FOUND'}, {'url': 'https://www.homedepot.com/p/Allied-Brass-Pacific-Grove-12-in-Single-Side-Shower-Door-Pull-in-Matte-Black-PG-407-12SM-BKM/317309588', 'supplier': 'HOME_DEPOT', 'sku': None, 'name': None, 'status': 'DISABLED_NOT_FOUND'}, {'url': 'https://www.homedepot.com/p/CATALINA-40-in-W-x-32-in-H-Large-Rectangular-Frameless-Anti-Fog-Wall-Mounted-LED-Light-Bathroom-Vanity-Mirror-in-Silver-CT21S0301-40/328566485', 'supplier': 'HOME_DEPOT', 'sku': None, 'name': None, 'status': 'DISABLED_NOT_FOUND'}, {'url': 'https://www.homedepot.com/p/FANMATS-Northeastern-State-Riverhawks-Green-5ft-x-8-ft-Plush-Area-Rug-34894/322994763', 'supplier': 'HOME_DEPOT', 'sku': None, 'name': None, 'status': 'DISABLED_NOT_FOUND'}, {'url': 'https://www.homedepot.com/p/Unique-Loom-Trellis-Frieze-Rounded-Dark-Gray-6-ft-x-9-ft-Area-Rug-3146425/324651157', 'supplier': 'HOME_DEPOT', 'sku': None, 'name': None, 'status': 'DISABLED_NOT_FOUND'}] 2025-03-21 06:12:06 [home_depot] (PID: 4680) INFO: Stored 9 URLs in the catalog_urls table as 'not found'. 2025-03-21 06:12:06 [home_depot] (PID: 4680) INFO: Finished processing 'not found' URLs in the `catalog_urls` table. 2025-03-21 06:12:06 [urllib3.util.retry] (PID: 4680) DEBUG: Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None, status=None) 2025-03-21 06:12:06 [google.auth.transport.requests] (PID: 4680) DEBUG: Making request: POST https://oauth2.googleapis.com/token 2025-03-21 06:12:06 [urllib3.connectionpool] (PID: 4680) DEBUG: Starting new HTTPS connection (1): oauth2.googleapis.com:443 2025-03-21 06:12:06 [urllib3.connectionpool] (PID: 4680) DEBUG: https://oauth2.googleapis.com:443 "POST /token HTTP/1.1" 200 None 2025-03-21 06:12:06 [urllib3.connectionpool] (PID: 4680) DEBUG: Starting new HTTPS connection (1): bigquery.googleapis.com:443 2025-03-21 06:12:07 [urllib3.connectionpool] (PID: 4680) DEBUG: https://bigquery.googleapis.com:443 "GET /bigquery/v2/projects/response-elt/datasets/dev_scrapers/tables/catalog_item_scrape?prettyPrint=false HTTP/1.1" 200 None 2025-03-21 06:12:07 [urllib3.connectionpool] (PID: 4680) DEBUG: https://bigquery.googleapis.com:443 "POST /bigquery/v2/projects/response-elt/datasets/dev_scrapers/tables/catalog_item_scrape/insertAll?prettyPrint=false HTTP/1.1" 200 None 2025-03-21 06:12:07 [scrapy.extensions.feedexport] (PID: 4680) INFO: Stored bq feed (4 items) in: bq://response-elt.dev_scrapers.catalog_item_scrape/batch:1 2025-03-21 06:12:07 [scrapy.statscollectors] (PID: 4680) INFO: Dumping Scrapy stats: {'NotFoundHandlerSpiderMiddleware/ProductNotFound': 9, 'NotFoundHandlerSpiderMiddleware/not_found/404_response': 9, 'NotFoundHandlerSpiderMiddleware/not_found/retrieved': 9, 'NotFoundHandlerSpiderMiddleware/not_found/table/stored': 9, 'NotFoundHandlerSpiderMiddleware/not_found/table/to_store': 9, 'big_query/url': 41, 'downloader/exception_count': 27, 'downloader/exception_type_count/scrapy.core.downloader.handlers.http11.TunnelError': 27, 'downloader/request_bytes': 83992, 'downloader/request_count': 68, 'downloader/request_method_count/GET': 41, 'downloader/request_method_count/POST': 27, 'downloader/response_bytes': 37533769, 'downloader/response_count': 41, 'downloader/response_status_count/200': 32, 'downloader/response_status_count/404': 9, 'elapsed_time_seconds': 137.45715, 'feedexport/success_count/BigQueryFeedStorage': 1, 'finish_reason': 'shutdown', 'finish_time': datetime.datetime(2025, 3, 21, 6, 12, 5, 681844, tzinfo=datetime.timezone.utc), 'item_scraped_count': 4, 'items_per_minute': None, 'log_count/DEBUG': 8338, 'log_count/ERROR': 29, 'log_count/INFO': 57, 'log_count/WARNING': 2, 'memusage/max': 1809752064, 'memusage/startup': 123596800, 'playwright/browser_count': 1, 'playwright/context_count': 1, 'playwright/context_count/max_concurrent': 1, 'playwright/context_count/persistent/False': 1, 'playwright/context_count/remote/False': 1, 'playwright/page_count': 41, 'playwright/page_count/closed': 41, 'playwright/page_count/max_concurrent': 2, 'playwright/request_count': 4262, 'playwright/request_count/aborted': 824, 'playwright/request_count/method/GET': 3226, 'playwright/request_count/method/HEAD': 512, 'playwright/request_count/method/POST': 524, 'playwright/request_count/navigation': 51, 'playwright/request_count/resource_type/document': 51, 'playwright/request_count/resource_type/fetch': 278, 'playwright/request_count/resource_type/font': 164, 'playwright/request_count/resource_type/image': 670, 'playwright/request_count/resource_type/other': 278, 'playwright/request_count/resource_type/ping': 37, 'playwright/request_count/resource_type/script': 1766, 'playwright/request_count/resource_type/stylesheet': 237, 'playwright/request_count/resource_type/xhr': 781, 'playwright/response_count': 3096, 'playwright/response_count/method/GET': 2773, 'playwright/response_count/method/POST': 323, 'playwright/response_count/resource_type/document': 43, 'playwright/response_count/resource_type/fetch': 199, 'playwright/response_count/resource_type/font': 164, 'playwright/response_count/resource_type/image': 302, 'playwright/response_count/resource_type/other': 278, 'playwright/response_count/resource_type/script': 1707, 'playwright/response_count/resource_type/stylesheet': 237, 'playwright/response_count/resource_type/xhr': 166, 'product_status/discontinued': 2, 'proxy_manager/ignored/dont_proxy': 41, 'proxy_manager/ignored/proxy_defined': 18, 'proxy_manager/processed': 9, 'request_depth_max': 1, 'response_received_count': 41, 'responses_per_minute': None, 'retry/count': 18, 'retry/max_reached': 9, 'retry/reason_count/scrapy.core.downloader.handlers.http11.TunnelError': 18, 'scheduler/dequeued': 68, 'scheduler/dequeued/memory': 68, 'scheduler/enqueued': 87, 'scheduler/enqueued/memory': 87, 'spider_exceptions/ProductNotFound': 9, 'spidermon/validation/fields': 84, 'spidermon/validation/items': 4, 'spidermon/validation/validators': 1, 'spidermon/validation/validators/item/jsonschema': True, 'spidermon_field_coverage/dict/brand': 1.0, 'spidermon_field_coverage/dict/categories': 1.0, 'spidermon_field_coverage/dict/countryOfOrigin': 1.0, 'spidermon_field_coverage/dict/description': 1.0, 'spidermon_field_coverage/dict/imageUrl': 1.0, 'spidermon_field_coverage/dict/inStock': 1.0, 'spidermon_field_coverage/dict/isFreeShipping': 1.0, 'spidermon_field_coverage/dict/leadTime': 1.0, 'spidermon_field_coverage/dict/manufacturer': 1.0, 'spidermon_field_coverage/dict/manufacturerSku': 1.0, 'spidermon_field_coverage/dict/name': 1.0, 'spidermon_field_coverage/dict/packagingIncrement': 1.0, 'spidermon_field_coverage/dict/prices': 1.0, 'spidermon_field_coverage/dict/productStatus': 1.0, 'spidermon_field_coverage/dict/relatedSkus': 1.0, 'spidermon_field_coverage/dict/specifications': 1.0, 'spidermon_field_coverage/dict/supplier': 1.0, 'spidermon_field_coverage/dict/supplierSku': 1.0, 'spidermon_field_coverage/dict/uom': 1.0, 'spidermon_field_coverage/dict/url': 1.0, 'spidermon_field_coverage/dict/weight': 1.0, 'spidermon_item_scraped_count': 4, 'spidermon_item_scraped_count/dict': 4, 'spidermon_item_scraped_count/dict/brand': 4, 'spidermon_item_scraped_count/dict/categories': 4, 'spidermon_item_scraped_count/dict/countryOfOrigin': 4, 'spidermon_item_scraped_count/dict/description': 4, 'spidermon_item_scraped_count/dict/imageUrl': 4, 'spidermon_item_scraped_count/dict/inStock': 4, 'spidermon_item_scraped_count/dict/isFreeShipping': 4, 'spidermon_item_scraped_count/dict/leadTime': 4, 'spidermon_item_scraped_count/dict/manufacturer': 4, 'spidermon_item_scraped_count/dict/manufacturerSku': 4, 'spidermon_item_scraped_count/dict/name': 4, 'spidermon_item_scraped_count/dict/packagingIncrement': 4, 'spidermon_item_scraped_count/dict/prices': 4, 'spidermon_item_scraped_count/dict/productStatus': 4, 'spidermon_item_scraped_count/dict/relatedSkus': 4, 'spidermon_item_scraped_count/dict/specifications': 4, 'spidermon_item_scraped_count/dict/supplier': 4, 'spidermon_item_scraped_count/dict/supplierSku': 4, 'spidermon_item_scraped_count/dict/uom': 4, 'spidermon_item_scraped_count/dict/url': 4, 'spidermon_item_scraped_count/dict/weight': 4, 'start_requests/big_query': 41, 'start_time': datetime.datetime(2025, 3, 21, 6, 9, 48, 224694, tzinfo=datetime.timezone.utc)} 2025-03-21 06:12:07 [scrapy.core.engine] (PID: 4680) INFO: Spider closed (shutdown) 2025-03-21 06:12:07 [scrapy-playwright] (PID: 4680) INFO: Closing download handler 2025-03-21 06:12:07 [scrapy-playwright] (PID: 4680) INFO: Closing download handler 2025-03-21 06:12:07 [scrapy-playwright] (PID: 4680) DEBUG: Browser context closed: 'default' (persistent=False, remote=False) 2025-03-21 06:12:07 [scrapy-playwright] (PID: 4680) INFO: Closing browser 2025-03-21 06:12:07 [scrapy-playwright] (PID: 4680) DEBUG: Browser disconnected