2026-03-21 13:30:24 [scrapy.utils.log] (PID: 111) INFO: Scrapy 2.12.0 started (bot: catalog_extraction) 2026-03-21 13:30:24 [scrapy.utils.log] (PID: 111) 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.13 (main, Jun 10 2025, 23:54:42) [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 2026-03-21 13:30:24 [staples_advantage] (PID: 111) INFO: Starting extraction spider staples_advantage... 2026-03-21 13:30:24 [scrapy.addons] (PID: 111) INFO: Enabled addons: [] 2026-03-21 13:30:24 [py.warnings] (PID: 111) 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) 2026-03-21 13:30:24 [scrapy.extensions.telnet] (PID: 111) INFO: Telnet Password: 781e0defcac6d729 2026-03-21 13:30:24 [py.warnings] (PID: 111) WARNING: /var/lib/scrapyd/eggs/catalog_extraction/1769537350.egg/catalog_extraction/extensions/bq_feedstorage.py:33: ScrapyDeprecationWarning: scrapy.extensions.feedexport.build_storage() is deprecated, call the builder directly. 2026-03-21 13:30:25 [scrapy.middleware] (PID: 111) INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.closespider.CloseSpider', 'scrapy.extensions.feedexport.FeedExporter', 'scrapy.extensions.logstats.LogStats', 'spidermon.contrib.scrapy.extensions.Spidermon'] 2026-03-21 13:30:25 [scrapy.crawler] (PID: 111) INFO: Overridden settings: {'BOT_NAME': 'catalog_extraction', 'CONCURRENT_ITEMS': 250, 'CONCURRENT_REQUESTS': 64, 'FEED_EXPORT_ENCODING': 'utf-8', 'LOG_FILE': '/var/lib/scrapyd/logs/catalog_extraction/staples_advantage/1bfc3b24252a11f1983c4200a9fe0102.log', 'LOG_FORMAT': '%(asctime)s [%(name)s] (PID: %(process)d) %(levelname)s: ' '%(message)s', 'LOG_LEVEL': 'INFO', 'NEWSPIDER_MODULE': 'catalog_extraction.spiders', 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_poet.ScrapyPoetRequestFingerprinter', 'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7', 'RETRY_HTTP_CODES': [500, 502, 503, 504, 522, 524, 408, 429, 403], 'SPIDER_MODULES': ['catalog_extraction.spiders'], 'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor', 'USER_AGENT': None} 2026-03-21 13:30:25 [scrapy_poet.injection] (PID: 111) INFO: Loading providers: [, , , , , , ] 2026-03-21 13:30:25 [scrapy.middleware] (PID: 111) 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.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scraping_utils.middlewares.downloaders.HeadersSpooferDownloaderMiddleware', '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'] 2026-03-21 13:30:25 [NotFoundHandlerSpiderMiddleware] (PID: 111) INFO: NotFoundHandlerSpiderMiddleware running on PRODUCTION environment. 2026-03-21 13:30:25 [scrapy.middleware] (PID: 111) 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'] 2026-03-21 13:30:25 [scrapy.middleware] (PID: 111) 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'] 2026-03-21 13:30:25 [scrapy.core.engine] (PID: 111) INFO: Spider opened 2026-03-21 13:30:25 [scrapy.extensions.closespider] (PID: 111) INFO: Spider will stop when no items are produced after 1800 seconds. 2026-03-21 13:30:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:30:25 [scrapy.extensions.telnet] (PID: 111) INFO: Telnet console listening on 127.0.0.1:6023 2026-03-21 13:30:32 [ProxyManagerDownloaderMiddleware] (PID: 111) INFO: Using brd-customer-hl_13cda1e4-zone-main_datacenter_proxy as the default proxy for ProxyManagerDownloaderMiddleware. 2026-03-21 13:30:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/punch-software-home-landscape-studio-v22-for-windows-1-user-download/product_24577247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/0-3-m-round-sata-cable/product_IM17TP556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-rocked-by-the-waves-12-x-19-canvas-stretched-art-print-190836322749/product_2576516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pup-peroni-original-beef-flavor-dog-treats-5-6-oz-8-carton-smu51021cs/product_24299421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/0-5-x-3-c-channel-card-holder-white-black-lh190/product_947252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/04-W-x-7-5-L-Staples-EZ-Bubble-Out-Bags-on-a-Roll-500-Bags-Roll-37904075B/product_687380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/everki-polyester-advance-laptop-bag-briefcase-16/product_998317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/punch-landscape-deck-patio-home-landscape-design-for-windows-1-user-download/product_24577259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-drinkware-tumbler-camelia-22-oz-ol-22st-321/product_24479664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-save-the-rain-12-x-19-canvas-stretched-art-print-190836323449/product_2576508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-10-foot-aluminum-patio-umbrella-with-auto-tilt-tan-m150004/product_2211331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/everyday-two-note-mechanical-door-chime-and-door-button-with-separate-door-viewer-peephole-mch2v/product_2145402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-82-x-41-plastic-outdoor-umbrella-screen/product_1413898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-3-tier-cascading-tabletop-fountain-with-led-lights-brown-m150049/product_2518288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/evo-bean-ground-coffee-frac-pack-medium-roast-2-25-oz-24-carton-68800/product_24528168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sea-and-silence-12-x-19-canvas-stretched-art-print-190836323586/product_2576507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-second-chance-12-x-19-canvas-stretched-190836323869/product_2576504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-half-round-patio-umbrella-blue-m150053/product_24174537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-9-shipping-box-200-ect-25-bundle-969/product_1499965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sepia-ghost-canvas-art-24x24-inches/product_254196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-7-shipping-box-200-ect-25-bundle-967/product_1503804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/evolis-badgy200-id-printer-multicolored-b22u0000rs/product_1231100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-patio-umbrella-terracotta-m150067/product_24174540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/09-x4-x3-Partners-Brand-Corrugated-Mailers-50-Bundle-M862K/product_1499852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/09-x6-1-4-x4-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL964R/product_1578415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-fireplace-log-rack-finial-m150028/product_24174500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/exact-brights-paper-8-1-2-x-11-bright-green-20-lb-500-sheets-ream/product_2657417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-firewood-log-rack-8-m150030/product_24185558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-11-x-11-matted-framed-190836324521/product_2573919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/exact-index-110-lb-cardstock-paper-8-5-x-11-ivory-250-sheets-pack-49581/product_866771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/exact-index-cardstock-paper-110-lbs-11-x-17-white-250-pack-40414/product_2657393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-18-x-18-canvas-stretched-190836324439/product_2575011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb44t10011-bake-broil-or-bake-broil-element-erb44t10011/product_23980561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-for-two-11-x-11-matted-framed-190836324385/product_2573920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-1-4-Staples-Open-Snap-On-Heavy-Duty-Steel-Strapping-Seal-1000-Case/product_948668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-for-two-18-x-18-canvas-stretched-190836324293/product_2575897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-16-foam-roll-12-x-625-ft-4-bundle-fwco116s12p6/product_948791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-2-48-x-250-anti-static-slit-12-perfed-12-large-bubble-4-rolls-bundle/product_2653135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-smoothy-time-12-x-19-canvas-stretched-190836122707/product_2576502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-tiered-column-tabletop-fountain-led-lights-and-candles/product_2518169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-so-still-12-x-19-canvas-stretched-art-print-190836324842/product_2576438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-2-48-x-250-anti-static-slit-24-perfed-12-large-bubble-2-rolls-bundle/product_2653129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-2-Staples-Closed-Thread-On-Regular-Duty-Steel-Strapping-Seal-5000-Case/product_948771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-leaf-lemon-tea-18-5-oz-12-carton-pep28618/product_24343650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-leaf-unsweetened-tea-18-5-oz-12-carton-pep134072/product_24343651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-life-distilled-water-128-oz-bottle-6-pack-nle12532472/product_24553800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-2-staples-double-notch-steel-strapping-sealer-sst1112/product_946325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-ge-dryer-knob-erwe1m654/product_23980683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-life-distilled-water-128-oz-bottle-6-pack-nle12532472x/product_24561675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/exact-vellum-bristol-cardstock-paper-67-lbs-8-5-x-11-pink-250-pack-82441/product_2657390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excedrin-extra-strength-250mg-acetaminophen-caplet-2-packet-30-packets-box-64108x/product_24550286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-spaceways-theme-12-x-19-canvas-stretched-190836236800/product_2576429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excedrin-migraine-250mg-acetaminophen-caplet-2-packet-30-packets-box-64498/product_24550285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excel-rotary-cutters-1-1-in-28-mm/product_1717445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-protein-protein-bar-gluten-free-chocolate-chip-protein-bar-6-bars-box-nrn13353/product_24306983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-stand-back-12-x-19-canvas-stretched-190836326501/product_2576427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pureguardian-eucalyptus-aroma-essence-with-essential-oil-and-plant-extracts-30-ml/product_1932885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-11-x-14-composite-wood-photo-document-frame-black-gold-egp-hd-0383/product_24574299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-stones-ice-12-x-19-canvas-stretched-190836326921/product_2576424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-stuck-on-you-12-x-19-canvas-stretched-190836237081/product_2576419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-2-x-8000-16-x-6-core-staples-hand-grade-signode-comparable-polypropylene-strapping-smooth-1-coil/product_946419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pureguardian-gghs15-aquastick-humidifier-treatment/product_1932851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-2-x-9900-9-x-8-core-staples-machine-grade-polypropylene-strapping-embossed-1-coil/product_946383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-24x36-metal-wall-print-pis/product_24490189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-rocked-by-the-waves-12-x-19-canvas-stretched-art-print-190836322749/product_2576516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/punch-software-home-landscape-studio-v22-for-windows-1-user-download/product_24577247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/0-3-m-round-sata-cable/product_IM17TP556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pup-peroni-original-beef-flavor-dog-treats-5-6-oz-8-carton-smu51021cs/product_24299421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/0-5-x-3-c-channel-card-holder-white-black-lh190/product_947252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/04-W-x-7-5-L-Staples-EZ-Bubble-Out-Bags-on-a-Roll-500-Bags-Roll-37904075B/product_687380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/everki-polyester-advance-laptop-bag-briefcase-16/product_998317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/punch-landscape-deck-patio-home-landscape-design-for-windows-1-user-download/product_24577259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-drinkware-tumbler-camelia-22-oz-ol-22st-321/product_24479664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-10-foot-aluminum-patio-umbrella-with-auto-tilt-tan-m150004/product_2211331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-save-the-rain-12-x-19-canvas-stretched-art-print-190836323449/product_2576508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/everyday-two-note-mechanical-door-chime-and-door-button-with-separate-door-viewer-peephole-mch2v/product_2145402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-82-x-41-plastic-outdoor-umbrella-screen/product_1413898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/evo-bean-ground-coffee-frac-pack-medium-roast-2-25-oz-24-carton-68800/product_24528168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-3-tier-cascading-tabletop-fountain-with-led-lights-brown-m150049/product_2518288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sea-and-silence-12-x-19-canvas-stretched-art-print-190836323586/product_2576507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-9-shipping-box-200-ect-25-bundle-969/product_1499965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sepia-ghost-canvas-art-24x24-inches/product_254196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-half-round-patio-umbrella-blue-m150053/product_24174537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-second-chance-12-x-19-canvas-stretched-190836323869/product_2576504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-7-shipping-box-200-ect-25-bundle-967/product_1503804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/evolis-badgy200-id-printer-multicolored-b22u0000rs/product_1231100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-patio-umbrella-terracotta-m150067/product_24174540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/09-x4-x3-Partners-Brand-Corrugated-Mailers-50-Bundle-M862K/product_1499852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/09-x6-1-4-x4-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL964R/product_1578415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-fireplace-log-rack-finial-m150028/product_24174500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/exact-brights-paper-8-1-2-x-11-bright-green-20-lb-500-sheets-ream/product_2657417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-firewood-log-rack-8-m150030/product_24185558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-11-x-11-matted-framed-190836324521/product_2573919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/exact-index-110-lb-cardstock-paper-8-5-x-11-ivory-250-sheets-pack-49581/product_866771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/exact-index-cardstock-paper-110-lbs-11-x-17-white-250-pack-40414/product_2657393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-18-x-18-canvas-stretched-190836324439/product_2575011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb44t10011-bake-broil-or-bake-broil-element-erb44t10011/product_23980561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-1-4-Staples-Open-Snap-On-Heavy-Duty-Steel-Strapping-Seal-1000-Case/product_948668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-for-two-11-x-11-matted-framed-190836324385/product_2573920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-16-foam-roll-12-x-625-ft-4-bundle-fwco116s12p6/product_948791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-for-two-18-x-18-canvas-stretched-190836324293/product_2575897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-smoothy-time-12-x-19-canvas-stretched-190836122707/product_2576502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-2-48-x-250-anti-static-slit-12-perfed-12-large-bubble-4-rolls-bundle/product_2653135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-garden-tiered-column-tabletop-fountain-led-lights-and-candles/product_2518169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-so-still-12-x-19-canvas-stretched-art-print-190836324842/product_2576438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-life-distilled-water-128-oz-bottle-6-pack-nle12532472/product_24553800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-leaf-lemon-tea-18-5-oz-12-carton-pep28618/product_24343650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-leaf-unsweetened-tea-18-5-oz-12-carton-pep134072/product_24343651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-2-Staples-Closed-Thread-On-Regular-Duty-Steel-Strapping-Seal-5000-Case/product_948771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-2-48-x-250-anti-static-slit-24-perfed-12-large-bubble-2-rolls-bundle/product_2653129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-2-staples-double-notch-steel-strapping-sealer-sst1112/product_946325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-ge-dryer-knob-erwe1m654/product_23980683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-life-distilled-water-128-oz-bottle-6-pack-nle12532472x/product_24561675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/exact-vellum-bristol-cardstock-paper-67-lbs-8-5-x-11-pink-250-pack-82441/product_2657390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excedrin-migraine-250mg-acetaminophen-caplet-2-packet-30-packets-box-64498/product_24550285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-spaceways-theme-12-x-19-canvas-stretched-190836236800/product_2576429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excel-rotary-cutters-1-1-in-28-mm/product_1717445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pure-protein-protein-bar-gluten-free-chocolate-chip-protein-bar-6-bars-box-nrn13353/product_24306983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excedrin-extra-strength-250mg-acetaminophen-caplet-2-packet-30-packets-box-64108x/product_24550286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-stand-back-12-x-19-canvas-stretched-190836326501/product_2576427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pureguardian-eucalyptus-aroma-essence-with-essential-oil-and-plant-extracts-30-ml/product_1932885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-stones-ice-12-x-19-canvas-stretched-190836326921/product_2576424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-11-x-14-composite-wood-photo-document-frame-black-gold-egp-hd-0383/product_24574299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-stuck-on-you-12-x-19-canvas-stretched-190836237081/product_2576419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pureguardian-gghs15-aquastick-humidifier-treatment/product_1932851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-2-x-8000-16-x-6-core-staples-hand-grade-signode-comparable-polypropylene-strapping-smooth-1-coil/product_946419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-2-x-9900-9-x-8-core-staples-machine-grade-polypropylene-strapping-embossed-1-coil/product_946383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-24x36-metal-wall-print-pis/product_24490189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:30:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:30:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-24x36-chalkboard-coroplast-combo-a-frame-brown-egp-hd-0533-bn/product_24601368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-24x36-metal-wall-print-pol/product_24490186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:30:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-blue-between-us-12-x-19-canvas-stretched-190836328048/product_2576410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-4-chalkboard-tag-black-6-pack-egp-hd-0508-s/product_24554016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-tabletop-humidifier-0-21-gallon-white-blue-h910bl/product_2138944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-connection-12-x-19-canvas-stretched-190836328321/product_2576409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-tabletop-humidifier-0-5-gallon-white-blue-h940/product_2138943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-acrylic-dry-erase-board-with-custom-printed-calendar-30-x-20-egp-hd-0525/product_24601363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-authorized-personnel-only-indoor-outdoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0262-s/product_24532219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-console-humidifier-1-32-gallon-white-h7550/product_2139249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-5-wide-continuous-length-white-paper-tape/product_2719534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-barndoor-picture-frame-with-chalkboard-black-egp-hd-0413b/product_24606953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-8-5x11-wl-clndr-gr/product_349564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-console-humidifier-2-gallon-black-h8000b/product_1932893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-barndoor-picture-frame-with-chalkboard-white-egp-hd-0413a/product_24606952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-lost-path-canvas-art-30x47-inches/product_254215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-gel-hand-sanitizer-12-oz-12-carton-3698-12-ct/product_24486713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-magic-number-12-x-19-canvas-stretched-190836237920/product_2576383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-lost-path-matted-art-black-frame-16x20-inches/product_254211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-8-foam-roll-24-x-550-ft-3-bundle-cfw18s24asp/product_2653274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-70-alcohol-foaming-advanced-hand-sanitizer-refill-for-cs8-touch-free-dispensers-1200-ml-2-ct-7851-02/product_24458003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-hand-sanitizer/product_SS145718468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-70-alcohol-foaming-hand-sanitizer-refill-for-es10-dispenser-8324-e1-8320-e1-8328-e1-1200ml-2-carton-8351-02/product_24581802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-red-way-matted-art-black-frame-11x14-inches/product_254243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-skogafoss-curtain-12-x-19-canvas-stretched-190836329649/product_2576379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-ft-power-adapter-cord-nema-l5-20r-to-nema-5-20p/product_IM17WT460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-70-alcohol-gel-hand-sanitizer-24-fl-oz-3024-04-cmr/product_24509924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-gallon-paint-can/product_947288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-thousand-words-12-x-19-canvas-stretched-190836330348/product_2576491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-70-alcohol-gel-hand-sanitizer-clean-scent-12-oz-12-carton-3659-12/product_375469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-through-the-wind-12-x-19-canvas-stretched-190836330621/product_2576490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-11-x-14-psl0417-b1114mf/product_1731707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-changeable-message-indoor-outdoor-swinging-sidewalk-sign-43-75-x-42-black-white-red-egp-hd-0193-os/product_24515490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-16-x-20-psl0417-b1620mf/product_1731693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-16-x-24-psl0417-c1624gg/product_1731691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-22-x-32-psl0417-c2232gg/product_1731690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-quart-paint-can-36-ct-haz1071/product_947287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-double-sided-magnetic-steel-dry-erase-whiteboard-wood-frame-5-x-3-egp-hd-0530-bn/product_24588761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-double-sided-magnetic-steel-mobile-dry-erase-whiteboard-aluminum-frame-4-x-3-egp-hd-0066-bk/product_24588760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-refill-for-es1-dispenser-70-alcohol-450-ml-6-carton-4450-06/product_24467076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-unify-12-x-19-canvas-stretched-190836331185/product_2576488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-emergency-exit-indoor-outdoor-wall-sign-9-x-3-red-white-2-pack-egp-hd-0257/product_24582827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-staples-standard-5-1-2-x-8-1-2-mini-view-binder-with-round-rings/product_SS134166889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-employees-must-wash-hands-indoor-wall-sign-5-x-7-multicolor-2-pack-egp-hd-0171-s/product_24532224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-valentine-s-day-matted-art-black-frame-16x20-inches/product_254223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-with-aloe-fresh-scent-12-oz-3639-12/product_607942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-flip-chart-presentation-easel-70-black-aluminum-2-pack-egp-hd-0039/product_24529668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-x-8-warehouse-label-magnetic-strips-white-lh174/product_947240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-1-2-x-16-nylon-reinforced-self-seal-paper-envelope-mailers-5-500-carton-b888ss/product_630156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vertical-activity-matted-art-black-frame-11x14-inches/product_254230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-foam-refill-for-purell-es6-automatic-dispenser-1200-ml-2-ct-6453-02/product_2729247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-gel-refill-for-purell-es8-automatic-dispenser-1200-ml-2-carton-7763-02/product_24325955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vik-cliffs-12-x-19-canvas-stretched-190836332168/product_2576480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-4x8-ft-invttn-100-rc-gr-1297/product_352269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-floor-sign-12-2-x-48-black-egp-hd-0516/product_24578053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-chalkboard-stand-21-x-30-white-black-hd-0090-wht-os/product_24550817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-refreshing-70-alcohol-gel-hand-sanitizer-2-fl-oz-3653-24-cmr-s/product_24503148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-chalkboard-rustic-brown-wood-30-x-20-gpp-0010/product_24529672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-soothing-fresh-scent/product_SS135212289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-dry-erase-whiteboard-20-x-30-egp-hd-0315/product_24550822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-indoor-wall-sign-2-5-x-3-5-assorted-colors-5-pack-spls-2x3mf/product_24575573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-adx-12-wall-mounted-hand-sanitizer-dispenser-white-8820-06/product_372483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-pack-security-cable-tethers-for-adapters-dongles-universal-cable-tether-kit-steel-tether-cable-lock-anti-theft/product_IM17BB938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-adx-7-wall-mounted-hand-sanitizer-dispenser-white-8720-06/product_372479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-24x36-chalkboard-coroplast-combo-a-frame-brown-egp-hd-0533-bn/product_24601368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-24x36-metal-wall-print-pol/product_24490186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-4-chalkboard-tag-black-6-pack-egp-hd-0508-s/product_24554016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-tabletop-humidifier-0-21-gallon-white-blue-h910bl/product_2138944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-blue-between-us-12-x-19-canvas-stretched-190836328048/product_2576410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-connection-12-x-19-canvas-stretched-190836328321/product_2576409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-tabletop-humidifier-0-5-gallon-white-blue-h940/product_2138943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-acrylic-dry-erase-board-with-custom-printed-calendar-30-x-20-egp-hd-0525/product_24601363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-authorized-personnel-only-indoor-outdoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0262-s/product_24532219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-console-humidifier-1-32-gallon-white-h7550/product_2139249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-5-wide-continuous-length-white-paper-tape/product_2719534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-8-5x11-wl-clndr-gr/product_349564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-barndoor-picture-frame-with-chalkboard-black-egp-hd-0413b/product_24606953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-console-humidifier-2-gallon-black-h8000b/product_1932893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-barndoor-picture-frame-with-chalkboard-white-egp-hd-0413a/product_24606952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-lost-path-canvas-art-30x47-inches/product_254215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-gel-hand-sanitizer-12-oz-12-carton-3698-12-ct/product_24486713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-magic-number-12-x-19-canvas-stretched-190836237920/product_2576383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-lost-path-matted-art-black-frame-16x20-inches/product_254211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-70-alcohol-foaming-advanced-hand-sanitizer-refill-for-cs8-touch-free-dispensers-1200-ml-2-ct-7851-02/product_24458003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-8-foam-roll-24-x-550-ft-3-bundle-cfw18s24asp/product_2653274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-hand-sanitizer/product_SS145718468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-70-alcohol-foaming-hand-sanitizer-refill-for-es10-dispenser-8324-e1-8320-e1-8328-e1-1200ml-2-carton-8351-02/product_24581802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-red-way-matted-art-black-frame-11x14-inches/product_254243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-skogafoss-curtain-12-x-19-canvas-stretched-190836329649/product_2576379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-ft-power-adapter-cord-nema-l5-20r-to-nema-5-20p/product_IM17WT460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-70-alcohol-gel-hand-sanitizer-24-fl-oz-3024-04-cmr/product_24509924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-gallon-paint-can/product_947288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-70-alcohol-gel-hand-sanitizer-clean-scent-12-oz-12-carton-3659-12/product_375469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-thousand-words-12-x-19-canvas-stretched-190836330348/product_2576491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-through-the-wind-12-x-19-canvas-stretched-190836330621/product_2576490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-11-x-14-psl0417-b1114mf/product_1731707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-changeable-message-indoor-outdoor-swinging-sidewalk-sign-43-75-x-42-black-white-red-egp-hd-0193-os/product_24515490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-16-x-20-psl0417-b1620mf/product_1731693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-16-x-24-psl0417-c1624gg/product_1731691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-22-x-32-psl0417-c2232gg/product_1731690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-double-sided-magnetic-steel-dry-erase-whiteboard-wood-frame-5-x-3-egp-hd-0530-bn/product_24588761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-quart-paint-can-36-ct-haz1071/product_947287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-double-sided-magnetic-steel-mobile-dry-erase-whiteboard-aluminum-frame-4-x-3-egp-hd-0066-bk/product_24588760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-refill-for-es1-dispenser-70-alcohol-450-ml-6-carton-4450-06/product_24467076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-unify-12-x-19-canvas-stretched-190836331185/product_2576488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-emergency-exit-indoor-outdoor-wall-sign-9-x-3-red-white-2-pack-egp-hd-0257/product_24582827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-staples-standard-5-1-2-x-8-1-2-mini-view-binder-with-round-rings/product_SS134166889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-employees-must-wash-hands-indoor-wall-sign-5-x-7-multicolor-2-pack-egp-hd-0171-s/product_24532224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-valentine-s-day-matted-art-black-frame-16x20-inches/product_254223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-with-aloe-fresh-scent-12-oz-3639-12/product_607942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-flip-chart-presentation-easel-70-black-aluminum-2-pack-egp-hd-0039/product_24529668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1-x-8-warehouse-label-magnetic-strips-white-lh174/product_947240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-1-2-x-16-nylon-reinforced-self-seal-paper-envelope-mailers-5-500-carton-b888ss/product_630156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vik-cliffs-12-x-19-canvas-stretched-190836332168/product_2576480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-gel-refill-for-purell-es8-automatic-dispenser-1200-ml-2-carton-7763-02/product_24325955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-foam-refill-for-purell-es6-automatic-dispenser-1200-ml-2-ct-6453-02/product_2729247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vertical-activity-matted-art-black-frame-11x14-inches/product_254230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-4x8-ft-invttn-100-rc-gr-1297/product_352269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-floor-sign-12-2-x-48-black-egp-hd-0516/product_24578053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-chalkboard-stand-21-x-30-white-black-hd-0090-wht-os/product_24550817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-refreshing-70-alcohol-gel-hand-sanitizer-2-fl-oz-3653-24-cmr-s/product_24503148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-dry-erase-whiteboard-20-x-30-egp-hd-0315/product_24550822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-adx-12-wall-mounted-hand-sanitizer-dispenser-white-8820-06/product_372483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-indoor-wall-sign-2-5-x-3-5-assorted-colors-5-pack-spls-2x3mf/product_24575573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-chalkboard-rustic-brown-wood-30-x-20-gpp-0010/product_24529672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-advanced-soothing-fresh-scent/product_SS135212289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-pack-security-cable-tethers-for-adapters-dongles-universal-cable-tether-kit-steel-tether-cable-lock-anti-theft/product_IM17BB938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-adx-7-wall-mounted-hand-sanitizer-dispenser-white-8720-06/product_372479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:31:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-indoor-wall-sign-4-x-6-assorted-colors-5-pack-spls-4x6mf/product_24575574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-all-purpose-cleaners-spray-glass-surface-cleaner-disinfectant-refill-fresh-citrus-scent-4342-04/product_2122192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-indoor-window-sign-8-5-x-11-clear-5-pack-spls-8x11fmp/product_24575576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-bloodborne-pathogen-spill-kit-3841-08-clms/product_24358257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-mobile-folding-dry-erase-whiteboard-40-x-30-egp-hd-0482-rw/product_24562778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-bloodborne-pathogen-spill-kit-3841-16-rfl/product_24358256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-12-x-19-canvas-art-mw0065-c1219gg/product_2086792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-plastic-twist-ties-white-2000-carton-plt10w/product_948732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cottony-soft-antibacterial-hand-sanitizing-wipes-1000-carton-9026-1m/product_24442727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-port-usb-hub-w-power-adapter-metal-industrial-usb-3-0-data-hub-din-rail-wall-desk-mount-usb-3-1-gen-15gbps-hub/product_IM17AG139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-16-x-20-black-matted-black-frame-mw0065-b1620bmf/product_2085727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-row-rekenrek-counting-frame-ler4359/product_2662134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cottony-soft-individually-wrapped-hand-sanitizing-wipes-480-wipes-carton-9025-12/product_1668053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-4-wall-mounted-hand-sanitizer-dispenser-graphite-5124-01/product_24358188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-16-x-24-canvas-art-mw0065-c1624gg/product_2077898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-sheet-cross-cut-shredder-ql-txc102a/product_105656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-4-wall-mounted-hand-sanitizer-dispenser-white-5121-01/product_24358187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-16-x-24-canvas-art-mw0066-c1624gg/product_2077897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-single-bowl-counter-display/product_2230230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-6-automatic-floor-stand-hand-sanitizer-dispenser-black-chrome-7416-ds/product_24460243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-4-x-6-black-polyurethane-leather-spls-menu-4x6a/product_24570475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-6-automatic-wall-mounted-hand-sanitizer-dispenser-graphite-6524-01/product_24358186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-4-x-6-black-polyurethane-leather-spls-menu-4x6t/product_24570477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-6-automatic-wall-mounted-hand-soap-dispenser-white-6530-01/product_2801407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0587-b1114mf/product_2082589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0587-w1114mf/product_2082588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-layflat-poly-bags-2-mil-clear-1000-carton-500/product_939592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-8-automatic-floor-stand-hand-sanitizer-dispenser-graphite-black-7418-ds/product_24477109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-8-automatic-wall-mounted-hand-soap-dispenser-graphite-7834-01/product_2801404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-8-automatic-wall-mounted-hand-sanitizer-dispenser-graphite-7824-01/product_24358184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-8-5-x-11-black-silver-leatherette-metal-10-pack-spls-menu-2/product_24580066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-8-automatic-wall-mounted-hand-soap-dispenser-white-7830-01/product_2801418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-reclosable-poly-bags-2-mil-clear-1000-carton-3650a/product_939337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-8-5-x-11-black-spls-menu-8511c/product_24570492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0587-c3047gg/product_2076929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cx-foaming-hand-soap-refill-for-cx-dispenser-fresh-scent-4-carton-8561-04/product_24394868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-open-closed-outdoor-a-frame-sidewalk-sign-13-x-17-multicolor-egp-hd-0209/product_24556380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-10-standard-shipping-boxes-32-ect-kraft-25-bundle-101010/product_481800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-es-4-wall-mounted-hand-soap-dispenser-graphite-5034-01/product_2728959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-poster-frame-11-x-17-silver-aluminum-egp-sf-1117-s/product_24550177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-12-shipping-boxes-brown-25-bundle-101012/product_405841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-es-6-automatic-floor-stand-hand-sanitizer-dispenser-graphite-black-7216-ds/product_24475192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-poster-wall-frame-18-x-24-silver-aluminum-egp-sf-1824-s/product_24550178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-es-6-automatic-wall-mounted-hand-sanitizer-dispenser-graphite-6424-01/product_2730477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-35-x-47-canvas-art/product_312079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-20-shipping-boxes-32-ect-brown-25-bundle-101020/product_408389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-es-6-automatic-wall-mounted-hand-soap-dispenser-graphite-6434-01/product_2729224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-3-literature-mailers-50-bundle-ml10103/product_1578422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-18-x-24-canvas-art-ph0100-c1824gg/product_2081613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-1962-black-by-claire-doherty-11-x-14-white-matted-black-frame-cdo0014-b1114mf/product_2081637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-5-shipping-boxes-32-ect-brown-25-bundle-10105/product_481798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-es8-automatic-wall-mounted-hand-soap-dispenser-black-7734-01/product_2728953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-8-corrugated-shipping-boxes-32-ect-25-bundle-10108/product_411754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-black-by-claire-doherty-18-x-24-canvas-art-cdo0016-c1824gg/product_2078708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-9-shipping-boxes-32-ect-brown-25-bundle-10109/product_557100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/executive-high-back-chair-center-tilt-black-vinyl-bsxvl402en11/product_1678046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-white-by-claire-doherty-18-x-24-canvas-art-cdo0017-c1824gg/product_2078707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-foaming-hand-soap-refill-for-es10-dispenser-1200ml-2-carton-8383-02/product_24581805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-foodservice-healthy-soap-antibacterial-liquid-hand-soap-refill-for-dispenser-light-scent-2-carton-6480-02/product_24488580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1962-white-by-claire-doherty-18-x-24-canvas-art-cdo0015-c1824gg/product_2078709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1962-white-by-claire-doherty-24-x-32-canvas-art-cdo0015-c2432gg/product_2078199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-black-1000-carton-pb3655bk/product_256288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-12-x-19-canvas-art-ali1286-c1219gg/product_2082205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expedite-labels-yellow-black-5-x-3-500-rl/product_573203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-indoor-wall-sign-4-x-6-assorted-colors-5-pack-spls-4x6mf/product_24575574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-all-purpose-cleaners-spray-glass-surface-cleaner-disinfectant-refill-fresh-citrus-scent-4342-04/product_2122192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-indoor-window-sign-8-5-x-11-clear-5-pack-spls-8x11fmp/product_24575576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-bloodborne-pathogen-spill-kit-3841-08-clms/product_24358257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-mobile-folding-dry-erase-whiteboard-40-x-30-egp-hd-0482-rw/product_24562778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-bloodborne-pathogen-spill-kit-3841-16-rfl/product_24358256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-12-x-19-canvas-art-mw0065-c1219gg/product_2086792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-plastic-twist-ties-white-2000-carton-plt10w/product_948732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cottony-soft-antibacterial-hand-sanitizing-wipes-1000-carton-9026-1m/product_24442727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-port-usb-hub-w-power-adapter-metal-industrial-usb-3-0-data-hub-din-rail-wall-desk-mount-usb-3-1-gen-15gbps-hub/product_IM17AG139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-16-x-20-black-matted-black-frame-mw0065-b1620bmf/product_2085727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-row-rekenrek-counting-frame-ler4359/product_2662134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cottony-soft-individually-wrapped-hand-sanitizing-wipes-480-wipes-carton-9025-12/product_1668053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-4-wall-mounted-hand-sanitizer-dispenser-graphite-5124-01/product_24358188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-16-x-24-canvas-art-mw0065-c1624gg/product_2077898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-sheet-cross-cut-shredder-ql-txc102a/product_105656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-4-wall-mounted-hand-sanitizer-dispenser-white-5121-01/product_24358187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-single-bowl-counter-display/product_2230230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-16-x-24-canvas-art-mw0066-c1624gg/product_2077897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-6-automatic-floor-stand-hand-sanitizer-dispenser-black-chrome-7416-ds/product_24460243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-4-x-6-black-polyurethane-leather-spls-menu-4x6a/product_24570475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-6-automatic-wall-mounted-hand-sanitizer-dispenser-graphite-6524-01/product_24358186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-4-x-6-black-polyurethane-leather-spls-menu-4x6t/product_24570477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-6-automatic-wall-mounted-hand-soap-dispenser-white-6530-01/product_2801407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0587-b1114mf/product_2082589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0587-w1114mf/product_2082588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-layflat-poly-bags-2-mil-clear-1000-carton-500/product_939592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-8-automatic-floor-stand-hand-sanitizer-dispenser-graphite-black-7418-ds/product_24477109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-8-automatic-wall-mounted-hand-soap-dispenser-graphite-7834-01/product_2801404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-8-automatic-wall-mounted-hand-sanitizer-dispenser-graphite-7824-01/product_24358184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-8-5-x-11-black-silver-leatherette-metal-10-pack-spls-menu-2/product_24580066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cs-8-automatic-wall-mounted-hand-soap-dispenser-white-7830-01/product_2801418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-reclosable-poly-bags-2-mil-clear-1000-carton-3650a/product_939337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-8-5-x-11-black-spls-menu-8511c/product_24570492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0587-c3047gg/product_2076929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-open-closed-outdoor-a-frame-sidewalk-sign-13-x-17-multicolor-egp-hd-0209/product_24556380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-cx-foaming-hand-soap-refill-for-cx-dispenser-fresh-scent-4-carton-8561-04/product_24394868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-10-standard-shipping-boxes-32-ect-kraft-25-bundle-101010/product_481800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-poster-frame-11-x-17-silver-aluminum-egp-sf-1117-s/product_24550177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-es-4-wall-mounted-hand-soap-dispenser-graphite-5034-01/product_2728959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-12-shipping-boxes-brown-25-bundle-101012/product_405841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/excello-global-products-poster-wall-frame-18-x-24-silver-aluminum-egp-sf-1824-s/product_24550178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-es-6-automatic-floor-stand-hand-sanitizer-dispenser-graphite-black-7216-ds/product_24475192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-es-6-automatic-wall-mounted-hand-sanitizer-dispenser-graphite-6424-01/product_2730477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-35-x-47-canvas-art/product_312079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-20-shipping-boxes-32-ect-brown-25-bundle-101020/product_408389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-es-6-automatic-wall-mounted-hand-soap-dispenser-graphite-6434-01/product_2729224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-3-literature-mailers-50-bundle-ml10103/product_1578422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-18-x-24-canvas-art-ph0100-c1824gg/product_2081613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-5-shipping-boxes-32-ect-brown-25-bundle-10105/product_481798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-1962-black-by-claire-doherty-11-x-14-white-matted-black-frame-cdo0014-b1114mf/product_2081637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-8-corrugated-shipping-boxes-32-ect-25-bundle-10108/product_411754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-es8-automatic-wall-mounted-hand-soap-dispenser-black-7734-01/product_2728953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-black-by-claire-doherty-18-x-24-canvas-art-cdo0016-c1824gg/product_2078708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/executive-high-back-chair-center-tilt-black-vinyl-bsxvl402en11/product_1678046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-9-shipping-boxes-32-ect-brown-25-bundle-10109/product_557100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-white-by-claire-doherty-18-x-24-canvas-art-cdo0017-c1824gg/product_2078707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-foaming-hand-soap-refill-for-es10-dispenser-1200ml-2-carton-8383-02/product_24581805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-foodservice-healthy-soap-antibacterial-liquid-hand-soap-refill-for-dispenser-light-scent-2-carton-6480-02/product_24488580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1962-white-by-claire-doherty-18-x-24-canvas-art-cdo0015-c1824gg/product_2078709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1962-white-by-claire-doherty-24-x-32-canvas-art-cdo0015-c2432gg/product_2078199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-black-1000-carton-pb3655bk/product_256288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-12-x-19-canvas-art-ali1286-c1219gg/product_2082205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expedite-labels-yellow-black-5-x-3-500-rl/product_573203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:31:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-hand-sanitizing-wipes-alcohol-free-formula-1700-count-wipes-refill-for-purell-high-capacity-wipes-stand-4-ct-9517-04/product_24461970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/explosive-gas-14x10-040-aluminum-danger-sign/product_564333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-16-x-24-canvas-art-ali1286-c1624gg/product_2083692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/explosives-10x14-040-aluminum-danger-sign/product_564328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-hand-sanitizing-wipes-fresh-citrus-scent-100-pack-9111-12/product_309478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-11-x-11-white-matted-wood-frame-ali1119-w1111mf/product_2084037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-14-x-14-canvas-art-ali1119-c1414gg/product_2077630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-white-1000-carton-pb3655/product_256291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-surface-disinfectant-spray-32-oz-6-carton-3340-06/product_24486712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-brightsticks-wet-erase-markers-bullet-tip-assorted-5-pack-14075/product_683870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-silhouette-by-david-ayash-10-x-19-canvas-art-ma0632-c1019gg/product_2077825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-cs-cs4-dispenser-4-carton-5174-04/product_24461711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-silhouette-by-david-ayash-12-x-24-canvas-art-ma0632-c1224gg/product_2085266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-silhouette-by-david-ayash-16-x-32-canvas-art-ma0632-c1632gg/product_2077795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-13-clear-view-self-sealing-poly-mailer-1000-carton-13710/product_24449571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-chisel-point-purple-6-pack-29651-pk6/product_1716982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-auguste-renoir-moss-roses1890-canvas-art-14x19-inches/product_245692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-auguste-renoir-the-lovers-c-1875-canvas-art-18x24-inches/product_245664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-1-6-mil-clear-1000-carton-13240/product_24449493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-mortier-map-of-padua-1704-canvas-art-35x47-inches/product_245345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-naturals-advanced-gel-hand-sanitizer-2-oz-9623-24/product_1978677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-personals-70-alcohol-gel-hand-sanitizer-packet-0-04-fl-oz-18-pack-9630-15-18ct/product_24555156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-bullet-point-assorted-4-pack-82074/product_502039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-prime-defense-85-alcohol-liquid-hand-sanitizer-clean-scent-4-oz-3199-12-cmr/product_24504672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-4-mil-clear-500-pack-prr101304/product_24343816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-mortier-map-of-treviso-1704-canvas-art-35x47-inches/product_245489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-banks-of-the-seine-at-argenteuil-canvas-art-26x32-inches/product_246105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-point-assorted-starter-set-kit-81503/product_500678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-professional-surface-disinfectant-spray-fresh-citrus-scent-32-oz-3342-06/product_24570238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-12-pack/product_SS229316949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-14-reclosable-poly-bags-3-mil-clear-100-carton-6340/product_24449677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-l-estaque-1882-canvas-art-35x47-inches/product_246108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-landscape-at-beaulieu-canvas-art-35x47-inches/product_246026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-15-layflat-poly-bags-3-mil-clear-1000-carton-6165/product_24449515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purely-c105-wireless-vacuum-and-air-duster-for-desktop-and-computers-pkbvc105/product_24592063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-4-pack-81029/product_568991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-railway-bridge-at-chatou-1881-canvas-art-35x47-inches/product_245821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purely-f82-18-laptop-height-adjustable-cooling-stand-with-2-fans-1-usb-port-plsf82/product_24592069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-black-36-pack-1920940/product_1867905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-15-reclosable-poly-bags-1-5-mil-clear-1000-pack-prr101515/product_24343800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-blue-12-pack-80003/product_589825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-16-antistatic-layflat-poly-bags-2-mil-pink-1000-carton-12040/product_693461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-banks-of-the-seine-champrosay-1876-18x24-inches/product_245805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purex-he-liquid-laundry-detergent-426-loads-640-oz-dia06354/product_481370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-purple-12-pack-80008dz/product_2800243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-16-gusseted-poly-bags-1-mil-clear-1000-carton-8035/product_24449649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-red-12-pack-80002/product_589824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-point-assorted-4-set-86074/product_502062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-1-mil-clear-1000-carton-2340/product_939924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pvc-free-badge-holders-vertical-3-x-4-clear-50-pack/product_2661115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-36-pack/product_SS229317012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-assorted-12-pack-86603/product_637904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-farm-at-les-collettes-canvas-art-18x18-inches/product_246028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-40-portable-manual-wall-ceiling-projector-screen-white-pylprjtp46/product_24418626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-farm-at-les-collettes-canvas-art-24x24-inches/product_246029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-luncheon-of-the-boating-party-canvas-art-18x18-inches/product_246745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-800w-wireless-portable-bluetooth-pa-speaker-system-black-pylpwma1080ibt/product_1985658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-mosque-canvas-art-18x24-inches/product_246153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-path-through-the-long-grass-1875-canvas-14x19-inches/product_245593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-home-pdicbt852rd-8-bluetooth-ceiling-wall-speakers/product_23974777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-18-static-shielding-layflat-poly-bags-3-mil-clear-100-carton-4126/product_24449709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-36-pack/product_SS229317024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-road-to-essoyes-canvas-art-35x47-inches/product_246114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-2-mil-clear-1000-carton-521/product_939598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-hand-sanitizing-wipes-alcohol-free-formula-1700-count-wipes-refill-for-purell-high-capacity-wipes-stand-4-ct-9517-04/product_24461970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/explosive-gas-14x10-040-aluminum-danger-sign/product_564333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-16-x-24-canvas-art-ali1286-c1624gg/product_2083692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/explosives-10x14-040-aluminum-danger-sign/product_564328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-hand-sanitizing-wipes-fresh-citrus-scent-100-pack-9111-12/product_309478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-11-x-11-white-matted-wood-frame-ali1119-w1111mf/product_2084037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-14-x-14-canvas-art-ali1119-c1414gg/product_2077630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-white-1000-carton-pb3655/product_256291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-surface-disinfectant-spray-32-oz-6-carton-3340-06/product_24486712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-brightsticks-wet-erase-markers-bullet-tip-assorted-5-pack-14075/product_683870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-silhouette-by-david-ayash-10-x-19-canvas-art-ma0632-c1019gg/product_2077825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-cs-cs4-dispenser-4-carton-5174-04/product_24461711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-silhouette-by-david-ayash-12-x-24-canvas-art-ma0632-c1224gg/product_2085266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-silhouette-by-david-ayash-16-x-32-canvas-art-ma0632-c1632gg/product_2077795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-13-clear-view-self-sealing-poly-mailer-1000-carton-13710/product_24449571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-chisel-point-purple-6-pack-29651-pk6/product_1716982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-auguste-renoir-moss-roses1890-canvas-art-14x19-inches/product_245692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-auguste-renoir-the-lovers-c-1875-canvas-art-18x24-inches/product_245664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-1-6-mil-clear-1000-carton-13240/product_24449493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-mortier-map-of-padua-1704-canvas-art-35x47-inches/product_245345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-naturals-advanced-gel-hand-sanitizer-2-oz-9623-24/product_1978677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-personals-70-alcohol-gel-hand-sanitizer-packet-0-04-fl-oz-18-pack-9630-15-18ct/product_24555156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-bullet-point-assorted-4-pack-82074/product_502039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-prime-defense-85-alcohol-liquid-hand-sanitizer-clean-scent-4-oz-3199-12-cmr/product_24504672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-4-mil-clear-500-pack-prr101304/product_24343816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-mortier-map-of-treviso-1704-canvas-art-35x47-inches/product_245489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-banks-of-the-seine-at-argenteuil-canvas-art-26x32-inches/product_246105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-point-assorted-starter-set-kit-81503/product_500678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purell-professional-surface-disinfectant-spray-fresh-citrus-scent-32-oz-3342-06/product_24570238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-12-pack/product_SS229316949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-14-reclosable-poly-bags-3-mil-clear-100-carton-6340/product_24449677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-l-estaque-1882-canvas-art-35x47-inches/product_246108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-landscape-at-beaulieu-canvas-art-35x47-inches/product_246026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-15-layflat-poly-bags-3-mil-clear-1000-carton-6165/product_24449515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-railway-bridge-at-chatou-1881-canvas-art-35x47-inches/product_245821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-4-pack-81029/product_568991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purely-c105-wireless-vacuum-and-air-duster-for-desktop-and-computers-pkbvc105/product_24592063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purely-f82-18-laptop-height-adjustable-cooling-stand-with-2-fans-1-usb-port-plsf82/product_24592069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-black-36-pack-1920940/product_1867905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-15-reclosable-poly-bags-1-5-mil-clear-1000-pack-prr101515/product_24343800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-blue-12-pack-80003/product_589825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-16-antistatic-layflat-poly-bags-2-mil-pink-1000-carton-12040/product_693461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-banks-of-the-seine-champrosay-1876-18x24-inches/product_245805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/purex-he-liquid-laundry-detergent-426-loads-640-oz-dia06354/product_481370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-purple-12-pack-80008dz/product_2800243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-16-gusseted-poly-bags-1-mil-clear-1000-carton-8035/product_24449649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-red-12-pack-80002/product_589824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-point-assorted-4-set-86074/product_502062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-1-mil-clear-1000-carton-2340/product_939924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pvc-free-badge-holders-vertical-3-x-4-clear-50-pack/product_2661115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-assorted-12-pack-86603/product_637904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-farm-at-les-collettes-canvas-art-18x18-inches/product_246028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-36-pack/product_SS229317012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-40-portable-manual-wall-ceiling-projector-screen-white-pylprjtp46/product_24418626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-farm-at-les-collettes-canvas-art-24x24-inches/product_246029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-luncheon-of-the-boating-party-canvas-art-18x18-inches/product_246745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-800w-wireless-portable-bluetooth-pa-speaker-system-black-pylpwma1080ibt/product_1985658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-mosque-canvas-art-18x24-inches/product_246153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-path-through-the-long-grass-1875-canvas-14x19-inches/product_245593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-home-pdicbt852rd-8-bluetooth-ceiling-wall-speakers/product_23974777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-18-static-shielding-layflat-poly-bags-3-mil-clear-100-carton-4126/product_24449709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-36-pack/product_SS229317024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-road-to-essoyes-canvas-art-35x47-inches/product_246114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-2-mil-clear-1000-carton-521/product_939598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-assorted-4-pack-1871133/product_69115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-4-mil-clear-1000-carton-1191/product_361058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-vase-of-tulips-and-anemones-canvas-art-26x32-inches/product_246087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-pmp37led-mini-compact-megaphone-30-watt-white/product_24552098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-black-12-pack-1871131/product_1015828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-pmxu83bt-bluetooth-8-channel-studio-mixer-black/product_24418672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-black-36-pack-2003894/product_2724930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-starter-set-chisel-tip-assorted-10-pack-80835/product_712685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-white-board-cleaner-6-pk-san81803-6/product_24490762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-16-x-20-wood-frame-art/product_495344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-16-x-24-canvas-art/product_503703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pphp1249kt-1-800-watt-bluetooth-active-passive-dual-speaker-system-kit/product_24329611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-30-x-47-canvas-art/product_492526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-oder-dry-erase-markers-fine-tip-assorted-inks-12-pack-san86603/product_23976814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pyrpmp53in-megaphone-with-aux-siren-talk-modes-50-watt-black/product_24327876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-kit-anti-roll-assorted-colors-80054/product_454299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-28-layflat-poly-bags-1-5-mil-clear-1000-carton-182/product_939493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-11-x-14-wood-frame-art/product_315474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-and-organizer-kit-broad-chisel-tip-assorted-colors-80556/product_481475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-chisel-tip-each/product_SS225604337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-badge-rack-40-pockets-500-4/product_680943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-16-x-20-black-frame-art/product_315469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-sets-fine-set-of-4-pack-of-4/product_1716845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-36-staples-kraft-jumbo-mailing-tube-8-case/product_946810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-14-x-14-canvas-art/product_33730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-rack-25-pockets-400-3/product_821705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-markers-chisel-tip-black-pack-of-12-san80001-12/product_24519379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-35-x-35-canvas-art/product_33726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-and-beautiful-kurt-shaffer-gallery-wrapped-ks325-c1624gg/product_249092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-replacement-ribbon-for-2600-2650-old-model-time-clocks-black-1-each-42416/product_821707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-4-x-20-gusseted-poly-bags-3-mil-clear-500-carton-1715/product_939861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-markers-fine-tip-assorted-colors-4-per-set-3-sets-san86074-3/product_24519378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-1000-2000-time-clock-100-pack-331-11/product_600966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-48-layflat-poly-bags-6-mil-clear-250-carton-pb4217/product_24328963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-5-32-staples-red-candy-stripe-paper-twist-tie-2000-case/product_948688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-for-3000hd-3500-3550ss-3600ss-3700-time-clocks-100-pack-35100-10/product_412757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-for-3800-time-clock-100-pack-3800-10/product_24600326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-marker-vibrant-colors-chisel-tip-4-pack-1927523/product_24551922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-chisel-tip-assorted-8-pack-1944741/product_1910452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-vibrant-color-markers-chisel-tip-assorted-colors-16-set-1927526san/product_2638679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-gerber-daisy-18x18-inches/product_248058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-500-75-gauge-pvc-shrink-film-clear-shpvc1075r/product_667632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-dragonfly-shadows-24-x-32-canvas-art/product_317591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-hibiscus-bloom-35-x-47-canvas-art/product_317472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-timetrax-swipe-cards-26-50/product_647853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-neon-window-dry-erase-marker-bullet-tip-assorted-colors-5-per-pack-2-packs-san1752226-2/product_24490687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/python-1-mile-range-2-way-led-remote-start-system/product_1591626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-5-shipping-boxes-32-ect-brown-25-bundle-1065/product_814166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-starter-set-kit-assorted-colors-80653/product_483636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-6-32-ect-shipping-boxes/product_24406974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-lilies-1897-1899-18-x-24-canvas-art/product_491282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-neon-window-dry-erase-markers-bullet-tip-assorted-5-pack-1752226/product_829386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/python-2-way-lcd-security-remote-start-system-with-25-mile-range-2-remotes/product_2139740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/q-tips-cotton-swabs-300-pack-17900/product_24326187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-wet-erase-markers-fine-point-assorted-4-pack-16074-2134341/product_125252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/q-tips-cotton-swabs-travel-pack-30-count-36-carton-22127/product_24326193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qanba-drone-2-qann3-joystick-for-playstation-5-4-pc-wired-black/product_24565948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-7-x-7-32-ect-shipping-boxes/product_2698311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-poppy-dreams-35-x-47-canvas-art/product_317566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qfx-10-in-portable-bluetooth-party-sound-system-2-pack-black-pbx-210/product_24574332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-wet-erase-markers-fine-point-red-12-pack-16002/product_501957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-cleaner-blue-1752229/product_807747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-tulips-in-glass-35-x-47-canvas-art/product_314025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-dry-erase-cleaner-blue-81800/product_364141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-assorted-4-pack-1871133/product_69115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-vase-of-tulips-and-anemones-canvas-art-26x32-inches/product_246087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-4-mil-clear-1000-carton-1191/product_361058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-black-12-pack-1871131/product_1015828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-pmp37led-mini-compact-megaphone-30-watt-white/product_24552098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-pmxu83bt-bluetooth-8-channel-studio-mixer-black/product_24418672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-black-36-pack-2003894/product_2724930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-starter-set-chisel-tip-assorted-10-pack-80835/product_712685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-white-board-cleaner-6-pk-san81803-6/product_24490762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-16-x-20-wood-frame-art/product_495344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-16-x-24-canvas-art/product_503703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pphp1249kt-1-800-watt-bluetooth-active-passive-dual-speaker-system-kit/product_24329611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-30-x-47-canvas-art/product_492526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-oder-dry-erase-markers-fine-tip-assorted-inks-12-pack-san86603/product_23976814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pyrpmp53in-megaphone-with-aux-siren-talk-modes-50-watt-black/product_24327876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-kit-anti-roll-assorted-colors-80054/product_454299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-28-layflat-poly-bags-1-5-mil-clear-1000-carton-182/product_939493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-11-x-14-wood-frame-art/product_315474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-chisel-tip-each/product_SS225604337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-and-organizer-kit-broad-chisel-tip-assorted-colors-80556/product_481475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-badge-rack-40-pockets-500-4/product_680943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-16-x-20-black-frame-art/product_315469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-sets-fine-set-of-4-pack-of-4/product_1716845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-36-staples-kraft-jumbo-mailing-tube-8-case/product_946810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-14-x-14-canvas-art/product_33730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-rack-25-pockets-400-3/product_821705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-replacement-ribbon-for-2600-2650-old-model-time-clocks-black-1-each-42416/product_821707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-35-x-35-canvas-art/product_33726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-and-beautiful-kurt-shaffer-gallery-wrapped-ks325-c1624gg/product_249092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-markers-chisel-tip-black-pack-of-12-san80001-12/product_24519379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-4-x-20-gusseted-poly-bags-3-mil-clear-500-carton-1715/product_939861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-markers-fine-tip-assorted-colors-4-per-set-3-sets-san86074-3/product_24519378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-1000-2000-time-clock-100-pack-331-11/product_600966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-48-layflat-poly-bags-6-mil-clear-250-carton-pb4217/product_24328963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-for-3000hd-3500-3550ss-3600ss-3700-time-clocks-100-pack-35100-10/product_412757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-5-32-staples-red-candy-stripe-paper-twist-tie-2000-case/product_948688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-for-3800-time-clock-100-pack-3800-10/product_24600326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-marker-vibrant-colors-chisel-tip-4-pack-1927523/product_24551922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-vibrant-color-markers-chisel-tip-assorted-colors-16-set-1927526san/product_2638679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-chisel-tip-assorted-8-pack-1944741/product_1910452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-gerber-daisy-18x18-inches/product_248058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-500-75-gauge-pvc-shrink-film-clear-shpvc1075r/product_667632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-dragonfly-shadows-24-x-32-canvas-art/product_317591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-hibiscus-bloom-35-x-47-canvas-art/product_317472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/pyramid-timetrax-swipe-cards-26-50/product_647853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-neon-window-dry-erase-marker-bullet-tip-assorted-colors-5-per-pack-2-packs-san1752226-2/product_24490687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/python-1-mile-range-2-way-led-remote-start-system/product_1591626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-5-shipping-boxes-32-ect-brown-25-bundle-1065/product_814166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-starter-set-kit-assorted-colors-80653/product_483636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-6-32-ect-shipping-boxes/product_24406974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-neon-window-dry-erase-markers-bullet-tip-assorted-5-pack-1752226/product_829386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-lilies-1897-1899-18-x-24-canvas-art/product_491282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/python-2-way-lcd-security-remote-start-system-with-25-mile-range-2-remotes/product_2139740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/q-tips-cotton-swabs-300-pack-17900/product_24326187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-wet-erase-markers-fine-point-assorted-4-pack-16074-2134341/product_125252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/q-tips-cotton-swabs-travel-pack-30-count-36-carton-22127/product_24326193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qanba-drone-2-qann3-joystick-for-playstation-5-4-pc-wired-black/product_24565948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-7-x-7-32-ect-shipping-boxes/product_2698311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-poppy-dreams-35-x-47-canvas-art/product_317566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-wet-erase-markers-fine-point-red-12-pack-16002/product_501957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qfx-10-in-portable-bluetooth-party-sound-system-2-pack-black-pbx-210/product_24574332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-cleaner-blue-1752229/product_807747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-tulips-in-glass-35-x-47-canvas-art/product_314025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-dry-erase-cleaner-blue-81800/product_364141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-11-x-14-wood-frame-art/product_315482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-xl-dry-erase-eraser-blue-8474/product_503449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-16-x-20-black-frame-art/product_315477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qfx-m-106-unidirectional-dynamic-microphone-with-10-cable/product_23979222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expose-ii-256-phenolic-disinfectant-cleaner-citrus-phenolic-scent-j-fill-2-5-liters-2-ct/product_812994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/express-gift-card/product_SS201881090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-16-x-24-canvas-art/product_315479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-6-standard-shipping-boxes-32-ect-kraft-25-bundle-100806/product_557109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-8-corrugated-kraft-boxes-25-bundle-bs100808x/product_24410391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/extra-caps-for-mailing-tubes-2-1-2-100-case-mtcap25/product_500693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-9-x-6-shipping-boxes-32-ect-brown-25-bundle-1096/product_408395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/extra-caps-for-mailing-tubes-2-100-case/product_500804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/extra-caps-for-mailing-tubes-4-100-case-mtcap4/product_500695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-9-x-9-shipping-boxes-32-ect-brown-25-bundle-1099/product_557112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qfx-wireless-dynamic-professional-microphone-silver-m-310/product_24576813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/eye-and-ear-protection-must-be-worn-in-10x14-040-aluminum-danger-sign/product_564327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-belt-different-belt-color/product_SS235019212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-22-x-32-canvas-art/product_314908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-4x8-ft-invttn-100-rc-cl/product_352297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-30-x-47-canvas-art/product_314909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-black-white-belt/product_171053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-blue-belt/product_171051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-16-x-20-black-frame-art/product_28491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-5x7-flat-cards-square-pol/product_24502986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-16-x-20-wood-frame-art/product_28387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-22-x-32-canvas-art/product_28441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pa-16-x-20-wood-frame-art/product_817157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-6x4-ft-invttn-100-rc-gr/product_352422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-8-5x11-pht-wl-clndr-prm-gr/product_349549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-16-x-20-black-frame-art/product_817360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-black-white-belt/product_171063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-graphite-sketch-pencil-sets-art-8b-2h-set-of-12-119065/product_2138169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-adv-lbl-10-sheet-3x2-pol/product_24471725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-inv-5x7-ft-mat-pol/product_1241546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-pho-crd-5x7-ft-gls-bp-pol/product_1241444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0548-b1620bmf/product_2083447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-nylon-control-belt-barrier-different-belt-color/product_SS235235634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-goldfaber-sketch-set-classic-graphite-pencils-black-6-pack-114000/product_2314607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0548-b1620mf/product_2083414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-sight-word-mini-books-lisa-cestnik-jay-cestnik-paperback/product_883765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-red-crowd-control-belt-barrier-different-belt-color-written-message/product_SS235380322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0548-c2232gg/product_2077389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-red-crowd-control-belt-barrier-different-belt-color/product_SS235379861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-yellow-crowd-control-belt-barrier-different-belt-color-written-message/product_SS235380660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-yellow-crowd-control-belt-barrier-different-belt-color/product_SS235380406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1000-lh-ln-ld-grey-rd-1c-pol/product_351834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-300-black-steel-crowd-control-belt-barrier-different-belt-color/product_SS235381064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-300-red-steel-crowd-control-belt-barrier-different-belt-color-written-message/product_SS235382493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-ii-by-michael-tompsett-30-x-47-canvas-art-mt0616-c3047gg/product_2076900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1000-premium-gloss-bc-1s-pis/product_24448745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pen-wallet-sets-black-set-of-4/product_1721974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-iii-by-michael-tompsett-16-x-24-canvas-art-mt0645-c1624gg/product_2078025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-black-fine-199-pack-of-8/product_1722042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-14-x-19-canvas-art-mt0861-c1419gg/product_2086835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1000-premium-matte-bc-2s-pis/product_24448750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1000-standard-gloss-bc-1s-pis/product_24448741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-permanent-green-olive-brush-167-pack-of-8/product_1722001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-18-x-24-canvas-art-mt0861-c1824gg/product_2078378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-big-brush-artist-pens-black-199-pack-of-4/product_1721757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-big-brush-artist-pens-light-yellow-glaze-104-pack-of-4/product_1721773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quaker-variety-oatmeal-1-51-oz-64-carton-qua31682/product_2051065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-classic-drawing-pens-black-4-carton-167139/product_2321205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1000-standard-matte-bc-1s-pol/product_24448738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-11-x-14-wood-frame-art/product_315482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-iv-by-michael-tompsett-24-x-32-canvas-art-mt0860-c2432gg/product_2081532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-xl-dry-erase-eraser-blue-8474/product_503449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-16-x-20-black-frame-art/product_315477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qfx-m-106-unidirectional-dynamic-microphone-with-10-cable/product_23979222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/expose-ii-256-phenolic-disinfectant-cleaner-citrus-phenolic-scent-j-fill-2-5-liters-2-ct/product_812994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/express-gift-card/product_SS201881090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-16-x-24-canvas-art/product_315479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-8-corrugated-kraft-boxes-25-bundle-bs100808x/product_24410391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-6-standard-shipping-boxes-32-ect-kraft-25-bundle-100806/product_557109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/extra-caps-for-mailing-tubes-2-1-2-100-case-mtcap25/product_500693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-9-x-6-shipping-boxes-32-ect-brown-25-bundle-1096/product_408395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/extra-caps-for-mailing-tubes-4-100-case-mtcap4/product_500695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/extra-caps-for-mailing-tubes-2-100-case/product_500804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10-x-9-x-9-shipping-boxes-32-ect-brown-25-bundle-1099/product_557112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qfx-wireless-dynamic-professional-microphone-silver-m-310/product_24576813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/eye-and-ear-protection-must-be-worn-in-10x14-040-aluminum-danger-sign/product_564327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-belt-different-belt-color/product_SS235019212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-22-x-32-canvas-art/product_314908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-4x8-ft-invttn-100-rc-cl/product_352297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-black-white-belt/product_171053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-30-x-47-canvas-art/product_314909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-blue-belt/product_171051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-16-x-20-black-frame-art/product_28491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-5x7-flat-cards-square-pol/product_24502986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-16-x-20-wood-frame-art/product_28387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-22-x-32-canvas-art/product_28441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pa-16-x-20-wood-frame-art/product_817157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-8-5x11-pht-wl-clndr-prm-gr/product_349549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-6x4-ft-invttn-100-rc-gr/product_352422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-16-x-20-black-frame-art/product_817360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-black-white-belt/product_171063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-graphite-sketch-pencil-sets-art-8b-2h-set-of-12-119065/product_2138169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-adv-lbl-10-sheet-3x2-pol/product_24471725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-inv-5x7-ft-mat-pol/product_1241546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-pho-crd-5x7-ft-gls-bp-pol/product_1241444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-nylon-control-belt-barrier-different-belt-color/product_SS235235634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0548-b1620bmf/product_2083447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-goldfaber-sketch-set-classic-graphite-pencils-black-6-pack-114000/product_2314607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0548-b1620mf/product_2083414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/100-sight-word-mini-books-lisa-cestnik-jay-cestnik-paperback/product_883765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-red-crowd-control-belt-barrier-different-belt-color-written-message/product_SS235380322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0548-c2232gg/product_2077389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-red-crowd-control-belt-barrier-different-belt-color/product_SS235379861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-yellow-crowd-control-belt-barrier-different-belt-color-written-message/product_SS235380660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-yellow-crowd-control-belt-barrier-different-belt-color/product_SS235380406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1000-lh-ln-ld-grey-rd-1c-pol/product_351834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-300-black-steel-crowd-control-belt-barrier-different-belt-color/product_SS235381064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-300-red-steel-crowd-control-belt-barrier-different-belt-color-written-message/product_SS235382493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-ii-by-michael-tompsett-30-x-47-canvas-art-mt0616-c3047gg/product_2076900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1000-premium-gloss-bc-1s-pis/product_24448745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pen-wallet-sets-black-set-of-4/product_1721974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-iii-by-michael-tompsett-16-x-24-canvas-art-mt0645-c1624gg/product_2078025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-black-fine-199-pack-of-8/product_1722042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-14-x-19-canvas-art-mt0861-c1419gg/product_2086835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1000-premium-matte-bc-2s-pis/product_24448750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1000-standard-gloss-bc-1s-pis/product_24448741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-permanent-green-olive-brush-167-pack-of-8/product_1722001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-18-x-24-canvas-art-mt0861-c1824gg/product_2078378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-big-brush-artist-pens-black-199-pack-of-4/product_1721757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-big-brush-artist-pens-light-yellow-glaze-104-pack-of-4/product_1721773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quaker-variety-oatmeal-1-51-oz-64-carton-qua31682/product_2051065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-classic-drawing-pens-black-4-carton-167139/product_2321205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1000-standard-matte-bc-1s-pol/product_24448738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-iv-by-michael-tompsett-24-x-32-canvas-art-mt0860-c2432gg/product_2081532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-polychromos-artist-colored-pencils-black-199-pack-of-12/product_1720819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-tk-9400-clutch-drawing-pencil-leads-3b-pack-of-10-pack-of-3/product_1721710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-by-design-turnpike-12-x-24-canvas-art-ali1322-c1224gg/product_2083127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-polychromos-artist-colored-pencils-each-light-cadmium-yellow-105-pack-of-12-12pk-110105/product_2130990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-tk-9400-clutch-drawing-pencils-each-139420/product_2245548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/108-x-108-top-sheeting-1-5-mil-clear-100-roll-6005/product_361659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/106-x-45-layflat-poly-bags-bags-on-a-roll-1-mil-clear-140-roll-3195/product_939189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-brown-100-box-qua63562/product_377355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-brown-100-box-qua63560/product_377354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10ft-3m-usb-c-to-hdmi-cable-adapter-4k-60hz-hdr10-uhd-hdmi-2-0b-usb-type-c-to-hdmi-video-adapter-cable/product_IM19CY466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/106-x-45-layflat-poly-bags-bags-on-a-roll-3-mil-clear-50-roll-3216/product_24449527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-red-100-box-qua63574/product_680165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-polychromos-artist-colored-pencils-each-chrome-green-opaque-174-pack-of-12-12pk-110174/product_2131090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10l-x-4-7-8w-x-3-3-4-h-corrugated-mailer-white-50-bundle-bsmlr6/product_425271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0827-b1620bmf/product_2085952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-1-4-x-11-x-17-1-4-multi-depth-shipping-boxes-32-ect-brown-25-bundle-md171111/product_401735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabriano-tiziano-drawing-paper-charcoal-pack-of-10-pk10-71-33030/product_24204689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-white-wove-100-carton-qua63663/product_683576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelope-12-x-10-kraft-100-box-37895/product_854077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabstim-carbon-electrodes-2-x-3-5-inch-rectangle/product_884787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabrique-wib-slim-liberator-black-microfiber-nylon-tote-bag-for-14-1-notebook-lib14bk/product_24590472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabuloso-all-purpose-cleaner-lemon-169-fl-oz-3-pk-mx06813act/product_24543623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0827-c1624gg/product_2077946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabuloso-all-purpose-cleaner-passion-fruit-169-fl-oz-mx04966a/product_2661623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-1-4-x-8-3-4-x-9-1-2-shipping-boxes-32-ect-brown-25-bundle-1189/product_575999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabuloso-antibacterial-multipurpose-cleaner-lavender-scent-169-fl-oz-3-carton-61018224ct/product_24589959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-1-2-x-08-x-18-white-t-shirt-bags-1000-case-1618/product_695959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0829-c2232gg/product_2077291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelope-9-x-12-white-100-box-38390/product_507862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelopes-9-l-x-12-h-kraft-100-box-qua38090/product_478791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-1-8-x8-5-8-x1-Partners-Brand-Easy-Fold-Mailers-50-Bundle-M1181K/product_947416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-1-8-x8-5-8-x2-Deluxe-Easy-Fold-Mailers-25-Bundle-M1BKSS/product_949002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-25-x-15-self-sealing-bubble-mailer-5-25-carton-st56649b/product_427575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabuloso-professional-all-purpose-cleaner-degreaser-ocean-scent-1-gal-4-carton-us05252a/product_848241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-6-1-2-x-9-1-2-kraft-100-box-37763/product_377518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-9-1-2-x-12-1-2-kraft-100-box-37793/product_510623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-48-x-50-marble-pac57115/product_24535259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-10-x-13-brown-kraft-100-box-qua37897/product_823287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-4-corrugated-boxes-25-bundle-1184w/product_1578434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0861-w1620bmf/product_2085851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0862-w1620bmf/product_2085848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-10-shipping-boxes-32-ect-brown-25-bundle-11810r/product_947198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-5-x-7-5-brown-kraft-100-box-qua37835/product_513235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0861-b1620mf/product_2085852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-paper-roll-48-x-12-primary-assortment-4-rolls-pac57532/product_24439105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-9-25-x-14-5-brown-kraft-100-box-qua37894/product_813480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-38-x8-19-x12-38-Hazmat-Shipping-Box-275-ECT-20-Bundle-HAZ1048/product_947083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-12-l-canary-57088/product_2431729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-9-x-12-brown-kraft-100-box-qua37890/product_823285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-theatre-11-x-14-wood-frame-art/product_24252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-6-x-9-kraft-100-box-qua37755/product_377517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-contemporary-style-6-3-4-business-envelopes-3-5-8-x-6-1-2-white-500-box-qua90070/product_817220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-flame-0057035/product_455039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-theatre-francais-1898-24-x-32-canvas-art/product_493095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-document-envelope-9-x-12-brown-kraft-100-box-5-boxes-carton-qua37890ct/product_24489912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-orange-p0057105/product_575508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-4-shipping-boxes-32-ect-brown-25-bundle-1184sc/product_481801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-11-x-14-wood-frame-art/product_317385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-14-x-19-canvas-art/product_317381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-file-jacket-letter-size-manila-100-box-69999/product_516228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-flap-stik-self-seal-98-catalog-envelope-10-x-15-white-100-box-r1660/product_827946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-violet-0057335/product_575524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-L-x-11-W-x-9-H-Shipping-Boxes-32-ECT-Brown-25-Bundle-BS111109/product_2647431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fairlife-high-protein-chocolate-nutrition-shake-11-5-oz-12-box-220-01002/product_24476894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-polychromos-artist-colored-pencils-black-199-pack-of-12/product_1720819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-tk-9400-clutch-drawing-pencil-leads-3b-pack-of-10-pack-of-3/product_1721710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-polychromos-artist-colored-pencils-each-light-cadmium-yellow-105-pack-of-12-12pk-110105/product_2130990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-by-design-turnpike-12-x-24-canvas-art-ali1322-c1224gg/product_2083127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-tk-9400-clutch-drawing-pencils-each-139420/product_2245548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/108-x-108-top-sheeting-1-5-mil-clear-100-roll-6005/product_361659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/106-x-45-layflat-poly-bags-bags-on-a-roll-1-mil-clear-140-roll-3195/product_939189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-brown-100-box-qua63562/product_377355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-brown-100-box-qua63560/product_377354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10ft-3m-usb-c-to-hdmi-cable-adapter-4k-60hz-hdr10-uhd-hdmi-2-0b-usb-type-c-to-hdmi-video-adapter-cable/product_IM19CY466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/106-x-45-layflat-poly-bags-bags-on-a-roll-3-mil-clear-50-roll-3216/product_24449527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-red-100-box-qua63574/product_680165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/faber-castell-polychromos-artist-colored-pencils-each-chrome-green-opaque-174-pack-of-12-12pk-110174/product_2131090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/10l-x-4-7-8w-x-3-3-4-h-corrugated-mailer-white-50-bundle-bsmlr6/product_425271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0827-b1620bmf/product_2085952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-1-4-x-11-x-17-1-4-multi-depth-shipping-boxes-32-ect-brown-25-bundle-md171111/product_401735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabriano-tiziano-drawing-paper-charcoal-pack-of-10-pk10-71-33030/product_24204689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-white-wove-100-carton-qua63663/product_683576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelope-12-x-10-kraft-100-box-37895/product_854077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabstim-carbon-electrodes-2-x-3-5-inch-rectangle/product_884787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabrique-wib-slim-liberator-black-microfiber-nylon-tote-bag-for-14-1-notebook-lib14bk/product_24590472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabuloso-all-purpose-cleaner-lemon-169-fl-oz-3-pk-mx06813act/product_24543623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0827-c1624gg/product_2077946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabuloso-all-purpose-cleaner-passion-fruit-169-fl-oz-mx04966a/product_2661623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-1-4-x-8-3-4-x-9-1-2-shipping-boxes-32-ect-brown-25-bundle-1189/product_575999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabuloso-antibacterial-multipurpose-cleaner-lavender-scent-169-fl-oz-3-carton-61018224ct/product_24589959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-1-2-x-08-x-18-white-t-shirt-bags-1000-case-1618/product_695959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0829-c2232gg/product_2077291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelope-9-x-12-white-100-box-38390/product_507862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelopes-9-l-x-12-h-kraft-100-box-qua38090/product_478791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-1-8-x8-5-8-x1-Partners-Brand-Easy-Fold-Mailers-50-Bundle-M1181K/product_947416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-1-8-x8-5-8-x2-Deluxe-Easy-Fold-Mailers-25-Bundle-M1BKSS/product_949002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-25-x-15-self-sealing-bubble-mailer-5-25-carton-st56649b/product_427575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fabuloso-professional-all-purpose-cleaner-degreaser-ocean-scent-1-gal-4-carton-us05252a/product_848241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-6-1-2-x-9-1-2-kraft-100-box-37763/product_377518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-9-1-2-x-12-1-2-kraft-100-box-37793/product_510623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-10-x-13-brown-kraft-100-box-qua37897/product_823287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-48-x-50-marble-pac57115/product_24535259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-4-corrugated-boxes-25-bundle-1184w/product_1578434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0861-w1620bmf/product_2085851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0862-w1620bmf/product_2085848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-10-shipping-boxes-32-ect-brown-25-bundle-11810r/product_947198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-5-x-7-5-brown-kraft-100-box-qua37835/product_513235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0861-b1620mf/product_2085852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-9-25-x-14-5-brown-kraft-100-box-qua37894/product_813480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-paper-roll-48-x-12-primary-assortment-4-rolls-pac57532/product_24439105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-38-x8-19-x12-38-Hazmat-Shipping-Box-275-ECT-20-Bundle-HAZ1048/product_947083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-12-l-canary-57088/product_2431729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-9-x-12-brown-kraft-100-box-qua37890/product_823285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-theatre-11-x-14-wood-frame-art/product_24252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-6-x-9-kraft-100-box-qua37755/product_377517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-contemporary-style-6-3-4-business-envelopes-3-5-8-x-6-1-2-white-500-box-qua90070/product_817220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-flame-0057035/product_455039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-theatre-francais-1898-24-x-32-canvas-art/product_493095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-document-envelope-9-x-12-brown-kraft-100-box-5-boxes-carton-qua37890ct/product_24489912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-orange-p0057105/product_575508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-4-shipping-boxes-32-ect-brown-25-bundle-1184sc/product_481801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-11-x-14-wood-frame-art/product_317385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-14-x-19-canvas-art/product_317381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-file-jacket-letter-size-manila-100-box-69999/product_516228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-flap-stik-self-seal-98-catalog-envelope-10-x-15-white-100-box-r1660/product_827946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-violet-0057335/product_575524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-L-x-11-W-x-9-H-Shipping-Boxes-32-ECT-Brown-25-Bundle-BS111109/product_2647431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fairlife-high-protein-chocolate-nutrition-shake-11-5-oz-12-box-220-01002/product_24476894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:33:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-22-x-32-canvas-art/product_317383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-flap-stik-v-flap-security-tinted-10-business-envelope-4-1-2-x-9-1-2-white-500-box-90030/product_831281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/falcon-canned-air/product_SS132775923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-11-x-10-shipping-box-200-ect-25-bundle-111110/product_1503807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-air-duster-7-oz-6-pack-dpsm6/product_356652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plum-brandy-1877-30-x-47-canvas-art/product_501754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-11-x-14-heavy-duty-shipping-boxes-brown-25-bundle-141111/product_947192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-3-currency-envelopes-2-1-2-x-4-1-4-brown-500-box-qua50260/product_827906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pneu-hutchinson-11-x-14-wood-frame-art/product_312931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-11-x-5-shipping-boxes-32-ect-brown-25-bundle-11115/product_814138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-6-currency-envelopes-3-3-8-x-6-brown-500-box-qua50662/product_389378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-booklet-envelope-4-3-4-x-6-1-2-white-100-box-36417/product_507771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pneu-hutchinson-16-x-20-wood-frame-art/product_312932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pneu-hutchinson-16-x-24-canvas-art/product_312928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-12-layflat-poly-bags-6-mil-clear-1000-carton-pb4218/product_24328964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/falcon-safety-hyper-cln-screen-cloth-3-pack-hcncl/product_24411736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-10-x-15-light-kraft-100-box-54301/product_2622381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-16-x-16-white-matted-black-frame-ali1114-b1616mf/product_2084425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-9-1-2-x-12-1-2-kraft-250-box-41565/product_377336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-6-1-2-x-9-1-2-kraft-500-box-qua40865/product_377522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-35-x-35-canvas-art-ali1114-c3535gg/product_2078904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/famous-footwear-gift-card/product_SS198201040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-currency-envelopes-2-25-x-3-5-brown-500-box-qua50162/product_638571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-13-expansion-self-sealing-poly-mailer-200-carton-5214/product_24449487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fantastik-all-purpose-cleaner-with-bleach-fresh-32-oz-696716/product_132757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-polar-bear-red-by-nicole-dietz-11-x-14-black-matted-black-frame-nd098-b1114bmf/product_2079535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fantastik-multi-surface-disinfectant-degreaser-32-oz-311836/product_24444925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-16-layflat-poly-bags-2-mil-clear-1000-carton-528/product_939141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-polar-bear-red-by-nicole-dietz-16-x-20-black-matted-black-frame-nd098-b1620bmf/product_2085709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-security-tinted-10-double-window-envelopes-4-1-8-x-9-1-2-white-500-box-24550/product_2495723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-18-layflat-poly-bags-2-mil-clear-1000-carton-529/product_692710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-security-tinted-business-envelopes-4-1-2-x-9-1-2-white-wove-500-box-qua21432/product_668699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-night-redi-strip-deposit-bags-opaque-100-box-45228/product_902799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-open-end-catalog-envelopes-15-x-20-brown-kraft-25-box-qua42355/product_507902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-8-5-self-sealing-poly-mailer-white-st56534-56534/product_657393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-8-x-14-shipping-boxes-brown-25-bundle-14118/product_948977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-9-x-6-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-1196/product_947186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x11-x2-Partners-Brand-Literature-Mailers-50-Bundle-ML11112/product_1578420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-air-freshener-aerosol-refresh-energize-scent-8-8-fl-oz-2-pack-10192/product_24605965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-art-collage-by-mark-ashkenazi-14-x-14-canvas-art-ali1015-c1414gg/product_2077751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-1-2-x-19-6-nylon-reinforced-mailer-250-case/product_949118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-9-1-2-x-12-1-2-kraft-100-box-43667/product_813431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-1-2-x-9-1-2-x-1-gusseted-stayflats-mailers-white-100-ct-rm2g/product_473223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-1-4-x-9-3-4-white-utility-flat-mailer-200-case-envrm5slwss/product_947732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-2-deluxe-literature-mailers-50-bundle-mfl1292k/product_1004917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pont-neuf-paris-1872-24-x-32-canvas-art/product_491864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-downy-april-fresh-scent-0-87-fl-oz-3-pack-52369/product_24561380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-6-5-x-9-5-white-wove-100-box-qua43317/product_508886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-gain-original-scent-0-87-fl-oz-3-pack-54341/product_24561374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-madonna-meatpacking-22-x-32-canvas-art/product_815039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-4-deluxe-literature-mailers-50-bundle-mfl1294/product_833122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-linen-sky-scent-0-87-fl-oz-3-pack-54344/product_24561376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-9-5-x-12-5-white-wove-100-box-qua43617/product_508888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-by-rio-16-x-20-white-matted-silver-frame-ma077-s1620mf/product_2084981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-10-double-window-envelopes-4-1-8-x-9-1-2-white-500-box-qua24559/product_886849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-matted-art-black-frame-11x14-inches/product_250735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-light-air-handheld-aerosol-lavender-8-8-oz-62970/product_24441683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-on-niagara-22-x-32-canvas-art/product_314169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-light-air-handheld-aerosol-sea-spray-8-8-oz-62983/product_24441681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-25-x-9-25-x-12-shipping-boxes-32-ect-brown-25-bundle-12912r/product_405819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-9-double-window-envelopes-3-7-8-x-8-7-8-white-wove-500-box-qua24529/product_565339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-31-x-12-31-x-40-outer-lamp-shipping-boxes-32-ect-brown-15-bundle-box-2-of-2-outerlamp/product_593523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-10-double-window-envelope-4-1-2-x-9-1-2-white-wove-250-pack-24559-qp-250/product_23995341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spray-hawaiian-aloha-scent-8-8-oz-96260/product_2519628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-22-x-32-canvas-art/product_317383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-flap-stik-v-flap-security-tinted-10-business-envelope-4-1-2-x-9-1-2-white-500-box-90030/product_831281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/falcon-canned-air/product_SS132775923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-11-x-10-shipping-box-200-ect-25-bundle-111110/product_1503807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-air-duster-7-oz-6-pack-dpsm6/product_356652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plum-brandy-1877-30-x-47-canvas-art/product_501754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-11-x-14-heavy-duty-shipping-boxes-brown-25-bundle-141111/product_947192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-3-currency-envelopes-2-1-2-x-4-1-4-brown-500-box-qua50260/product_827906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-11-x-5-shipping-boxes-32-ect-brown-25-bundle-11115/product_814138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pneu-hutchinson-11-x-14-wood-frame-art/product_312931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-6-currency-envelopes-3-3-8-x-6-brown-500-box-qua50662/product_389378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-booklet-envelope-4-3-4-x-6-1-2-white-100-box-36417/product_507771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pneu-hutchinson-16-x-20-wood-frame-art/product_312932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pneu-hutchinson-16-x-24-canvas-art/product_312928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-12-layflat-poly-bags-6-mil-clear-1000-carton-pb4218/product_24328964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/falcon-safety-hyper-cln-screen-cloth-3-pack-hcncl/product_24411736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-10-x-15-light-kraft-100-box-54301/product_2622381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-16-x-16-white-matted-black-frame-ali1114-b1616mf/product_2084425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-9-1-2-x-12-1-2-kraft-250-box-41565/product_377336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-6-1-2-x-9-1-2-kraft-500-box-qua40865/product_377522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/famous-footwear-gift-card/product_SS198201040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-35-x-35-canvas-art-ali1114-c3535gg/product_2078904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-currency-envelopes-2-25-x-3-5-brown-500-box-qua50162/product_638571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-13-expansion-self-sealing-poly-mailer-200-carton-5214/product_24449487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-polar-bear-red-by-nicole-dietz-11-x-14-black-matted-black-frame-nd098-b1114bmf/product_2079535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fantastik-all-purpose-cleaner-with-bleach-fresh-32-oz-696716/product_132757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fantastik-multi-surface-disinfectant-degreaser-32-oz-311836/product_24444925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-16-layflat-poly-bags-2-mil-clear-1000-carton-528/product_939141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-polar-bear-red-by-nicole-dietz-16-x-20-black-matted-black-frame-nd098-b1620bmf/product_2085709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-security-tinted-10-double-window-envelopes-4-1-8-x-9-1-2-white-500-box-24550/product_2495723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-18-layflat-poly-bags-2-mil-clear-1000-carton-529/product_692710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-night-redi-strip-deposit-bags-opaque-100-box-45228/product_902799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-security-tinted-business-envelopes-4-1-2-x-9-1-2-white-wove-500-box-qua21432/product_668699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-open-end-catalog-envelopes-15-x-20-brown-kraft-25-box-qua42355/product_507902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-8-5-self-sealing-poly-mailer-white-st56534-56534/product_657393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-8-x-14-shipping-boxes-brown-25-bundle-14118/product_948977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x-9-x-6-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-1196/product_947186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/11-x11-x2-Partners-Brand-Literature-Mailers-50-Bundle-ML11112/product_1578420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-air-freshener-aerosol-refresh-energize-scent-8-8-fl-oz-2-pack-10192/product_24605965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-1-2-x-19-6-nylon-reinforced-mailer-250-case/product_949118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-art-collage-by-mark-ashkenazi-14-x-14-canvas-art-ali1015-c1414gg/product_2077751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-9-1-2-x-12-1-2-kraft-100-box-43667/product_813431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-1-2-x-9-1-2-x-1-gusseted-stayflats-mailers-white-100-ct-rm2g/product_473223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-1-4-x-9-3-4-white-utility-flat-mailer-200-case-envrm5slwss/product_947732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-2-deluxe-literature-mailers-50-bundle-mfl1292k/product_1004917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pont-neuf-paris-1872-24-x-32-canvas-art/product_491864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-6-5-x-9-5-white-wove-100-box-qua43317/product_508886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-gain-original-scent-0-87-fl-oz-3-pack-54341/product_24561374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-madonna-meatpacking-22-x-32-canvas-art/product_815039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-downy-april-fresh-scent-0-87-fl-oz-3-pack-52369/product_24561380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-4-deluxe-literature-mailers-50-bundle-mfl1294/product_833122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-linen-sky-scent-0-87-fl-oz-3-pack-54344/product_24561376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-9-5-x-12-5-white-wove-100-box-qua43617/product_508888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-by-rio-16-x-20-white-matted-silver-frame-ma077-s1620mf/product_2084981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-10-double-window-envelopes-4-1-8-x-9-1-2-white-500-box-qua24559/product_886849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-matted-art-black-frame-11x14-inches/product_250735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-light-air-handheld-aerosol-lavender-8-8-oz-62970/product_24441683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-on-niagara-22-x-32-canvas-art/product_314169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-light-air-handheld-aerosol-sea-spray-8-8-oz-62983/product_24441681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-25-x-9-25-x-12-shipping-boxes-32-ect-brown-25-bundle-12912r/product_405819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-9-double-window-envelopes-3-7-8-x-8-7-8-white-wove-500-box-qua24529/product_565339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-31-x-12-31-x-40-outer-lamp-shipping-boxes-32-ect-brown-15-bundle-box-2-of-2-outerlamp/product_593523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-10-double-window-envelope-4-1-2-x-9-1-2-white-wove-250-pack-24559-qp-250/product_23995341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spray-hawaiian-aloha-scent-8-8-oz-96260/product_2519628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spray-linen-sky-scent-8-8-oz-2-pack-97799/product_2519636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-75-x-11-5-layflat-poly-bag-clear-2-pack-ba935b-2asrt/product_24531850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-security-tinted-8-double-window-envelope-3-5-8-x-8-5-8-white-wove-1000-pack-24539-1000/product_23996467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-L-x-10-W-x-5-H-Korrvu-Retention-Packaging-1-Bundle/product_946268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-security-tinted-9-double-window-envelope-3-7-8-x-8-7-8-white-wove-50-pack-24529-50/product_23996120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-fields-of-france-18-x-24-canvas-art/product_314225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-fields-of-france-24-x-32-canvas-art/product_314226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-plug-air-freshener-scented-oil-refill-hawaiian-aloha-scent-0-87-oz-74918/product_24323922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-bowl-display-with-extension-arm-for-sky-tower-unit/product_2230227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-plug-air-freshener-scented-oil-refill-linen-and-sky-scent-0-87-oz-74901/product_24323921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-black-2000-carton-plt12k/product_948736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-green-2000-carton-plt12g/product_948735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-9-x-12-brown-kraft-100-box-qua44562/product_813437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-red-2000-carton-plt12r/product_948737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-small-spaces-air-freshener-gain-scent-0-25-oz-2-pack-93330ea/product_24430307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-popularity-everyone-is-doing-it-by-dan-monteavaro-24-x-32-canvas-art-ali0970-c2432gg/product_2078331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-redi-seal-catalog-envelope-9-x-12-woven-white-100-box-qua44580/product_2622317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-small-spaces-air-freshener-linen-sky-scent-0-25-fl-oz-4-pack-2572/product_24602155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0570-b1114mf/product_2082640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-small-spaces-passive-air-fresheners-linen-sky-0-25-fl-oz-2-pack-93326/product_24405390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-rctngl-adv-lbl-mt-2x4-pol/product_24514702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-self-seal-10-window-envelope-4-1-8-x-9-1-2-white-500-box-qua69222/product_2623443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-self-seal-catalog-envelope-9-x-12-white-100-box-qua44926/product_24452932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-1-1-4-plastic-binding-spine-comb-200-sheet-capacity-black-50-pack-52395/product_804713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-tabletop-impulse-sealer-spbw12/product_946496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-reveal-n-seal-security-tinted-10-window-envelope-4-1-8-x-9-1-2-white-wove-500-box-67418/product_717362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-reveal-n-seal-security-tinted-10-business-envelopes-4-1-8-x-9-1-2-white-wove-500-box-qua67218/product_717361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-reveal-n-seal-security-tinted-8-business-envelopes-3-5-8-x-8-5-8-white-wove-500-box-67539/product_717360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-plastic-binding-spine-comb-340-sheet-capacity-black-fel52066/product_2614301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-reveal-n-seal-security-tinted-9-double-window-envelopes-3-7-8-x-8-7-8-white-wove-500-box-qua67529/product_717358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-plastic-binding-spine-comb-90-sheet-capacity-black-100-pack-52326/product_573267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-plastic-binding-spine-comb-90-sheet-capacity-navy-100-pack-52501/product_683625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-security-tinted-10-window-envelope-4-1-8-x-9-1-2-white-500-box-21412/product_377516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-skyline-license-plate-by-design-turnpike-16-x-32-canvas-art-ali1282-c1632gg/product_2083897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-w-x-30-l-x-8-d-gusseted-polyethylene-poly-bag-4-0-mil-250-carton-29944-cc/product_685756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-1-4-plastic-binding-spine-comb-20-sheet-capacity-white-100-pack-52370/product_813118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-9-l-x-12-h-kraft-25-box-qua93334/product_445595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-04-corrugated-kraft-boxes-25-bundle-bs121004x/product_24406512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-12-compartment-literature-organizers-29-x-12-94-dove-gray-25004/product_489827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-18-x-24-canvas-art/product_312013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-11-x-14-wood-frame-art/product_821534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-3-shipping-boxes-32-ect-brown-25-bundle-12103/product_426216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-16-x-20-black-frame-art/product_821536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-16-x-20-wood-frame-art/product_821533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-3-4-plastic-binding-spine-comb-150-sheet-capacity-navy-100-pack-52392/product_813123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-24-x-32-canvas-art/product_821717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-35-x-47-canvas-art/product_821716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-plastic-binding-spine-comb-55-sheet-capacity-black-100-pack-52325/product_573266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portofino-by-hava-10-x-19-canvas-art-coa-10-x-19-inches/product_248345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-10-x-13-white-100-carton-quar4610/product_427808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-plastic-binding-spine-comb-55-sheet-capacity-white-100-pack-52371/product_683622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portrait-of-adele-bloch-bauer-i-35-x-35-canvas-art/product_496274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-12-x-16-white-100-carton-quar4520/product_892994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-8-multi-depth-shipping-boxes-brown-25-bundle-md12108/product_481752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-5-16-metal-wire-binding-spine-50-sheet-capacity-black-25-pack-5255201/product_804706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-9-x-12-white-100-box-quar1470/product_827878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-tech-no-tear-redi-strip-catalog-envelopes-10-x-13-white-100-box-qua77397/product_639695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-tech-no-tear-redi-strip-catalog-envelopes-9-x-12-white-100-box-qua77390/product_639696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-tech-no-tear-sleeves-for-cd-dvd-white-paper-100-box-qua77203/product_706255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-9-16-metal-wire-binding-spine-130-sheet-capacity-black-fel5255601/product_2614486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-positively-primitive-22-x-32-canvas-art/product_317392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-90-100-dx5-activated-carbon-air-purifier-filter-9324001/product_241454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spray-linen-sky-scent-8-8-oz-2-pack-97799/product_2519636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-ungummed-booklet-envelope-9-1-2-x-11-7-8-beige-100-box-89604/product_508477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-positively-primitive-16-x-20-black-frame-art/product_317389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-75-x-11-5-layflat-poly-bag-clear-2-pack-ba935b-2asrt/product_24531850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-security-tinted-8-double-window-envelope-3-5-8-x-8-5-8-white-wove-1000-pack-24539-1000/product_23996467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-security-tinted-9-double-window-envelope-3-7-8-x-8-7-8-white-wove-50-pack-24529-50/product_23996120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-L-x-10-W-x-5-H-Korrvu-Retention-Packaging-1-Bundle/product_946268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-fields-of-france-18-x-24-canvas-art/product_314225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-fields-of-france-24-x-32-canvas-art/product_314226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-plug-air-freshener-scented-oil-refill-hawaiian-aloha-scent-0-87-oz-74918/product_24323922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-bowl-display-with-extension-arm-for-sky-tower-unit/product_2230227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-plug-air-freshener-scented-oil-refill-linen-and-sky-scent-0-87-oz-74901/product_24323921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-black-2000-carton-plt12k/product_948736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-green-2000-carton-plt12g/product_948735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-red-2000-carton-plt12r/product_948737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-9-x-12-brown-kraft-100-box-qua44562/product_813437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-small-spaces-air-freshener-gain-scent-0-25-oz-2-pack-93330ea/product_24430307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-popularity-everyone-is-doing-it-by-dan-monteavaro-24-x-32-canvas-art-ali0970-c2432gg/product_2078331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-redi-seal-catalog-envelope-9-x-12-woven-white-100-box-qua44580/product_2622317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-small-spaces-air-freshener-linen-sky-scent-0-25-fl-oz-4-pack-2572/product_24602155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0570-b1114mf/product_2082640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/febreze-small-spaces-passive-air-fresheners-linen-sky-0-25-fl-oz-2-pack-93326/product_24405390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-self-seal-10-window-envelope-4-1-8-x-9-1-2-white-500-box-qua69222/product_2623443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-rctngl-adv-lbl-mt-2x4-pol/product_24514702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-self-seal-catalog-envelope-9-x-12-white-100-box-qua44926/product_24452932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-tabletop-impulse-sealer-spbw12/product_946496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-1-1-4-plastic-binding-spine-comb-200-sheet-capacity-black-50-pack-52395/product_804713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-reveal-n-seal-security-tinted-10-window-envelope-4-1-8-x-9-1-2-white-wove-500-box-67418/product_717362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-reveal-n-seal-security-tinted-10-business-envelopes-4-1-8-x-9-1-2-white-wove-500-box-qua67218/product_717361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-reveal-n-seal-security-tinted-8-business-envelopes-3-5-8-x-8-5-8-white-wove-500-box-67539/product_717360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-plastic-binding-spine-comb-340-sheet-capacity-black-fel52066/product_2614301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-reveal-n-seal-security-tinted-9-double-window-envelopes-3-7-8-x-8-7-8-white-wove-500-box-qua67529/product_717358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-plastic-binding-spine-comb-90-sheet-capacity-black-100-pack-52326/product_573267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-plastic-binding-spine-comb-90-sheet-capacity-navy-100-pack-52501/product_683625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-security-tinted-10-window-envelope-4-1-8-x-9-1-2-white-500-box-21412/product_377516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-skyline-license-plate-by-design-turnpike-16-x-32-canvas-art-ali1282-c1632gg/product_2083897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-w-x-30-l-x-8-d-gusseted-polyethylene-poly-bag-4-0-mil-250-carton-29944-cc/product_685756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-1-4-plastic-binding-spine-comb-20-sheet-capacity-white-100-pack-52370/product_813118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-9-l-x-12-h-kraft-25-box-qua93334/product_445595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-04-corrugated-kraft-boxes-25-bundle-bs121004x/product_24406512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-12-compartment-literature-organizers-29-x-12-94-dove-gray-25004/product_489827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-18-x-24-canvas-art/product_312013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-11-x-14-wood-frame-art/product_821534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-3-shipping-boxes-32-ect-brown-25-bundle-12103/product_426216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-16-x-20-black-frame-art/product_821536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-16-x-20-wood-frame-art/product_821533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-3-4-plastic-binding-spine-comb-150-sheet-capacity-navy-100-pack-52392/product_813123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-24-x-32-canvas-art/product_821717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-35-x-47-canvas-art/product_821716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-plastic-binding-spine-comb-55-sheet-capacity-black-100-pack-52325/product_573266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portofino-by-hava-10-x-19-canvas-art-coa-10-x-19-inches/product_248345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-10-x-13-white-100-carton-quar4610/product_427808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-plastic-binding-spine-comb-55-sheet-capacity-white-100-pack-52371/product_683622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portrait-of-adele-bloch-bauer-i-35-x-35-canvas-art/product_496274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-12-x-16-white-100-carton-quar4520/product_892994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-8-multi-depth-shipping-boxes-brown-25-bundle-md12108/product_481752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-5-16-metal-wire-binding-spine-50-sheet-capacity-black-25-pack-5255201/product_804706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-9-x-12-white-100-box-quar1470/product_827878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-tech-no-tear-redi-strip-catalog-envelopes-9-x-12-white-100-box-qua77390/product_639696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-tech-no-tear-sleeves-for-cd-dvd-white-paper-100-box-qua77203/product_706255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-9-16-metal-wire-binding-spine-130-sheet-capacity-black-fel5255601/product_2614486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-positively-primitive-22-x-32-canvas-art/product_317392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-90-100-dx5-activated-carbon-air-purifier-filter-9324001/product_241454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-ungummed-booklet-envelope-9-1-2-x-11-7-8-beige-100-box-89604/product_508477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quality-park-tech-no-tear-redi-strip-catalog-envelopes-10-x-13-white-100-box-qua77397/product_639695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-positively-primitive-16-x-20-black-frame-art/product_317389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-14-x-19-canvas-art-ali1123-c1419gg/product_2080004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-energy-star-true-hepa-console-air-purifier-black-9286101-aeramax/product_392183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-35-x-47-canvas-art-ali1123-c3547gg/product_2080765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prada-construction-24-x-32-canvas-art/product_818172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-pro-am3-energy-star-true-hepa-wall-mounted-air-purifier-silver-9416201/product_1714137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-pro-am4-flex-true-hepa-tower-air-purifier-5-speed-silver-white-am4-flex/product_24542913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-11-x-14-black-frame-art/product_493089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-32-ect-multi-depth-shipping-boxes/product_24406373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-pro-true-hepa-console-air-purifier-stainless-9573301/product_24443472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-11-x-14-wood-frame-art/product_495602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-14-x-19-canvas-art/product_492626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-16-x-20-black-frame-art/product_492375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-pureview-am3-pc-energy-star-true-hepa-wall-mounted-air-purifier-stainless-9573001/product_24306988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-insulated-box-liners-25-case-inl1212/product_947232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-shipping-boxes-44-ect-25-pack-bs121212hdx/product_24406925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-se-true-hepa-tower-air-purifier-3-speed-white-9794601/product_24551130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-sv-hepa-carbon-air-purifier-filter-with-prefilter-23-x-12-x-2-2-sets-pack-9787902/product_24551131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-22-x-32-canvas-art/product_503059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-landscape-14-x-19-canvas-art/product_494172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-ap-300-ph-true-hepa-air-purifier-filter-9370101/product_424843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-2-deluxe-literature-mailers-50-bundle-mfl12122k/product_1499849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preludio-14-x-14-canvas-art/product_33880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-array-ac2-true-hepa-ceiling-mounted-air-purifier-5-speed-white-5889201/product_24563203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-array-aeramax-pro-2-carbon-filter-w-pre-filter-2-pack-9436802/product_1713710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-3-literature-mailers-50-bundle-ml12123/product_1499819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-3-literature-mailers-50-bundle-ml12123k/product_1578492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-cork-enclosed-board-aluminum-frame-3-h-x-4-w-2364/product_852338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-presence-of-a-rival-by-cateyes-canvas-ready-to-hang-22x32-inches/product_253353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-array-aw1-true-hepa-wall-mounted-air-purifier-5-speed-white-5884801/product_24563202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-black-white-palms-canvas-art-8x24-inches/product_247859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-4-deluxe-literature-mailers-50-bundle-mfl12124k/product_1499848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-array-recess-ar1-ulpa-air-purifier-prefilter-17-x-9-x-1-2-carton-100016530/product_24576988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-brooklyn-bridge-canvas-art-10x32-inches/product_247660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-48-corrugated-kraft-box-15-bundle-bs121248/product_24407848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-literature-mailers-50-bundle-ml12126/product_1578491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-cayman-beach-house-canvas-art-12x32-inches/product_247903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-200c-200-sheet-cross-cut-commercial-shredder-4653501/product_1058319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-multi-depth-shipping-boxes-brown-25-bundle-md12126/product_481753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-cayman-palms-canvas-art-16x47-inches/product_247908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-shipping-box-ect-32-white-25-bundle-22615/product_630318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-dry-erase-markers-white-neon-pink-neon-green-neon-blue-neon-yellow-6-pack-79559q/product_24466059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-shipping-boxes-44-ect-brown-25-bundle-hd12126/product_576063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-550-sheet-cross-cut-commercial-shredder-4963001/product_2751492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-back-angel-back-support-black-8026401/product_24462760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-cleveland-canvas-art-10x32-inches/product_247613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-evening-reflections-canvas-art-16x47-inches/product_247918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-7-shipping-boxes-32-ect-brown-25-bundle-12127/product_557489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-back-support-black-9190701/product_343045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-floral-escape-canvas-art-14-x-47-inches/product_247779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-futura-flip-chart-easel-67-black-metal-qt351900/product_414705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-bags-38-gal-50-box-3605801/product_703101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-bags-50-gal-50-carton-3604101/product_898211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-1-mil-clear-1000-carton-2355/product_361020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-booklift-plastic-document-stand-with-lip-platinum-21100/product_411327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-3-mil-clear-1000-carton-6190/product_24449509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-9-25-x-10-55-laptop-stands-black-100098500/product_24602325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-iceland-canvas-art-8x24-inches/product_247800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-irish-afternoon-canvas-art-16x24-inches/product_247934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-glass-dry-erase-whiteboard-8-x-4-g9648f/product_229989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-14-x-19-canvas-art-ali1123-c1419gg/product_2080004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-3-16-flush-cut-bubble-pouches/product_24408698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-calendar-dry-erase-whiteboard-3-x-2-gc3624f/product_229983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-business-card-self-sealing-laminating-pouches-business-card-5-mil-5-pack-5220101/product_572893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-5-lay-flat-self-sealing-poly-mailer-200-carton-5110/product_24449628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-cambio-40-adjustable-table-base-9682001/product_24401398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-energy-star-true-hepa-console-air-purifier-black-9286101-aeramax/product_392183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-35-x-47-canvas-art-ali1123-c3547gg/product_2080765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prada-construction-24-x-32-canvas-art/product_818172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-pro-am3-energy-star-true-hepa-wall-mounted-air-purifier-silver-9416201/product_1714137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-pro-am4-flex-true-hepa-tower-air-purifier-5-speed-silver-white-am4-flex/product_24542913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-11-x-14-black-frame-art/product_493089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-32-ect-multi-depth-shipping-boxes/product_24406373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-pro-true-hepa-console-air-purifier-stainless-9573301/product_24443472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-11-x-14-wood-frame-art/product_495602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-14-x-19-canvas-art/product_492626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-16-x-20-black-frame-art/product_492375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-pureview-am3-pc-energy-star-true-hepa-wall-mounted-air-purifier-stainless-9573001/product_24306988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-insulated-box-liners-25-case-inl1212/product_947232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-shipping-boxes-44-ect-25-pack-bs121212hdx/product_24406925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-se-true-hepa-tower-air-purifier-3-speed-white-9794601/product_24551130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-sv-hepa-carbon-air-purifier-filter-with-prefilter-23-x-12-x-2-2-sets-pack-9787902/product_24551131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-22-x-32-canvas-art/product_503059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-landscape-14-x-19-canvas-art/product_494172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-ap-300-ph-true-hepa-air-purifier-filter-9370101/product_424843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-2-deluxe-literature-mailers-50-bundle-mfl12122k/product_1499849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preludio-14-x-14-canvas-art/product_33880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-array-ac2-true-hepa-ceiling-mounted-air-purifier-5-speed-white-5889201/product_24563203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-array-aeramax-pro-2-carbon-filter-w-pre-filter-2-pack-9436802/product_1713710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-3-literature-mailers-50-bundle-ml12123/product_1499819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-3-literature-mailers-50-bundle-ml12123k/product_1578492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-cork-enclosed-board-aluminum-frame-3-h-x-4-w-2364/product_852338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-presence-of-a-rival-by-cateyes-canvas-ready-to-hang-22x32-inches/product_253353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-array-aw1-true-hepa-wall-mounted-air-purifier-5-speed-white-5884801/product_24563202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-black-white-palms-canvas-art-8x24-inches/product_247859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-4-deluxe-literature-mailers-50-bundle-mfl12124k/product_1499848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-array-recess-ar1-ulpa-air-purifier-prefilter-17-x-9-x-1-2-carton-100016530/product_24576988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-brooklyn-bridge-canvas-art-10x32-inches/product_247660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-48-corrugated-kraft-box-15-bundle-bs121248/product_24407848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-literature-mailers-50-bundle-ml12126/product_1578491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-cayman-beach-house-canvas-art-12x32-inches/product_247903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-200c-200-sheet-cross-cut-commercial-shredder-4653501/product_1058319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-multi-depth-shipping-boxes-brown-25-bundle-md12126/product_481753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-cayman-palms-canvas-art-16x47-inches/product_247908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-shipping-box-ect-32-white-25-bundle-22615/product_630318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-dry-erase-markers-white-neon-pink-neon-green-neon-blue-neon-yellow-6-pack-79559q/product_24466059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-shipping-boxes-44-ect-brown-25-bundle-hd12126/product_576063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-550-sheet-cross-cut-commercial-shredder-4963001/product_2751492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-back-angel-back-support-black-8026401/product_24462760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-cleveland-canvas-art-10x32-inches/product_247613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-evening-reflections-canvas-art-16x47-inches/product_247918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-7-shipping-boxes-32-ect-brown-25-bundle-12127/product_557489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-back-support-black-9190701/product_343045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-floral-escape-canvas-art-14-x-47-inches/product_247779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-futura-flip-chart-easel-67-black-metal-qt351900/product_414705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-bags-38-gal-50-box-3605801/product_703101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-bags-50-gal-50-carton-3604101/product_898211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-1-mil-clear-1000-carton-2355/product_361020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-booklift-plastic-document-stand-with-lip-platinum-21100/product_411327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-3-mil-clear-1000-carton-6190/product_24449509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-9-25-x-10-55-laptop-stands-black-100098500/product_24602325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-iceland-canvas-art-8x24-inches/product_247800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-irish-afternoon-canvas-art-16x24-inches/product_247934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-glass-dry-erase-whiteboard-8-x-4-g9648f/product_229989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-calendar-dry-erase-whiteboard-3-x-2-gc3624f/product_229983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-3-16-flush-cut-bubble-pouches/product_24408698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-business-card-self-sealing-laminating-pouches-business-card-5-mil-5-pack-5220101/product_572893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-5-lay-flat-self-sealing-poly-mailer-200-carton-5110/product_24449628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-cambio-40-adjustable-table-base-9682001/product_24401398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:34:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:34:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:34:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-maho-beach-canvas-art-35x47-inches/product_247946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-maine-bouy-canvas-art-12x32-inches/product_247947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-5-self-sealing-poly-mailer-white-100-pack-cw56606/product_691432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-cleaning-kit-clean-99703/product_806295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-dry-erase-whiteboard-black-8-x-4-g9648b/product_229995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-corsivo-5-16-standing-desk-converter-black-8091001/product_24448645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-flush-cut-bubble-pouch-200-case-bob1215f/product_947717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-new-york-bench-canvas-art-ready-to-hang-10x32-inches/product_247681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-inview-total-erase-dry-erase-whiteboard-steel-frame-3-x-2-72982/product_805647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-crystal-gel-mouse-pad-wrist-rest-combo-non-skid-base-black-9112101/product_24425102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-parisian-intersection-canvas-art-6x19-inches/product_247753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-1-5-mil-clear-1000-carton-199/product_939503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-parisian-rush-hour-canvas-art-10x32-inches/product_247825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-little-giant-felt-chalkboard-eraser-1-h-x-2-w-x-5-d-black-804526/product_500645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-st-bart-fence-canvas-art-35x47-inches/product_247959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-cork-dry-erase-calendar-whiteboard-espresso-frame-2-x-1-5-79275/product_814928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-8-3-4-x-11-1-4-clear-25-pack-52309/product_572704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-st-bart-s-afternoon-canvas-art-16x47-inches/product_247961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-2-mil-green-1000-carton-pb534g/product_23978017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-letter-size-clear-100-pack-52089/product_789344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-hook-black-steel-2015m/product_496370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-2-mil-clear-1000-carton-6687/product_939254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-letter-size-clear-100-pack-5293701/product_806028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-letter-size-clear-200-pack-5204303/product_1747178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-times-square-canvas-art-12x32-inches/product_247689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-turks-beach-canvas-art-16x47-inches/product_247975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-turks-pier-canvas-art-16x47-inches/product_247976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-clear-1000-carton-3980a/product_939367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-push-pins-assorted-colors-20-pack-mppc/product_567996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-designer-suites-adjustable-monitor-riser-up-to-32-black-8038101/product_735534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-red-1000-carton-pb3670r/product_256295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-yellow-1000-carton-pb3670y/product_256298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-3-mil-brown-1000-carton-pb12107/product_23978308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-melamine-dry-erase-whiteboard-9-x-12-b12-900962a/product_24462922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-easy-glide-gel-mouse-pad-wrist-rest-combo-non-skid-base-black-93730/product_393808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-3-mil-clear-1000-carton-4345a/product_24449676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-non-tackable-workstation-privacy-screen-48-h-x-36-w-translucent-polycarbonate-wps1000/product_702327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-3-mil-clear-250-carton-4085/product_848545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-oval-office-fabric-bulletin-board-frameless-3-x-2-7683g/product_518753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-4-mil-clear-500-carton-4025a/product_940325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-4-mil-clear-500-carton-4058/product_940077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-8-3-4-x-11-1-4-navy-200-pack-52113/product_804614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-premium-dry-erase-markers-bullet-tip-assorted-color-inks-6-pack-79556/product_24440667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-11-x-14-wood-frame-art/product_317403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-4-mil-clear-500-carton-4240a/product_939391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-16-x-20-wood-frame-art/product_317405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-self-sealing-padded-evertec-mailer-5-25-carton-4088332/product_24533470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-self-sealing-padded-evertec-mailer-5-kraft-100-carton-5tmeco/product_24468679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-connects-dry-erase-eraser-black-qtprestera/product_230022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-flex-arm-weighted-base-plastic-document-stand-with-lip-guide-bar-platinum-gray-21128/product_445849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-1500-120-gauge-cast-stretch-wrap-clear-4-carton-sf121cast/product_459015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-1500-70-gauge-cast-stretch-wrap-clear-4-carton-sf127cast/product_449791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-foam-wrist-rest-black-9178201/product_659107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-1500-90-gauge-blown-stretch-film-4-carton-sf129/product_449815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-total-erase-dry-erase-whiteboard-aluminum-frame-8-x-4-te548ap2/product_219858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-total-erase-dry-erase-whiteboard-graphite-frame-8-x-4-3413820063/product_170218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-1500-90-gauge-cast-stretch-wrap-clear-4-carton-sf129cast/product_481764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-total-erase-dry-erase-whiteboard-aluminum-frame-8-x-4-tem548a/product_170210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-fortishred-2250m-10-sheet-micro-cut-commercial-shredder-4616601/product_279686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-maho-beach-canvas-art-35x47-inches/product_247946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-cork-bulletin-board-graphite-frame-2-h-x-3-w-qtb243g/product_462287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-16-conductive-layflat-poly-bags-4-mil-black-100-carton-6550/product_361411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-cork-bulletin-board-graphite-frame-4-h-x-6-w-b247g/product_462289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-maine-bouy-canvas-art-12x32-inches/product_247947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-30-x-47-canvas-art/product_314995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-cover-8-5-x-11-lined-25-pack-5224401/product_719631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-cleaning-kit-clean-99703/product_806295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-dry-erase-whiteboard-black-8-x-4-g9648b/product_229995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-corsivo-5-16-standing-desk-converter-black-8091001/product_24448645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-5-self-sealing-poly-mailer-white-100-pack-cw56606/product_691432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-flush-cut-bubble-pouch-200-case-bob1215f/product_947717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-new-york-bench-canvas-art-ready-to-hang-10x32-inches/product_247681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-inview-total-erase-dry-erase-whiteboard-steel-frame-3-x-2-72982/product_805647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-parisian-intersection-canvas-art-6x19-inches/product_247753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-crystal-gel-mouse-pad-wrist-rest-combo-non-skid-base-black-9112101/product_24425102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-1-5-mil-clear-1000-carton-199/product_939503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-little-giant-felt-chalkboard-eraser-1-h-x-2-w-x-5-d-black-804526/product_500645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-st-bart-fence-canvas-art-35x47-inches/product_247959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-parisian-rush-hour-canvas-art-10x32-inches/product_247825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-cork-dry-erase-calendar-whiteboard-espresso-frame-2-x-1-5-79275/product_814928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-8-3-4-x-11-1-4-clear-25-pack-52309/product_572704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-st-bart-s-afternoon-canvas-art-16x47-inches/product_247961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-2-mil-green-1000-carton-pb534g/product_23978017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-letter-size-clear-100-pack-52089/product_789344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-letter-size-clear-100-pack-5293701/product_806028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-hook-black-steel-2015m/product_496370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-2-mil-clear-1000-carton-6687/product_939254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-letter-size-clear-200-pack-5204303/product_1747178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-times-square-canvas-art-12x32-inches/product_247689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-turks-beach-canvas-art-16x47-inches/product_247975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-clear-1000-carton-3980a/product_939367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-turks-pier-canvas-art-16x47-inches/product_247976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-push-pins-assorted-colors-20-pack-mppc/product_567996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-red-1000-carton-pb3670r/product_256295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-designer-suites-adjustable-monitor-riser-up-to-32-black-8038101/product_735534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-3-mil-brown-1000-carton-pb12107/product_23978308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-easy-glide-gel-mouse-pad-wrist-rest-combo-non-skid-base-black-93730/product_393808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-yellow-1000-carton-pb3670y/product_256298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-melamine-dry-erase-whiteboard-9-x-12-b12-900962a/product_24462922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-non-tackable-workstation-privacy-screen-48-h-x-36-w-translucent-polycarbonate-wps1000/product_702327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-3-mil-clear-1000-carton-4345a/product_24449676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-oval-office-fabric-bulletin-board-frameless-3-x-2-7683g/product_518753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-3-mil-clear-250-carton-4085/product_848545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-4-mil-clear-500-carton-4025a/product_940325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-premium-dry-erase-markers-bullet-tip-assorted-color-inks-6-pack-79556/product_24440667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-4-mil-clear-500-carton-4240a/product_939391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-11-x-14-wood-frame-art/product_317403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-8-3-4-x-11-1-4-navy-200-pack-52113/product_804614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-16-x-20-wood-frame-art/product_317405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-self-sealing-padded-evertec-mailer-5-25-carton-4088332/product_24533470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-4-mil-clear-500-carton-4058/product_940077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-flex-arm-weighted-base-plastic-document-stand-with-lip-guide-bar-platinum-gray-21128/product_445849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-connects-dry-erase-eraser-black-qtprestera/product_230022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-total-erase-dry-erase-whiteboard-aluminum-frame-8-x-4-te548ap2/product_219858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-15-self-sealing-padded-evertec-mailer-5-kraft-100-carton-5tmeco/product_24468679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-1500-120-gauge-cast-stretch-wrap-clear-4-carton-sf121cast/product_459015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-foam-wrist-rest-black-9178201/product_659107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-1500-70-gauge-cast-stretch-wrap-clear-4-carton-sf127cast/product_449791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-1500-90-gauge-blown-stretch-film-4-carton-sf129/product_449815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-total-erase-dry-erase-whiteboard-graphite-frame-8-x-4-3413820063/product_170218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-1500-90-gauge-cast-stretch-wrap-clear-4-carton-sf129cast/product_481764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-16-conductive-layflat-poly-bags-4-mil-black-100-carton-6550/product_361411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-cork-bulletin-board-graphite-frame-2-h-x-3-w-qtb243g/product_462287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-fortishred-2250m-10-sheet-micro-cut-commercial-shredder-4616601/product_279686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-total-erase-dry-erase-whiteboard-aluminum-frame-8-x-4-tem548a/product_170210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-cork-bulletin-board-graphite-frame-4-h-x-6-w-b247g/product_462289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-cover-8-5-x-11-lined-25-pack-5224401/product_719631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-30-x-47-canvas-art/product_314995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-foam-bulletin-board-aluminum-frame-4-h-x-6-w-b347a/product_462284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-square-format-14-x-14-canvas-art/product_314998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-oversize-black-25-pack-5224701/product_719624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-16-medium-extreme-medical-padded-mailer-25-case-kp121625xl/product_24415540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-oversize-presentation-covers-8-75-w-x-11-25-h-navy-25-pack-5224801/product_804704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-16-reclosable-poly-bags-1-5-mil-clear-1000-carton-pbr133/product_23978265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-plus-magnetic-fabric-bulletin-board-aluminum-frame-4-h-x-6-w-mb547a/product_689595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-01-30-x-47-canvas-art/product_817995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-mouse-pad-wrist-rest-combo-non-skid-base-sapphire-black-98741/product_342354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-keyboard-palm-support-with-microban-non-skid-backing-blue-9183101/product_821472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-mouse-pad-wrist-rest-combo-non-skid-base-graphite-platinum-91741/product_818559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-non-skid-series-mouse-pad-wrist-rest-combo/product_SS223469321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-reversible-total-erase-dry-erase-whiteboard-steel-frame-6-x-4-3640te/product_490055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-14-x-19-canvas-art/product_502718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-h13-true-hepa-air-purifier-filter-5890101/product_24563194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-1-mil-clear-1000-carton-2365/product_939930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-steel-dry-erase-whiteboard-2-x-1-5-79283/product_814932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-halo-95-thermal-cold-laminator-9-5-width-white-light-gray-5753001/product_24401300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-tin-dry-erase-board-1-x-1-assorted-colors-tsq1212a/product_228094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-18-lip-tape-reclosable-suffocation-warning-poly-bags-1-5-mil-clear-1000-carton-16230/product_24442803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quercetti-daisy-maxi-educational-game-qrc4160/product_24518647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-privat-livemont-absinteh-robette-canvas-art-ready-to-hang-24-x-32-inches/product_255387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-progressive-field-by-preston-ready-to-hang-art/product_247719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-promise-of-spring-18-x-24-canvas-art/product_314029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-2-x-5-gusseted-poly-bags-2-mil-clear-1000-carton-1540/product_358856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quercetti-kaleido-gears-qrc2341/product_24493382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quercetti-farm-smart-puzzle-stem-grade-pk-qrc0230/product_24493483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-monitor-lift-riser-up-to-21-black-9472301/product_1671140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-promise-of-spring-24-x-32-canvas-art/product_314030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-promise-of-spring-35-x-47-canvas-art/product_314031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prospect-light-panoramica-2-color-by-moises-levy-10-x-32-canvas-art-ali1144-c1032gg/product_2078794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-monitor-stand-up-to-21-white-gray-9311101/product_85702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-plastic-document-stand-with-clip-white-gray-9311501/product_85703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prospect-light-panoramica-2-color-by-moises-levy-6-x-19-canvas-art-ali1144-c619gg/product_2085221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-2-mil-clear-1000-carton-mod1528/product_685726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-thermal-laminating-pouches-letter-size-3-mil-25-pack-5200501/product_719640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-conepro-500-2-nylon-crowd-control-retracting-belt-unit-yellow-black-cp500y-yb100/product_24472666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-jupiter-125-thermal-cold-laminator-12-5-width-white-5746301/product_24501231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-24-layflat-poly-bags-3-mil-clear-500-carton-885/product_939713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-24-layflat-poly-bags-4-mil-clear-500-carton-1220/product_939794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-flexpro-110-13-steel-aluminum-crowd-control-barricade-yellow-black-fpa110-yb/product_24472682 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-24-reclosable-poly-bags-4-mil-pink-250-carton-pbas2185/product_23978318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-laminating-pouches/product_SS209078835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-conepro-600-2-woven-nylon-crowd-control-traffic-cone-belt-barrier-red-white-cp600o-rw300/product_24472605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-16-x-20-wood-frame-mt0588-w1620mf/product_2083291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-laptop-dual-display-arm-accessory-8044101/product_2770370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x-30-white-desk-base-sold-separately-9649201/product_24356975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-48-x-24-gray-desk-base-sold-separately-9649401/product_24356988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps120-c1818gg-early-riser-by-pat-saunders-white-18-x-18-frameless-art/product_1554140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps120-c3535gg-early-riser-by-pat-saunders-white-35-x-35-frameless-art/product_1554138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-36-layflat-poly-bags-1-5-mil-clear-1000-carton-218/product_361223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-36-layflat-poly-bags-1-mil-clear-1000-carton-2373/product_692139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-4-x-3-corrugated-mailers-50-bundle-m1243/product_1578510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps123-c1818gg-high-noon-siesta-by-pat-saunders-white-18-x-18-frameless-art/product_1554136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps123-c3535gg-high-noon-siesta-by-pat-saunders-white-35-x-35-frameless-art/product_1554134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-black-maroon-qm550b-mn110/product_24485273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-foam-bulletin-board-aluminum-frame-4-h-x-6-w-b347a/product_462284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x30-mahogany-desk-base-sold-separately-9650501/product_24356981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x30-maple-desk-base-sold-separately-9649801/product_24356982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-black-white-qm550b-sd130/product_24485268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-500-75-gauge-pvc-shrink-film-clear-shpvc1275r/product_667635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-33-standing-desk-converter-black-0007901/product_2344509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-square-format-14-x-14-canvas-art/product_314998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-blue-qm550ps-bl110/product_24485257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-oversize-black-25-pack-5224701/product_719624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-2-corrugated-mailers-50-bundle-m1262/product_1578509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-16-medium-extreme-medical-padded-mailer-25-case-kp121625xl/product_24415540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-oversize-presentation-covers-8-75-w-x-11-25-h-navy-25-pack-5224801/product_804704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-16-reclosable-poly-bags-1-5-mil-clear-1000-carton-pbr133/product_23978265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-plus-magnetic-fabric-bulletin-board-aluminum-frame-4-h-x-6-w-mb547a/product_689595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-01-30-x-47-canvas-art/product_817995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-mouse-pad-wrist-rest-combo-non-skid-base-sapphire-black-98741/product_342354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-3-shipping-box-200-ect-25-bundle-1263/product_1503815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-keyboard-palm-support-with-microban-non-skid-backing-blue-9183101/product_821472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-mouse-pad-wrist-rest-combo-non-skid-base-graphite-platinum-91741/product_818559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-non-skid-series-mouse-pad-wrist-rest-combo/product_SS223469321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-reversible-total-erase-dry-erase-whiteboard-steel-frame-6-x-4-3640te/product_490055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-14-x-19-canvas-art/product_502718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-1-mil-clear-1000-carton-2365/product_939930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-steel-dry-erase-whiteboard-2-x-1-5-79283/product_814932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-h13-true-hepa-air-purifier-filter-5890101/product_24563194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-halo-95-thermal-cold-laminator-9-5-width-white-light-gray-5753001/product_24401300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quartet-tin-dry-erase-board-1-x-1-assorted-colors-tsq1212a/product_228094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-18-lip-tape-reclosable-suffocation-warning-poly-bags-1-5-mil-clear-1000-carton-16230/product_24442803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quercetti-daisy-maxi-educational-game-qrc4160/product_24518647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-progressive-field-by-preston-ready-to-hang-art/product_247719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-privat-livemont-absinteh-robette-canvas-art-ready-to-hang-24-x-32-inches/product_255387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-2-x-5-gusseted-poly-bags-2-mil-clear-1000-carton-1540/product_358856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-promise-of-spring-18-x-24-canvas-art/product_314029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quercetti-kaleido-gears-qrc2341/product_24493382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quercetti-farm-smart-puzzle-stem-grade-pk-qrc0230/product_24493483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-monitor-lift-riser-up-to-21-black-9472301/product_1671140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-promise-of-spring-24-x-32-canvas-art/product_314030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-promise-of-spring-35-x-47-canvas-art/product_314031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prospect-light-panoramica-2-color-by-moises-levy-10-x-32-canvas-art-ali1144-c1032gg/product_2078794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-plastic-document-stand-with-clip-white-gray-9311501/product_85703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-monitor-stand-up-to-21-white-gray-9311101/product_85702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prospect-light-panoramica-2-color-by-moises-levy-6-x-19-canvas-art-ali1144-c619gg/product_2085221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-2-mil-clear-1000-carton-mod1528/product_685726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-thermal-laminating-pouches-letter-size-3-mil-25-pack-5200501/product_719640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-conepro-500-2-nylon-crowd-control-retracting-belt-unit-yellow-black-cp500y-yb100/product_24472666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-24-layflat-poly-bags-3-mil-clear-500-carton-885/product_939713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-jupiter-125-thermal-cold-laminator-12-5-width-white-5746301/product_24501231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-flexpro-110-13-steel-aluminum-crowd-control-barricade-yellow-black-fpa110-yb/product_24472682 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-24-layflat-poly-bags-4-mil-clear-500-carton-1220/product_939794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-24-reclosable-poly-bags-4-mil-pink-250-carton-pbas2185/product_23978318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-laminating-pouches/product_SS209078835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-conepro-600-2-woven-nylon-crowd-control-traffic-cone-belt-barrier-red-white-cp600o-rw300/product_24472605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-16-x-20-wood-frame-mt0588-w1620mf/product_2083291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x-30-white-desk-base-sold-separately-9649201/product_24356975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-laptop-dual-display-arm-accessory-8044101/product_2770370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-48-x-24-gray-desk-base-sold-separately-9649401/product_24356988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps120-c1818gg-early-riser-by-pat-saunders-white-18-x-18-frameless-art/product_1554140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps120-c3535gg-early-riser-by-pat-saunders-white-35-x-35-frameless-art/product_1554138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-36-layflat-poly-bags-1-5-mil-clear-1000-carton-218/product_361223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-36-layflat-poly-bags-1-mil-clear-1000-carton-2373/product_692139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-4-x-3-corrugated-mailers-50-bundle-m1243/product_1578510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps123-c1818gg-high-noon-siesta-by-pat-saunders-white-18-x-18-frameless-art/product_1554136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps123-c3535gg-high-noon-siesta-by-pat-saunders-white-35-x-35-frameless-art/product_1554134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-black-maroon-qm550b-mn110/product_24485273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x30-mahogany-desk-base-sold-separately-9650501/product_24356981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x30-maple-desk-base-sold-separately-9649801/product_24356982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-black-white-qm550b-sd130/product_24485268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-500-75-gauge-pvc-shrink-film-clear-shpvc1275r/product_667635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-33-standing-desk-converter-black-0007901/product_2344509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-blue-qm550ps-bl110/product_24485257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-2-corrugated-mailers-50-bundle-m1262/product_1578509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-3-shipping-box-200-ect-25-bundle-1263/product_1503815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:35:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:35:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:35:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-4-corrugated-mailers-50-bundle-m1264/product_831823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-monitor-stand-white-0009901/product_2344508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-250-steel-crowd-control-post-11-belt-pro250ps-bk/product_171057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps133-c2424gg-reborn-by-pat-saunders-white-24-x-24-frameless-art/product_1552868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-c1219gg-a-very-long-story-by-philippe-sainte-laudy-12-x-19-frmls-art/product_1551166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-75-Gauge-x-2000-Reynolon-5044-PVC-Shrink-Film-1-Roll/product_948860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-c3047gg-a-very-long-story-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1553988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-blue-pro300ps-bl160/product_24485283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-w1620mf-a-very-long-story-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-gray-pro300ps-gy160/product_24485280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-lx850-desktop-stapler-25-sheet-capacity-black-5010701/product_24555482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-30-gusseted-poly-bags-1-5-mil-clear-500-carton-1480/product_361465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-5-shipping-boxes-32-ect-brown-25-bundle-1285/product_557506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-lx870-desktop-stapler-40-sheet-capacity-black-5014601/product_24555486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-7-shipping-boxes-32-ect-brown-25-bundle-1287/product_814118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-barrier-silver-yellow-protwin250ps-yw110/product_24472596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-10-shipping-boxes-32-ect-brown-25-bundle-12910/product_814116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-belt-barrier-black-yellow-protwin250b-yw110/product_24472556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0299-c1219gg-breath-of-fresh-air-by-philippe-sainte-laudy-12x19-frmls-art/product_1551162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-belt-barrier-polished-stainless-steel-red-protwin250ps-bk110/product_24472550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-metal-mobile-file-cart-with-dual-wheel-black-45081/product_806180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-5-shipping-boxes-32-ect-brown-25-bundle-1295/product_557508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-4-corrugated-kraft-boxes-25-bundle-bs120904x/product_24408016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-microban-mouse-pad-black-5933901/product_565823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0300-c1624gg-carry-me-away-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1551076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-nylon-crowd-control-belt-barrier-yellow-black-spro335y-yb335/product_24472601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-microban-photo-gel-mouse-pad-wrist-rest-combo-pink-flowers-9179001/product_2614485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0300-c3047gg-carry-me-away-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0301-b1620mf-distances-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-twin-250-2-yellow-nylon-crowd-control-barrier-different-belt-color/product_SS235021524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-9-32-ect-shipping-boxes/product_24408043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-mouse-pad-non-skid-navy-blue-5933801/product_565832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x10-x6-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL12106K/product_1578523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-mouse-pad-non-skid-rubber-backing-black-58024/product_667238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-mouse-pad-silver-sc-5934001/product_2418205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0301-c2232gg-distances-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553305 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-mouse-pads/product_SS132776150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0302-b1114mf-endless-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-Gauge-Blown-Stretch-Film-12-x-1000-4-Case/product_449818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-adjustable-keyboard-drawer-black-9140303/product_565298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-20-sheet-3x3-pol/product_24469166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-back-support-graphite-9191301/product_24403519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-5-sheet-1-5-pis/product_24469169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0302-w1620mf-endless-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-microban-footrests-black-j94251/product_711157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-b1620mf-eternity-by-philippe-sainte-laudy-16-h-x-20-w-frm-art-wht-mtd/product_1553491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-black-yellow-orange-wmr250y-or110/product_24472616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-monitor-riser-up-to-42-black-silver-8031101/product_565282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-mt-1-5-pol-dpf/product_24471374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-c2232gg-eternity-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-c3047gg-eternity-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-mt-3x5-pol-dpf/product_24471375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-2x4-pol/product_24514735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0304-c1219gg-ethereal-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-4-corrugated-mailers-50-bundle-m1264/product_831823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-cubicle-clips-dark-graphite-4-pack-75270/product_495727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-c1219gg-excited-oxygen-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-mt-3x4-pol/product_24514731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-c2232gg-excited-oxygen-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr250o-ybo110/product_24472647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-photo-gel-mouse-pad-wrist-rest-black-chevron-9549901/product_2755324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0306-b1114mf-giant-sequoia-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-orange-wmr250r-or110/product_24472579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-monitor-stand-white-0009901/product_2344508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-250-steel-crowd-control-post-11-belt-pro250ps-bk/product_171057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0306-b1620mf-giant-sequoia-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1551126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps133-c2424gg-reborn-by-pat-saunders-white-24-x-24-frameless-art/product_1552868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-c1219gg-a-very-long-story-by-philippe-sainte-laudy-12-x-19-frmls-art/product_1551166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-75-Gauge-x-2000-Reynolon-5044-PVC-Shrink-Film-1-Roll/product_948860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-3x3-pol/product_24514642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-blue-pro300ps-bl160/product_24485283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-c3047gg-a-very-long-story-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1553988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-w1620mf-a-very-long-story-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-gray-pro300ps-gy160/product_24485280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-lx850-desktop-stapler-25-sheet-capacity-black-5010701/product_24555482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-30-gusseted-poly-bags-1-5-mil-clear-500-carton-1480/product_361465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-5-shipping-boxes-32-ect-brown-25-bundle-1285/product_557506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-lx870-desktop-stapler-40-sheet-capacity-black-5014601/product_24555486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-barrier-silver-yellow-protwin250ps-yw110/product_24472596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-7-shipping-boxes-32-ect-brown-25-bundle-1287/product_814118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-10-shipping-boxes-32-ect-brown-25-bundle-12910/product_814116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-belt-barrier-black-yellow-protwin250b-yw110/product_24472556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0299-c1219gg-breath-of-fresh-air-by-philippe-sainte-laudy-12x19-frmls-art/product_1551162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-belt-barrier-polished-stainless-steel-red-protwin250ps-bk110/product_24472550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-metal-mobile-file-cart-with-dual-wheel-black-45081/product_806180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-5-shipping-boxes-32-ect-brown-25-bundle-1295/product_557508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-microban-mouse-pad-black-5933901/product_565823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-4-corrugated-kraft-boxes-25-bundle-bs120904x/product_24408016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0300-c1624gg-carry-me-away-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1551076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-nylon-crowd-control-belt-barrier-yellow-black-spro335y-yb335/product_24472601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-microban-photo-gel-mouse-pad-wrist-rest-combo-pink-flowers-9179001/product_2614485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0300-c3047gg-carry-me-away-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0301-b1620mf-distances-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-twin-250-2-yellow-nylon-crowd-control-barrier-different-belt-color/product_SS235021524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-9-32-ect-shipping-boxes/product_24408043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-mouse-pad-non-skid-navy-blue-5933801/product_565832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/12-x10-x6-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL12106K/product_1578523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-mouse-pad-non-skid-rubber-backing-black-58024/product_667238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-mouse-pad-silver-sc-5934001/product_2418205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0301-c2232gg-distances-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553305 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-mouse-pads/product_SS132776150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0302-b1114mf-endless-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-Gauge-Blown-Stretch-Film-12-x-1000-4-Case/product_449818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-adjustable-keyboard-drawer-black-9140303/product_565298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-20-sheet-3x3-pol/product_24469166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-back-support-graphite-9191301/product_24403519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-5-sheet-1-5-pis/product_24469169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0302-w1620mf-endless-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-microban-footrests-black-j94251/product_711157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-b1620mf-eternity-by-philippe-sainte-laudy-16-h-x-20-w-frm-art-wht-mtd/product_1553491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-black-yellow-orange-wmr250y-or110/product_24472616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-monitor-riser-up-to-42-black-silver-8031101/product_565282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-mt-1-5-pol-dpf/product_24471374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-c2232gg-eternity-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-c3047gg-eternity-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-mt-3x5-pol-dpf/product_24471375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-2x4-pol/product_24514735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0304-c1219gg-ethereal-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-cubicle-clips-dark-graphite-4-pack-75270/product_495727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-c1219gg-excited-oxygen-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-mt-3x4-pol/product_24514731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-c2232gg-excited-oxygen-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr250o-ybo110/product_24472647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-photo-gel-mouse-pad-wrist-rest-black-chevron-9549901/product_2755324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0306-b1114mf-giant-sequoia-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-orange-wmr250r-or110/product_24472579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0306-b1620mf-giant-sequoia-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1551126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-3x3-pol/product_24514642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:36:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-4x4-pol/product_24514669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-wmr250r-rwa110/product_24472660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0306-w1620mf-giant-sequoia-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1551125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-yellow-magenta-wmr250r-ym110/product_24472582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-mt-4x4-pis/product_24514714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-plastic-document-stand-with-clip-platinum-charcoal-20000/product_825679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-x-1200-poly-sheeting-4-mil-clear-4425/product_427669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1200-pallet-cover-3-mil-clear-4404/product_24449605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-mt-4x4-pol/product_24514675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120w-x-48d-boat-top-conference-table-w-metal-base/product_SS205699718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-adjustable-single-monitor-arm-up-to-32-white-8056201/product_24471593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-yellow-red-wmr250y-rd110/product_24472644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/124-x-45-layflat-poly-bags-bags-on-a-roll-1-mil-clear-125-roll-3200/product_359068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-dual-stacking-adjustable-monitor-arm-up-to-32-black-8043401/product_2736569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-yellow-red-wmr250y-rwa110/product_24472670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-yellow-wmr250y-ybo110/product_24472611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-rounded-pis/product_24488378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-rounded-pol/product_24488364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-mouse-pad-wrist-rest-combo-gray-lattice-9549701/product_2343112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-b1620mf-isolated-by-philippe-sainte-laudy-16-x-20-framed-art-wht-mtd/product_1551058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-square-pol/product_24502979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-black-red-wmr250b-rwn110/product_24472674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-black-yellow-2-pack-wmr250b-yw110/product_24472534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-gel-wrist-rest-gray-lattice-9549801/product_2343111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-mouse-pad-wrist-rest-combination-with-microban-black-9252001/product_938392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-w1114mf-isolated-by-philippe-sainte-laudy-14-x-11-framed-art-wht-mtd/product_1551918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-wrist-rest-with-microban-black-9252101/product_934806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-polyester-mouse-pad-non-skid-rubber-backing-blue-58021/product_901384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-16-retractable-belt-barrier-yellow-wmr300b-ybc110/product_24472588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-25-x-10-25-x-9-shipping-boxes-32-ect-brown-25-bundle-13109sc/product_405054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0311-c3047gg-jungfraujoch-switzerland-by-philippe-sainte-laudy-30x47-frmls-art/product_1554026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-125i-18-sheet-strip-cut-commercial-shredder-3312001/product_750294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-3-4-x-11-red-glamour-bubble-mailer-48-carton/product_947343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-orange-wmr300b-or160/product_24472578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300b-rd160/product_24472671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300y-rd160/product_24472595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-W-x-18-L-6-0-mil-Staples-Reclosable-Poly-Bags-250-Case-6R1318250PK/product_693219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-c3047gg-light-branch-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1554024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-yellow-wmr300b-ybcip110/product_24472625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-yellow-wmr300b-ybo110/product_24472586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-w1620mf-light-branch-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1550942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-black-wmr300o-bk160/product_24472628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-blue-wmr300o-bl160/product_24472613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c1219gg-monch-switzerland-by-philippe-sainte-laudy-19-x-12-frmls-art/product_1552499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-84ci-16-sheet-cross-cut-commercial-shredder-4683001/product_946197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-red-wmr300o-rwn160/product_24472643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c2232gg-monch-switzerland-by-philippe-sainte-laudy-32-x-22-frmls-art/product_1553293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-10-x-8-32-ect-shipping-boxes/product_24406371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c3047gg-monch-switzerland-by-philippe-sainte-laudy-47-x-30-frmls-art/product_1554023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-b1114mf-month-sun-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-11-x-7-shipping-boxes-32-ect-brown-25-bundle-13117/product_557442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-magenta-wmr300o-ym160/product_24472553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-10-shipping-boxes-32-ect-brown-25-bundle-131310/product_557443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-4x4-pol/product_24514669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-w1114mf-month-sun-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-lx70-11-sheet-crosscut-personal-shredder-4402901/product_24488566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-black-wmr300r-rb160/product_24485287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-lx85-12-sheet-cross-cut-personal-paper-shredder-fel4400401/product_24461786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-15-shipping-boxes-32-ect-brown-25-bundle-131315/product_814180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-white-wmr300r-rw160/product_24485266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-white-wmr300r-rwd110/product_24472677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-3-deluxe-literature-mailers-50-bundle-mfl13133k/product_1499845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c1624gg-peace-in-switzerland-by-philippe-sainte-laudy-16x24-frmls-art/product_1550901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0306-w1620mf-giant-sequoia-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1551125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-wmr250r-rwa110/product_24472660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-presentation-cover-8-5-x-11-white-clear-10-pack-5225101/product_804702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-yellow-magenta-wmr250r-ym110/product_24472582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-mt-4x4-pis/product_24514714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-plastic-document-stand-with-clip-platinum-charcoal-20000/product_825679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c2232gg-peace-in-switzerland-by-philippe-sainte-laudy-22x32-frmls-art/product_1553290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-mt-4x4-pol/product_24514675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120-x-1200-poly-sheeting-4-mil-clear-4425/product_427669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/120w-x-48d-boat-top-conference-table-w-metal-base/product_SS205699718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-adjustable-single-monitor-arm-up-to-32-white-8056201/product_24471593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-yellow-red-wmr250y-rd110/product_24472644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1200-pallet-cover-3-mil-clear-4404/product_24449605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/124-x-45-layflat-poly-bags-bags-on-a-roll-1-mil-clear-125-roll-3200/product_359068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-dual-stacking-adjustable-monitor-arm-up-to-32-black-8043401/product_2736569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-yellow-red-wmr250y-rwa110/product_24472670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-yellow-wmr250y-ybo110/product_24472611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-rounded-pis/product_24488378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-rounded-pol/product_24488364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-mouse-pad-wrist-rest-combo-gray-lattice-9549701/product_2343112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-b1620mf-isolated-by-philippe-sainte-laudy-16-x-20-framed-art-wht-mtd/product_1551058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-square-pol/product_24502979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-black-red-wmr250b-rwn110/product_24472674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-black-yellow-2-pack-wmr250b-yw110/product_24472534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-gel-wrist-rest-gray-lattice-9549801/product_2343111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-mouse-pad-wrist-rest-combination-with-microban-black-9252001/product_938392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-w1114mf-isolated-by-philippe-sainte-laudy-14-x-11-framed-art-wht-mtd/product_1551918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-wrist-rest-with-microban-black-9252101/product_934806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-polyester-mouse-pad-non-skid-rubber-backing-blue-58021/product_901384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-16-retractable-belt-barrier-yellow-wmr300b-ybc110/product_24472588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-25-x-10-25-x-9-shipping-boxes-32-ect-brown-25-bundle-13109sc/product_405054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0311-c3047gg-jungfraujoch-switzerland-by-philippe-sainte-laudy-30x47-frmls-art/product_1554026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-125i-18-sheet-strip-cut-commercial-shredder-3312001/product_750294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-3-4-x-11-red-glamour-bubble-mailer-48-carton/product_947343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-orange-wmr300b-or160/product_24472578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300b-rd160/product_24472671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-W-x-18-L-6-0-mil-Staples-Reclosable-Poly-Bags-250-Case-6R1318250PK/product_693219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-c3047gg-light-branch-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1554024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300y-rd160/product_24472595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-yellow-wmr300b-ybcip110/product_24472625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-yellow-wmr300b-ybo110/product_24472586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-w1620mf-light-branch-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1550942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-black-wmr300o-bk160/product_24472628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-blue-wmr300o-bl160/product_24472613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c1219gg-monch-switzerland-by-philippe-sainte-laudy-19-x-12-frmls-art/product_1552499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-84ci-16-sheet-cross-cut-commercial-shredder-4683001/product_946197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-red-wmr300o-rwn160/product_24472643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c2232gg-monch-switzerland-by-philippe-sainte-laudy-32-x-22-frmls-art/product_1553293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-10-x-8-32-ect-shipping-boxes/product_24406371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c3047gg-monch-switzerland-by-philippe-sainte-laudy-47-x-30-frmls-art/product_1554023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-b1114mf-month-sun-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-11-x-7-shipping-boxes-32-ect-brown-25-bundle-13117/product_557442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-10-shipping-boxes-32-ect-brown-25-bundle-131310/product_557443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-magenta-wmr300o-ym160/product_24472553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-w1114mf-month-sun-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-lx70-11-sheet-crosscut-personal-shredder-4402901/product_24488566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-black-wmr300r-rb160/product_24485287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-lx85-12-sheet-cross-cut-personal-paper-shredder-fel4400401/product_24461786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-15-shipping-boxes-32-ect-brown-25-bundle-131315/product_814180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-white-wmr300r-rw160/product_24485266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-white-wmr300r-rwd110/product_24472677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c1624gg-peace-in-switzerland-by-philippe-sainte-laudy-16x24-frmls-art/product_1550901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-3-deluxe-literature-mailers-50-bundle-mfl13133k/product_1499845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-presentation-cover-8-5-x-11-white-clear-10-pack-5225101/product_804702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c2232gg-peace-in-switzerland-by-philippe-sainte-laudy-22x32-frmls-art/product_1553290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-5-shipping-boxes-32-ect-brown-25-bundle-13135/product_814182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-yb160/product_24472614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0318-b1114mf-perfect-day-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-ybc110/product_24472665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:36:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:36:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:36:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0318-c2232gg-perfect-day-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-ybo110/product_24472662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-free-standing-dual-horizontal-monitor-arm-up-to-27-black-8043701/product_IM12MB043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0318-w1620mf-perfect-day-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1550935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-17-1-2-blue-glamour-bubble-mailer-100-carton/product_947634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-protective-safety-barrier-screen-24-x-21-clear-acrylic-8026801/product_24460663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-ybcwf110/product_24472590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-protective-safety-barrier-screen-29-x-27-clear-acrylic-8028901/product_24460667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-ybo110/product_24472638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-b1114mf-power-source-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-magenta-wmr300y-ym160/product_24472597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-17-5-glamour-bubble-mailer-red-100-carton-gbm1317r/product_947638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-pulsar-e-comb-binding-machine-300-sheet-capacity-white-black-5216701/product_669359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-18-reclosable-poly-bags-2-mil-clear-1000-carton-3983a/product_939368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-protective-safety-barrier-screen-29-x-21-clear-acrylic-8028801/product_24460664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-c3047gg-power-source-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-quasar-comb-binding-machine-500-sheet-capacity-metallic-silver-black-5227201/product_70460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-18-reclosable-poly-bags-4-mil-clear-500-carton-3795a/product_426647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-steel-crowd-control-belt-barrier-black-yellow-wmr300o-yb160/product_24472610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-red-wmr300y-rwn160/product_24472560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-reflex-single-adjustable-monitor-arm-up-to-32-black-8502501/product_24451667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-steel-crowd-control-belt-barrier-orange-yellow-2-pack-wmr300o-ybcwf160/product_24472552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-red-white-wmr300y-rwa110/product_24472664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0322-c2232gg-sunset-celebration-by-philippe-sainte-laudy-22-x-32-frmls-art/product_1553285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr335o-yba350/product_24485264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-self-sealing-laminating-pouches-letter-size-5-mil-5-pack-52205/product_720394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-9-x-9-shipping-boxes-32-ect-brown-25-bundle-1399/product_814188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x13-x3-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL13133/product_1499839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-smart-suites-corner-monitor-riser-up-to-32-black-8020101/product_821440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-1-2-x-20-nylon-reinforced-self-seal-paper-envelope-mailers-7-250-carton-b890ss/product_630158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-wmr335y-yba350/product_24485270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-wmr335y-ybo160/product_24485269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-standard-adjustable-monitor-riser-up-to-42-graphite-9169301/product_24403534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-38-x-12-5-x-3-5-shipping-boxes-32-ect-brown-25-bundle-14123/product_426292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-stackers-front-loading-letter-tray-black-4-set-64112/product_388736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-peel-seal-bubble-mailer-7-12-pack-51595-cc/product_657402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-7-piece-multipurpose-emergency-flood-pump-kit-qdpk3/product_24474089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-star-comb-binding-machine-150-sheet-capacity-white-black-5006501/product_695032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-1-8-x8-5-8-x2-Partners-Brand-Easy-Fold-Mailers-50-Bundle-M1482BF/product_1578482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-duffel-bag-flood-control-kit-14pk/product_24474092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-superquick-thermal-laminating-pouches-letter-size-5-mil-100-pack-5223001/product_938206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-50-pack-letter-size-3mil-9-x-11-5-inches-for-business-educational-or-craft-laminating/product_24354534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-bags-12-x-24-20-box/product_240998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-5-x-14-5-x-40-telescoping-outer-boxes-32-ect-brown-15-bundle-box-2-of-2-t141440outer/product_947022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-5-x-1450-30-gauge-pre-stretched-stretch-wrap-clear-4-carton-cw28822-1805168/product_1904060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-10-mil-100-pack-52051/product_804801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-c1624gg-waterland-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-5-x-8-75-x-6-shipping-boxes-32-ect-brown-25-bundle-1486r/product_814096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-gate-storage-cart-add-on-system-assorted-colors-qdfgad/product_24474073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-25-pack-52033/product_572887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-c3047gg-waterland-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-w1620mf-waterland-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-5-shipping-boxes-32-ect-brown-25-bundle-13135/product_814182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-legal-size-3-mil-100-pack-52455/product_820782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-rectangular-tubing-straight-arm-displayer-chrome/product_216668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-yb160/product_24472614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-flood-barrier-60-up-to-4-25-gal-10-box-qdgg5-10/product_24474065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-w1114mf-weeping-willow-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-ybc110/product_24472665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-5-shipping-boxes-32-ect-brown-25-bundle-14105/product_814176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0318-b1114mf-perfect-day-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-letter-size-5-mil-100-pack-5743501/product_2728676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-high-visibility-water-barrier-120-up-to-8-gal-10-box-qd610-10hv/product_24474061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-7-shipping-boxes-32-ect-brown-25-bundle-14107/product_814094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-ybo110/product_24472662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0318-c2232gg-perfect-day-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0318-w1620mf-perfect-day-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1550935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-17-1-2-blue-glamour-bubble-mailer-100-carton/product_947634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-protective-safety-barrier-screen-24-x-21-clear-acrylic-8026801/product_24460663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-ybcwf110/product_24472590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-free-standing-dual-horizontal-monitor-arm-up-to-27-black-8043701/product_IM12MB043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-protective-safety-barrier-screen-29-x-27-clear-acrylic-8028901/product_24460667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-ybo110/product_24472638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-b1114mf-power-source-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-magenta-wmr300y-ym160/product_24472597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-17-5-glamour-bubble-mailer-red-100-carton-gbm1317r/product_947638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-pulsar-e-comb-binding-machine-300-sheet-capacity-white-black-5216701/product_669359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-18-reclosable-poly-bags-2-mil-clear-1000-carton-3983a/product_939368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-18-reclosable-poly-bags-4-mil-clear-500-carton-3795a/product_426647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-quasar-comb-binding-machine-500-sheet-capacity-metallic-silver-black-5227201/product_70460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-c3047gg-power-source-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-protective-safety-barrier-screen-29-x-21-clear-acrylic-8028801/product_24460664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-red-wmr300y-rwn160/product_24472560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-reflex-single-adjustable-monitor-arm-up-to-32-black-8502501/product_24451667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-steel-crowd-control-belt-barrier-black-yellow-wmr300o-yb160/product_24472610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-steel-crowd-control-belt-barrier-orange-yellow-2-pack-wmr300o-ybcwf160/product_24472552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-red-white-wmr300y-rwa110/product_24472664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0322-c2232gg-sunset-celebration-by-philippe-sainte-laudy-22-x-32-frmls-art/product_1553285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr335o-yba350/product_24485264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-self-sealing-laminating-pouches-letter-size-5-mil-5-pack-52205/product_720394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x-9-x-9-shipping-boxes-32-ect-brown-25-bundle-1399/product_814188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-smart-suites-corner-monitor-riser-up-to-32-black-8020101/product_821440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/13-x13-x3-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL13133/product_1499839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-1-2-x-20-nylon-reinforced-self-seal-paper-envelope-mailers-7-250-carton-b890ss/product_630158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-wmr335y-yba350/product_24485270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-wmr335y-ybo160/product_24485269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-38-x-12-5-x-3-5-shipping-boxes-32-ect-brown-25-bundle-14123/product_426292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-standard-adjustable-monitor-riser-up-to-42-graphite-9169301/product_24403534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-stackers-front-loading-letter-tray-black-4-set-64112/product_388736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-7-piece-multipurpose-emergency-flood-pump-kit-qdpk3/product_24474089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-peel-seal-bubble-mailer-7-12-pack-51595-cc/product_657402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-star-comb-binding-machine-150-sheet-capacity-white-black-5006501/product_695032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-1-8-x8-5-8-x2-Partners-Brand-Easy-Fold-Mailers-50-Bundle-M1482BF/product_1578482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-duffel-bag-flood-control-kit-14pk/product_24474092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-superquick-thermal-laminating-pouches-letter-size-5-mil-100-pack-5223001/product_938206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-50-pack-letter-size-3mil-9-x-11-5-inches-for-business-educational-or-craft-laminating/product_24354534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-5-x-14-5-x-40-telescoping-outer-boxes-32-ect-brown-15-bundle-box-2-of-2-t141440outer/product_947022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-bags-12-x-24-20-box/product_240998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-5-x-1450-30-gauge-pre-stretched-stretch-wrap-clear-4-carton-cw28822-1805168/product_1904060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-10-mil-100-pack-52051/product_804801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-c1624gg-waterland-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-5-x-8-75-x-6-shipping-boxes-32-ect-brown-25-bundle-1486r/product_814096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-gate-storage-cart-add-on-system-assorted-colors-qdfgad/product_24474073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-25-pack-52033/product_572887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-c3047gg-waterland-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-legal-size-3-mil-100-pack-52455/product_820782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-w1620mf-waterland-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-rectangular-tubing-straight-arm-displayer-chrome/product_216668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-flood-barrier-60-up-to-4-25-gal-10-box-qdgg5-10/product_24474065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-w1114mf-weeping-willow-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-letter-size-5-mil-100-pack-5743501/product_2728676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-5-shipping-boxes-32-ect-brown-25-bundle-14105/product_814176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-high-visibility-water-barrier-120-up-to-8-gal-10-box-qd610-10hv/product_24474061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-7-shipping-boxes-32-ect-brown-25-bundle-14107/product_814094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-c1624gg-wet-rocks-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:37:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-9-shipping-boxes-32-ect-brown-25-bundle-14109/product_574394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-mat-6-75-up-to-0-38-gal-200-box-wum-200/product_24474094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-c2232gg-wet-rocks-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-w1620mf-wet-rocks-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-menu-3-mil-50-pack-52013/product_814588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-flood-gate-flood-doorway-control-expands-30-35-qdfg30/product_1933044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-b1114mf-blue-brook-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-w1114mf-blue-brook-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-8-corrugated-kraft-boxes-25-bundle-bs141208x/product_24408044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-b1620mf-candy-fields-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-ultra-thin-microban-mouse-pad-graphite-5908201/product_2614310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-14-layflat-poly-bags-2-mil-clear-1000-carton-554/product_939614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-c1219gg-candy-fields-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1551161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-gate-flood-control-dam-14-x-50-1-pack-qdwgwl-1450/product_1933038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-venus-2-125-thermal-cold-laminator-12-5-width-black-silver-5734801/product_70459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-c1624gg-candy-fields-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1551077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-c3047gg-candy-fields-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-waste-bags-for-automax-500c-and-300c-shredders-50-box/product_1022462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-gel-mouse-pad-wrist-rest-combo-black-9182301/product_2660857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-c1219gg-cosmo-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1551159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-c2232gg-cosmo-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-19-shipping-boxes-32-ect-brown-20-bundle-bs141419/product_2647485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-flood-barrier-204-up-to-14-gal-5-box-qd617-5/product_24544714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-w1114mf-cosmo-by-philippe-sainte-laudy-14-x-11-framed-art-wht-mtd/product_1551809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellows-i-spire-series-laptop-lift-9472401/product_1671139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/feltac-heavy-duty-felt-chair-pad-beige-2-pack-23100/product_1509808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-w1620mf-cosmo-by-philippe-sainte-laudy-20-x-16-framed-art-wht-mtd/product_1553497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fendall-eyesaline-double-station-32-oz-32-000462-0000/product_423309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-essentials-2024-for-3-users-windows-mac-download-5102310/product_24577284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-c1624gg-cosmo-duo-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-plus-2023-for-5-users-windows-mac-5101281/product_24536650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-c3047gg-cosmo-duo-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1553980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-plus-2024-for-5-users-windows-mac-download-5102303/product_24577278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fendall-sperian-saline-eye-wash-bottle-refill-32-oz/product_849366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-6-32-ect-shipping-boxes/product_24408125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quicken-classic-business-personal-for-1-user-windows-android-ios-download-170455/product_24571590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0335-c1219gg-cosmos-of-the-fields-by-philippe-sainte-laudy-12x19-frmls-art/product_1551157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-7-shipping-boxes-32-ect-brown-25-bundle-14147/product_574395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quicken-classic-business-personal-for-1-user-windows-android-ios-download-170478/product_24581031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ferrero-butterfinger-crunch-and-baby-ruth-assorted-minis-candy-bars-90ct-32-4oz/product_689517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0335-c3047gg-cosmos-of-the-fields-by-philippe-sainte-laudy-30x47-frmls-art/product_1553979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-220/product_939509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-11-x-14-wood-frame-art/product_314690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-4-mil-clear-500-carton-1225/product_939797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-16-reclosable-poly-bags-2-mil-clear-1000-carton-3676a/product_939339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-blues-11-x-14-black-frame-art/product_33724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-17-returnable-self-sealing-poly-mailer-500-carton-5205/product_24449619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickfit-3-3-ring-view-binders-black-88051/product_24316893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-1-25-mil-clear-1000-carton-2878/product_939978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-24-rough-surface-pushbroom-599/product_2837107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-blues-22-x-32-canvas-art/product_33722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-24-smooth-surface-push-broom-533/product_884721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-heavy-duty-outdoor-broom-9316/product_884589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-burgundy-100-box-fmn100216/product_3035706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-tight-grip-24-multi-surface-pushbroom-638/product_884720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-c1624gg-wet-rocks-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-4-mil-clear-500-carton-1230/product_685774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-6-mil-clear-250-carton-8505/product_692529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-11-x-14-black-frame-art/product_502645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-9-shipping-boxes-32-ect-brown-25-bundle-14109/product_574394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-lilac-100-box-fmn100208/product_3035661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-mat-6-75-up-to-0-38-gal-200-box-wum-200/product_24474094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickie-plastic-toilet-brush-with-caddy-multicolor-2055463/product_866696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-c2232gg-wet-rocks-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-14-x-19-canvas-art/product_492719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickie-self-wringing-twist-super-cell-sponge-technology-48-handle-sponge-mop-454/product_833826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-navy-blue-100-box-fmn1001212/product_3035693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-w1620mf-wet-rocks-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-menu-3-mil-50-pack-52013/product_814588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-flood-gate-flood-doorway-control-expands-30-35-qdfg30/product_1933044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-b1114mf-blue-brook-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-w1114mf-blue-brook-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-8-corrugated-kraft-boxes-25-bundle-bs141208x/product_24408044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-b1620mf-candy-fields-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-ultra-thin-microban-mouse-pad-graphite-5908201/product_2614310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-c1219gg-candy-fields-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1551161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-14-layflat-poly-bags-2-mil-clear-1000-carton-554/product_939614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-gate-flood-control-dam-14-x-50-1-pack-qdwgwl-1450/product_1933038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-c1624gg-candy-fields-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1551077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-venus-2-125-thermal-cold-laminator-12-5-width-black-silver-5734801/product_70459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-c3047gg-candy-fields-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-waste-bags-for-automax-500c-and-300c-shredders-50-box/product_1022462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-gel-mouse-pad-wrist-rest-combo-black-9182301/product_2660857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-c2232gg-cosmo-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-c1219gg-cosmo-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1551159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-19-shipping-boxes-32-ect-brown-20-bundle-bs141419/product_2647485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-w1114mf-cosmo-by-philippe-sainte-laudy-14-x-11-framed-art-wht-mtd/product_1551809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-flood-barrier-204-up-to-14-gal-5-box-qd617-5/product_24544714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fellows-i-spire-series-laptop-lift-9472401/product_1671139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/feltac-heavy-duty-felt-chair-pad-beige-2-pack-23100/product_1509808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-essentials-2024-for-3-users-windows-mac-download-5102310/product_24577284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fendall-eyesaline-double-station-32-oz-32-000462-0000/product_423309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-w1620mf-cosmo-by-philippe-sainte-laudy-20-x-16-framed-art-wht-mtd/product_1553497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-c1624gg-cosmo-duo-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-plus-2023-for-5-users-windows-mac-5101281/product_24536650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-c3047gg-cosmo-duo-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1553980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-plus-2024-for-5-users-windows-mac-download-5102303/product_24577278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fendall-sperian-saline-eye-wash-bottle-refill-32-oz/product_849366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-6-32-ect-shipping-boxes/product_24408125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0335-c1219gg-cosmos-of-the-fields-by-philippe-sainte-laudy-12x19-frmls-art/product_1551157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quicken-classic-business-personal-for-1-user-windows-android-ios-download-170455/product_24571590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-7-shipping-boxes-32-ect-brown-25-bundle-14147/product_574395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quicken-classic-business-personal-for-1-user-windows-android-ios-download-170478/product_24581031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ferrero-butterfinger-crunch-and-baby-ruth-assorted-minis-candy-bars-90ct-32-4oz/product_689517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0335-c3047gg-cosmos-of-the-fields-by-philippe-sainte-laudy-30x47-frmls-art/product_1553979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-220/product_939509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-11-x-14-wood-frame-art/product_314690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-4-mil-clear-500-carton-1225/product_939797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-16-reclosable-poly-bags-2-mil-clear-1000-carton-3676a/product_939339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-blues-11-x-14-black-frame-art/product_33724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-17-returnable-self-sealing-poly-mailer-500-carton-5205/product_24449619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickfit-3-3-ring-view-binders-black-88051/product_24316893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-1-25-mil-clear-1000-carton-2878/product_939978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-24-rough-surface-pushbroom-599/product_2837107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-blues-22-x-32-canvas-art/product_33722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-24-smooth-surface-push-broom-533/product_884721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-heavy-duty-outdoor-broom-9316/product_884589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-burgundy-100-box-fmn100216/product_3035706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-tight-grip-24-multi-surface-pushbroom-638/product_884720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-4-mil-clear-500-carton-1230/product_685774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-6-mil-clear-250-carton-8505/product_692529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-11-x-14-black-frame-art/product_502645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-lilac-100-box-fmn100208/product_3035661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickie-plastic-toilet-brush-with-caddy-multicolor-2055463/product_866696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-14-x-19-canvas-art/product_492719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickie-self-wringing-twist-super-cell-sponge-technology-48-handle-sponge-mop-454/product_833826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-navy-blue-100-box-fmn1001212/product_3035693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-18-x-24-canvas-art/product_497287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickstrip-poly-bubble-mailers-12-1-2-x-19-25-case/product_558323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-burgundy-200-box-fmn100425/product_3035673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-burgundy-50-box-fmn100183/product_3035679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-lilac-100-box-fmn100207/product_3035686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickstudy-chemistry-nonmagnetic-charts-8-5-x-11-3-pack-9781423230298/product_1932958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-14-x-19-canvas-art/product_498450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-16-x-20-wood-frame-art/product_495001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-20-lip-tape-reclosable-suffocation-warning-poly-bags-1-5-mil-clear-1000-carton-16235/product_24442804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickstudy-microsoft-office-2016-reference-set-2498006/product_2498006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-2-mil-clear-1000-carton-566/product_939619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-by-sheila-golden-ready-to-hang-canvas-art-14x19-inches/product_254705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickstudy-microsoft-office-2016-shortcuts-reference-set-2498005/product_2498005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickstudy-world-us-maps-50-x-32-2-pack-9781423230700/product_1932948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-by-sheila-golden-ready-to-hang-canvas-art-24x32-inches/product_254708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-6-mil-clear-250-carton-8515/product_692157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-24-reclosable-poly-bags-4-mil-clear-250-carton-3799a/product_939351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-4-1-8-x-4-plastic-shelf-bin-red-36-case-binps102r/product_191413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-3-x-3-corrugated-mailers-50-bundle-m1433/product_1578484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-11-x-14-white-matted-wood-frame-sg5730-w1114mf/product_2081300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-burgundy-100-box-fmn100217/product_3035694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-16-x-20-black-matted-wood-frame-sg5730-w1620bmf/product_2077067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-8-3-8-x-4-plastic-shelf-bin-clear-20-case-binps104cl/product_191258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-18-x-24-canvas-art-sg5730-c1824gg/product_2081453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-lilac-200-box-fmn100417/product_3035915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-4-x-4-corrugated-mailers-50-bundle-m1444/product_831821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-navy-blue-100-box-fmn100213/product_3035701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-17-7-8-x-8-3-8-x-4-plastic-shelf-bin-clear-10-case-binps113cl/product_191247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-17-7-8-x-8-3-8-x-4-plastic-shelf-bin-green-10-case-binps113g/product_191246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-11-x-14-black-frame-mt0782-b1114mf/product_2081967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-burgundy-100-box-fmn100397/product_3035674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-6-x-2-computer-packing-boxes-box-200-ect-25-bundle-1462/product_1504095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-18-x-11-x-10-plastic-stack-and-hang-bin-black-4-case-binp1811k/product_191189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-18-x-11-x-10-plastic-stack-and-hang-bin-blue-4-case-binp1811b/product_191245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-burgundy-50-box-fmn100387/product_3035662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-23-5-8-x-6-5-8-x-4-plastic-shelf-bin-box-clear-8-case-binps122cl/product_191237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0782-c3047gg/product_2081441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-lilac-200-box-fmn100413/product_3035671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-laxtex-free/product_SS201789997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-11-x-14-wood-frame-art/product_317102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-cash-register-rolls-carbonless-2-ply-white-canary-2-1-4-x100-full-carton/product_1883571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-14-x-19-canvas-art/product_317098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/140776/product_140776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-plastic-stack-and-hang-bin-blue-6-carton-binps103r/product_190931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-vinyl-exam-gloves-latex-free-small-black-100-box-fmn100033/product_3012154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-queensborough-bridge-by-david-ayash-3-3-x-4-8-multi-panel-art-set-ma0526-p5-set/product_2080940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-stack-hang-3-11-qt-storage-bin-green-12-ct-binp1144g/product_190929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/144-square-adv-lbl-gls-1x1-pol/product_24514638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quiet-heavy-snowfall-by-kurt-shaffer-22-x-32-canvas-art-ks01086-c2232gg/product_2080105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-vinyl-exam-gloves-latex-free-x-large-pink-100-box-fmn100044/product_3012159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiji-water-23-67-fl-oz-6-bottles-pack-2-packs-carton-00067/product_24419842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-r-h-laurie-map-of-england-wales-1852-canvas-art-26x32-inches/product_245256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-1-2-beveled-square-coach-light-w-motion-white/product_2102285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fila-core-ab-wheel-05-62763/product_24445381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-10-x-12-shipping-boxes-32-ect-brown-25-bundle-151012/product_948987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-18-x-24-canvas-art/product_497287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quubs-31-5-storage-cabinet-with-2-shelves-weathered-gray-g115002600/product_24522811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-storage-cabinet-with-2-shelves-weathered-gray-g115002300/product_24522812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/file-folders-recycled-2-tone-blue-legal-size-top-tab-1-3-cut-100-box/product_831252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickstrip-poly-bubble-mailers-12-1-2-x-19-25-case/product_558323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-race-track-30-x-47-canvas-art/product_317109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/file-folders-recycled-2-tone-red-letter-top-tab-straight-cut-100-box/product_831255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-burgundy-200-box-fmn100425/product_3035673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-burgundy-50-box-fmn100183/product_3035679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filexec-my-carry-all-tote-24-in-x-32-in-black-34070-5/product_2246408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-11-1-8-x-6-easy-fold-mailers-50-bundle-m15116bfk/product_1578481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-lilac-100-box-fmn100207/product_3035686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-11-shipping-boxes-32-ect-brown-25-bundle-151111/product_814174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-indian-yellow-40-ml/product_1721965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickstudy-chemistry-nonmagnetic-charts-8-5-x-11-3-pack-9781423230298/product_1932958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-14-x-19-canvas-art/product_498450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-16-x-20-wood-frame-art/product_495001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-20-lip-tape-reclosable-suffocation-warning-poly-bags-1-5-mil-clear-1000-carton-16235/product_24442804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickstudy-microsoft-office-2016-reference-set-2498006/product_2498006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-2-mil-clear-1000-carton-566/product_939619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-by-sheila-golden-ready-to-hang-canvas-art-14x19-inches/product_254705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickstudy-microsoft-office-2016-shortcuts-reference-set-2498005/product_2498005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quickstudy-world-us-maps-50-x-32-2-pack-9781423230700/product_1932948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-by-sheila-golden-ready-to-hang-canvas-art-24x32-inches/product_254708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-6-mil-clear-250-carton-8515/product_692157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-24-reclosable-poly-bags-4-mil-clear-250-carton-3799a/product_939351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-4-1-8-x-4-plastic-shelf-bin-red-36-case-binps102r/product_191413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-3-x-3-corrugated-mailers-50-bundle-m1433/product_1578484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-11-x-14-white-matted-wood-frame-sg5730-w1114mf/product_2081300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-16-x-20-black-matted-wood-frame-sg5730-w1620bmf/product_2077067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-burgundy-100-box-fmn100217/product_3035694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-8-3-8-x-4-plastic-shelf-bin-clear-20-case-binps104cl/product_191258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-18-x-24-canvas-art-sg5730-c1824gg/product_2081453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-4-x-4-corrugated-mailers-50-bundle-m1444/product_831821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-lilac-200-box-fmn100417/product_3035915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-navy-blue-100-box-fmn100213/product_3035701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-17-7-8-x-8-3-8-x-4-plastic-shelf-bin-clear-10-case-binps113cl/product_191247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-17-7-8-x-8-3-8-x-4-plastic-shelf-bin-green-10-case-binps113g/product_191246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-11-x-14-black-frame-mt0782-b1114mf/product_2081967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-burgundy-100-box-fmn100397/product_3035674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/14-x-6-x-2-computer-packing-boxes-box-200-ect-25-bundle-1462/product_1504095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-18-x-11-x-10-plastic-stack-and-hang-bin-black-4-case-binp1811k/product_191189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-18-x-11-x-10-plastic-stack-and-hang-bin-blue-4-case-binp1811b/product_191245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-burgundy-50-box-fmn100387/product_3035662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-23-5-8-x-6-5-8-x-4-plastic-shelf-bin-box-clear-8-case-binps122cl/product_191237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0782-c3047gg/product_2081441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-lilac-200-box-fmn100413/product_3035671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-laxtex-free/product_SS201789997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-11-x-14-wood-frame-art/product_317102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-cash-register-rolls-carbonless-2-ply-white-canary-2-1-4-x100-full-carton/product_1883571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/140776/product_140776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-14-x-19-canvas-art/product_317098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-plastic-stack-and-hang-bin-blue-6-carton-binps103r/product_190931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-vinyl-exam-gloves-latex-free-small-black-100-box-fmn100033/product_3012154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-queensborough-bridge-by-david-ayash-3-3-x-4-8-multi-panel-art-set-ma0526-p5-set/product_2080940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quill-brand-stack-hang-3-11-qt-storage-bin-green-12-ct-binp1144g/product_190929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/144-square-adv-lbl-gls-1x1-pol/product_24514638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quiet-heavy-snowfall-by-kurt-shaffer-22-x-32-canvas-art-ks01086-c2232gg/product_2080105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-vinyl-exam-gloves-latex-free-x-large-pink-100-box-fmn100044/product_3012159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiji-water-23-67-fl-oz-6-bottles-pack-2-packs-carton-00067/product_24419842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-1-2-beveled-square-coach-light-w-motion-white/product_2102285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-r-h-laurie-map-of-england-wales-1852-canvas-art-26x32-inches/product_245256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fila-core-ab-wheel-05-62763/product_24445381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-10-x-12-shipping-boxes-32-ect-brown-25-bundle-151012/product_948987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quubs-31-5-storage-cabinet-with-2-shelves-weathered-gray-g115002600/product_24522811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-storage-cabinet-with-2-shelves-weathered-gray-g115002300/product_24522812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/file-folders-recycled-2-tone-blue-legal-size-top-tab-1-3-cut-100-box/product_831252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-race-track-30-x-47-canvas-art/product_317109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/file-folders-recycled-2-tone-red-letter-top-tab-straight-cut-100-box/product_831255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filexec-my-carry-all-tote-24-in-x-32-in-black-34070-5/product_2246408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-11-1-8-x-6-easy-fold-mailers-50-bundle-m15116bfk/product_1578481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-11-shipping-boxes-32-ect-brown-25-bundle-151111/product_814174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-indian-yellow-40-ml/product_1721965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:38:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filofax-a5-classic-bright-4-subject-professional-notebooks-5-8-x-8-25-college-ruled-56-sheets-blue-b115009u/product_1678460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-12-reclosable-poly-bags-4-mil-clear-500-pack-pb3790/product_24409151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-payne-s-grey-40-ml-pack-of-2/product_1721794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-phthalo-turquoise-40-ml-pack-of-2-2pk-1023/product_2134194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-14-x-25-x-1-4-pack-1000-mpr/product_24592655 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-13-x-7-shipping-boxes-32-ect-brown-25-bundle-15137/product_814173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-18-x-24-x-1-4-pack-1000-mpr/product_24592647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-black-canvas-art-18x18-inches/product_250474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-titanium-white-104-ml-1110/product_2169111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-blender-188-ml/product_1721830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-20-x-25-x-1-ua03-4/product_3016425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-15-32-ect-shipping-boxes-25-bundle-cw57878/product_426302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-11-x-14-black-frame-art/product_317112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-20-x-30-x-1-4-pack-1900-mpr/product_24592656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-11-x-14-wood-frame-art/product_317118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filtrete-premium-allergen-bacteria-virus-air-filter-18-x-24-x-1-4-pack-1900-mpr/product_24592659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-16-x-20-wood-frame-art/product_317119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-16-x-24-canvas-art/product_317115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-iridescent-pearl-38-ml-2180/product_2169117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-22-x-32-canvas-art/product_317116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-30-x-47-canvas-art/product_317117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-mars-orange-38-ml-pack-of-2-2pk-2122/product_2137781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-1500-90-gauge-blown-stretch-wrap-clear-4-carton-sf159/product_449816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-randolph-caldecott-fox-hunting-in-surrey-canvas-art-22x32-inches/product_245674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-phthalo-blue-38-ml/product_1721857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-phthalo-turquoise-38-ml-2144/product_2169207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-18-flush-cut-foam-pouch-75-carton-cfp1518/product_947587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-18-gusseted-poly-bags-clear-500-carton-248-1518-20/product_695556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-titanium-zinc-white-188-ml/product_1721829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/find-it-4-x-6-tabbed-index-cards-assorted-colors-48-pack-ft07218/product_2229198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-14-x-19-canvas-art/product_821715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-turquoise-blue-38-ml/product_1721831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/find-it-binder-for-cd-dvd-white-polypropylene-cardboard-ft07016/product_681424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/find-it-gapless-heavy-duty-5-3-ring-non-view-binders-d-ring-black-ft07095/product_943643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-18-x-24-canvas-art/product_821713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-19-self-sealing-bubble-mailer-7-25-carton-st56650b/product_427576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/find-it-tab-view-hanging-file-folders-letter-9-pack-green-ft07032/product_2229196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-19-self-sealing-bubble-mailer-7-white-50-carton-cw56624/product_949015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-18-x-18-canvas-art-ali1118-c1818gg/product_2085365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raid-max-ant-roach-killer-14-5-oz-655571/product_1672098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-20-expansion-self-sealing-poly-mailer-300-carton-5218/product_24449559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raid-max-bug-barrier-128-oz-bottle-sjn620726ea/product_24412797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raid-multi-insect-killer-indoor-outdoor-aerosol-spray-15-oz-300819/product_24325349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-jet-dry-dishwasher-rinsing-agent-8-45-oz-8-carton-5170075713ct/product_591653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-20-layflat-poly-bags-3-mil-clear-500-carton-908/product_939722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raid-wasp-hornet-killer-33-aerosol-for-wasps-hornets-unscented-14-oz-668006/product_616428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-jet-dry-dishwasher-rinsing-agent-unscented-16-oz-5170078826/product_2796788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-20-reclosable-poly-bags-2-8-mil-clear-100-carton-stc364/product_23977976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-ilevel2-adjustable-laptop-stand-silver-12031/product_IM1VW3047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reach-30-x-47-canvas-art/product_33600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-25/product_24317057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-10-w-x-7-5-d-aluminum-laptop-stand-gold-10071/product_IM14N3471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card-100-email-delivery/product_2792241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card-50-email-delivery/product_2792242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-2000-75-gauge-pvc-shrink-film-clear-shpvc1575/product_948862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filofax-a5-classic-bright-4-subject-professional-notebooks-5-8-x-8-25-college-ruled-56-sheets-blue-b115009u/product_1678460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-12-reclosable-poly-bags-4-mil-clear-500-pack-pb3790/product_24409151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-10-w-x-7-5-d-aluminum-laptop-stand-silver-10032/product_IM1M48373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-24-gusseted-poly-bags-bags-on-a-roll-1-5-mil-clear-500-roll-1485r/product_939288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card/product_SS203552898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card/product_SS203552968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-payne-s-grey-40-ml-pack-of-2/product_1721794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-360-10-w-x-7-5-d-aluminum-laptop-stand-with-swivel-base-gold-10073/product_IM14N3473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-phthalo-turquoise-40-ml-pack-of-2-2pk-1023/product_2134194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-aluminum-laptop-stands-black-10075/product_IM19HH138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-emergency-shut-off-18x4-adhesive-vinylglow/product_554162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-14-x-25-x-1-4-pack-1000-mpr/product_24592655 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-13-x-7-shipping-boxes-32-ect-brown-25-bundle-15137/product_814173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-18-x-24-x-1-4-pack-1000-mpr/product_24592647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-extinguisher-10x14-adhesive-glow/product_563672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand360-stand-for-laptops-10076/product_IM19HH139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-black-canvas-art-18x18-inches/product_250474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-titanium-white-104-ml-1110/product_2169111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-20-x-25-x-1-ua03-4/product_3016425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-blender-188-ml/product_1721830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-20-x-30-x-1-4-pack-1900-mpr/product_24592656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-11-x-14-black-frame-art/product_317112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-11-x-14-wood-frame-art/product_317118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/filtrete-premium-allergen-bacteria-virus-air-filter-18-x-24-x-1-4-pack-1900-mpr/product_24592659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-16-x-20-wood-frame-art/product_317119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-15-32-ect-shipping-boxes-25-bundle-cw57878/product_426302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-16-x-24-canvas-art/product_317115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-iridescent-pearl-38-ml-2180/product_2169117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-30-x-47-canvas-art/product_317117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-mars-orange-38-ml-pack-of-2-2pk-2122/product_2137781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-22-x-32-canvas-art/product_317116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-1500-90-gauge-blown-stretch-wrap-clear-4-carton-sf159/product_449816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-randolph-caldecott-fox-hunting-in-surrey-canvas-art-22x32-inches/product_245674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-phthalo-blue-38-ml/product_1721857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-18-flush-cut-foam-pouch-75-carton-cfp1518/product_947587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-phthalo-turquoise-38-ml-2144/product_2169207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-18-gusseted-poly-bags-clear-500-carton-248-1518-20/product_695556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-titanium-zinc-white-188-ml/product_1721829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/find-it-4-x-6-tabbed-index-cards-assorted-colors-48-pack-ft07218/product_2229198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-14-x-19-canvas-art/product_821715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-turquoise-blue-38-ml/product_1721831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/find-it-binder-for-cd-dvd-white-polypropylene-cardboard-ft07016/product_681424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/find-it-gapless-heavy-duty-5-3-ring-non-view-binders-d-ring-black-ft07095/product_943643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-18-x-24-canvas-art/product_821713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-19-self-sealing-bubble-mailer-7-25-carton-st56650b/product_427576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-19-self-sealing-bubble-mailer-7-white-50-carton-cw56624/product_949015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/find-it-tab-view-hanging-file-folders-letter-9-pack-green-ft07032/product_2229196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-18-x-18-canvas-art-ali1118-c1818gg/product_2085365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raid-max-ant-roach-killer-14-5-oz-655571/product_1672098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-20-expansion-self-sealing-poly-mailer-300-carton-5218/product_24449559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raid-max-bug-barrier-128-oz-bottle-sjn620726ea/product_24412797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raid-multi-insect-killer-indoor-outdoor-aerosol-spray-15-oz-300819/product_24325349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-jet-dry-dishwasher-rinsing-agent-8-45-oz-8-carton-5170075713ct/product_591653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raid-wasp-hornet-killer-33-aerosol-for-wasps-hornets-unscented-14-oz-668006/product_616428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-jet-dry-dishwasher-rinsing-agent-unscented-16-oz-5170078826/product_2796788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-20-layflat-poly-bags-3-mil-clear-500-carton-908/product_939722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-20-reclosable-poly-bags-2-8-mil-clear-100-carton-stc364/product_23977976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-ilevel2-adjustable-laptop-stand-silver-12031/product_IM1VW3047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reach-30-x-47-canvas-art/product_33600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-25/product_24317057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-10-w-x-7-5-d-aluminum-laptop-stand-gold-10071/product_IM14N3471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card-100-email-delivery/product_2792241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card-50-email-delivery/product_2792242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-2000-75-gauge-pvc-shrink-film-clear-shpvc1575/product_948862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-10-w-x-7-5-d-aluminum-laptop-stand-silver-10032/product_IM1M48373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-24-gusseted-poly-bags-bags-on-a-roll-1-5-mil-clear-500-roll-1485r/product_939288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card/product_SS203552898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card/product_SS203552968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-360-10-w-x-7-5-d-aluminum-laptop-stand-with-swivel-base-gold-10073/product_IM14N3473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-aluminum-laptop-stands-black-10075/product_IM19HH138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-emergency-shut-off-18x4-adhesive-vinylglow/product_554162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-extinguisher-10x14-adhesive-glow/product_563672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand360-stand-for-laptops-10076/product_IM19HH139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-fighter-3-shade-billiard-pool-table-lamp-ff603/product_2211646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-mtower-4-5-w-x-9-8-d-aluminum-vertical-laptop-stand-silver-10037/product_IM1QR2371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-500-75-gauge-pvc-shrink-film-clear-shpvc1575r/product_667636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-30-x-47-canvas-art/product_491857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-brights-family-cut-outs-8-1-2-daddy/product_138534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-fire-exit-right-arrow-10x14-adhesive-vinylglow/product_563581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-9-x-27-gusseted-poly-bags-1-5-mil-clear-500-carton-1496/product_361474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:38:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-black-0063300/product_454893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-9-x-32-gusseted-poly-bags-2-mil-clear-250-carton-1620/product_361532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-amaryllis-14-x-32-canvas-art/product_314642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-dark-blue-0063180/product_575532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/150-5x7-folded-cards-pol/product_24488444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-apple-splash-by-roderick-stevens-11-x-14-white-matted-silver-frame-rs012-s1114mf/product_2081260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-apple-splash-by-roderick-stevens-11-x-14-black-matted-silver-frame-rs012-s1114bmf/product_2081261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-fire-sprinkler-shut-off-valve-10x14-adhesive-vinylglow/product_563572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-pink-0063260/product_575533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-storage-cabinet-3-shelf-parchment-19-1-4-d-dock-to-dock/product_668040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-scarlet-0063030/product_454887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-11-x-14-wood-frame-art/product_315176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-sky-blue-0063150/product_563253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-16-x-20-black-frame-art/product_315171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-vertical-file-cabinet-legal-4-drawer-parchment-31-1-2-d-truck-to-loading-dock/product_670432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-fraction-measuring-cups-9-pack-93399/product_24530455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-sprinkler-control-valve-10x14-adhesive-vinylglow/product_563570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15k-9-mch-envlps-wht-70-psc-1119/product_349791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainforest-cafe-gift-card-100-email-delivery/product_1204144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-1-8-x-9-1-8-x-2-easy-fold-mailers-50-bundle-m2bk/product_831836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-Diameter-Single-Bowl-Floor-Display/product_2230236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-25-letter-fire-resistant-vertical-cabinet-putty/product_670090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-75-x-16-75-x-15-insulated-shipping-containers-2-thick-249c/product_946210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-L-x-12-W-x-10-H-Shipping-Box-32-ECT-Brown-Each/product_742293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-blossoms-18-x-24-canvas-art/product_317507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-31-letter-fire-resistant-vertical-cabinet-black/product_670420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-31-letter-fire-resistant-vertical-cabinet-putty/product_670464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-fire-resistant-vertical-cabinet-legal-size-black-inside-delivery-22131cbli/product_670425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-connecticut-and-rhode-island-state-map-9-x-4-25-0528025988/product_24532966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0123-b1620mf/product_2085583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-delaware-and-maryland-state-map-9-x-4-25-0528025996/product_24532866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-25-fire-resistant-vertical-cabinet-letter-2-dwr-parchment-27-3-4-h-x-17-3-4-w-x-25-d-truck-to-loading-dock/product_670089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-18-x-24-canvas-art-ph0123-c1824gg/product_2086892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-w-x-16-l-wicketed-e-commerce-bag-1-5-mil-500-box-flrs16x16/product_24455108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-new-england-regional-map-9-x-4-25-0528026151/product_24532957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-35-x-47-canvas-art-ph0123-c3547gg/product_2076812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-on-white-by-nicole-dietz-canvas-art-18-x-24-886511004924/product_253747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-100-Gauge-x-1500-Staples-Shrink-Tubing-1-Roll/product_946461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-vertical-cabinet-letter-2-drawer-black-27-3-4-h-x-17-3-4-w-x-31-9-16-d-truck-to-loading-dock/product_670468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-parallel-universe-by-philippe-sainte-laudy-11-x-11-white-matted-black-frame-psl0444-b1111mf/product_2083703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-washington-state-map-9-x-4-25-0528026232/product_24532860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-flowers-with-jar-26-x-32-canvas-art/product_317505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-11-x-10-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-161110/product_947194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-parchment-2m1822-1pa/product_24560716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-12-32-ect-shipping-boxes-25-bundle-cw57286/product_411797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-parchment-2m1822-1pai/product_24560718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-2-deluxe-literature-mailers-50-bundle-mfl16122k/product_1578409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-nebraska-state-map-9-5-x-4-0528025856/product_24532959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-fighter-3-shade-billiard-pool-table-lamp-ff603/product_2211646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rain-design-mtower-4-5-w-x-9-8-d-aluminum-vertical-laptop-stand-silver-10037/product_IM1QR2371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-laminated-folded-map-kentucky-state-map-9-5-x-4-0528025813/product_24532868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-mississippi-state-map-9-5-x-4-0528025848/product_24532973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-16-x-20-white-matted-black-frame-ma0624-b1620mf/product_2086208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-4-32-ect-shipping-boxes-25-pk/product_24407010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-500-75-gauge-pvc-shrink-film-clear-shpvc1575r/product_667636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-30-x-47-canvas-art/product_491857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-dallas-street-map-9-5-x-4-0528024892/product_24532872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-fire-resistant-vertical-file-cabinet-letter-4-drawer-black-56-3-16-h-x-19-w-x-31-3-16-d-inside-delivery/product_710063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-18-x-24-canvas-art-ma0624-c1824gg/product_2078502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-brights-family-cut-outs-8-1-2-daddy/product_138534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-fire-exit-right-arrow-10x14-adhesive-vinylglow/product_563581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-miami-fort-lauderdale-west-palm-beach-regional-map-9-5-x-4-0528025554/product_24532971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-9-x-27-gusseted-poly-bags-1-5-mil-clear-500-carton-1496/product_361474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-6-32-ect-shipping-boxes/product_24406596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-black-0063300/product_454893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15-x-9-x-32-gusseted-poly-bags-2-mil-clear-250-carton-1620/product_361532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-dark-blue-0063180/product_575532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/150-5x7-folded-cards-pol/product_24488444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-amaryllis-14-x-32-canvas-art/product_314642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-apple-splash-by-roderick-stevens-11-x-14-white-matted-silver-frame-rs012-s1114mf/product_2081260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-apple-splash-by-roderick-stevens-11-x-14-black-matted-silver-frame-rs012-s1114bmf/product_2081261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-fire-sprinkler-shut-off-valve-10x14-adhesive-vinylglow/product_563572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-pink-0063260/product_575533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-storage-cabinet-3-shelf-parchment-19-1-4-d-dock-to-dock/product_668040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-sky-blue-0063150/product_563253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-11-x-14-wood-frame-art/product_315176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-scarlet-0063030/product_454887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-16-x-20-black-frame-art/product_315171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-vertical-file-cabinet-legal-4-drawer-parchment-31-1-2-d-truck-to-loading-dock/product_670432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainbow-fraction-measuring-cups-9-pack-93399/product_24530455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fire-sprinkler-control-valve-10x14-adhesive-vinylglow/product_563570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/15k-9-mch-envlps-wht-70-psc-1119/product_349791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rainforest-cafe-gift-card-100-email-delivery/product_1204144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-1-8-x-9-1-8-x-2-easy-fold-mailers-50-bundle-m2bk/product_831836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-Diameter-Single-Bowl-Floor-Display/product_2230236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-25-letter-fire-resistant-vertical-cabinet-putty/product_670090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-75-x-16-75-x-15-insulated-shipping-containers-2-thick-249c/product_946210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-L-x-12-W-x-10-H-Shipping-Box-32-ECT-Brown-Each/product_742293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-blossoms-18-x-24-canvas-art/product_317507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-31-letter-fire-resistant-vertical-cabinet-black/product_670420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-31-letter-fire-resistant-vertical-cabinet-putty/product_670464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-fire-resistant-vertical-cabinet-legal-size-black-inside-delivery-22131cbli/product_670425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-connecticut-and-rhode-island-state-map-9-x-4-25-0528025988/product_24532966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0123-b1620mf/product_2085583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-delaware-and-maryland-state-map-9-x-4-25-0528025996/product_24532866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-25-fire-resistant-vertical-cabinet-letter-2-dwr-parchment-27-3-4-h-x-17-3-4-w-x-25-d-truck-to-loading-dock/product_670089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-18-x-24-canvas-art-ph0123-c1824gg/product_2086892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-w-x-16-l-wicketed-e-commerce-bag-1-5-mil-500-box-flrs16x16/product_24455108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-new-england-regional-map-9-x-4-25-0528026151/product_24532957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-35-x-47-canvas-art-ph0123-c3547gg/product_2076812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-on-white-by-nicole-dietz-canvas-art-18-x-24-886511004924/product_253747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-100-Gauge-x-1500-Staples-Shrink-Tubing-1-Roll/product_946461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-vertical-cabinet-letter-2-drawer-black-27-3-4-h-x-17-3-4-w-x-31-9-16-d-truck-to-loading-dock/product_670468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-parallel-universe-by-philippe-sainte-laudy-11-x-11-white-matted-black-frame-psl0444-b1111mf/product_2083703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-washington-state-map-9-x-4-25-0528026232/product_24532860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-flowers-with-jar-26-x-32-canvas-art/product_317505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-11-x-10-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-161110/product_947194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-parchment-2m1822-1pa/product_24560716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-12-32-ect-shipping-boxes-25-bundle-cw57286/product_411797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-parchment-2m1822-1pai/product_24560718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-2-deluxe-literature-mailers-50-bundle-mfl16122k/product_1578409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-nebraska-state-map-9-5-x-4-0528025856/product_24532959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-laminated-folded-map-kentucky-state-map-9-5-x-4-0528025813/product_24532868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-mississippi-state-map-9-5-x-4-0528025848/product_24532973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-16-x-20-white-matted-black-frame-ma0624-b1620mf/product_2086208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-4-32-ect-shipping-boxes-25-pk/product_24407010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-dallas-street-map-9-5-x-4-0528024892/product_24532872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-fire-resistant-vertical-file-cabinet-letter-4-drawer-black-56-3-16-h-x-19-w-x-31-3-16-d-inside-delivery/product_710063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-18-x-24-canvas-art-ma0624-c1824gg/product_2078502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-miami-fort-lauderdale-west-palm-beach-regional-map-9-5-x-4-0528025554/product_24532971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-6-32-ect-shipping-boxes/product_24406596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-11-x-14-white-matted-black-frame-sg5735-b1114mf/product_2081220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-8-corrugated-kraft-boxes-25-bundle-bs161208x/product_24409824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-new-york-city-long-island-regional-9-5-x-4-0528025570/product_24539098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-11-x-14-white-matted-wood-frame-sg5735-w1114mf/product_2080915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-card-check-and-note-file-6-drawer-parchment/product_1904518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-8-shipping-boxes-brown-25-bundle-hd16128/product_405039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-9-shipping-boxes-32-ect-brown-25-bundle-16129r/product_947201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-phoenix-street-map-9-5-x-4-0528025228/product_24532869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-13-x-10-shipping-boxes-32-ect-brown-25-bundle-161310/product_574401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-24-gusseted-poly-bags-1-5-mil-clear-500-carton-1497/product_361481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-letter-legal-size-lockable-fire-resistant-parchment-23822cpa/product_132219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-30-gusseted-poly-bags-1-5-mil-clear-500-carton-1498/product_361482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-classic-3-drawer-lateral-file-cabinet-fire-resistant-assorted-colors/product_SS212599351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-classic-3-drawer-lateral-file-cabinet-fire-resistant-black-letter-legal-44-5-w-3-4422-cbl/product_2725771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-14-x-14-canvas-art/product_33717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/random-house-double-the-dinosaurs-a-math-reader-9780525648703/product_24557634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1495/product_361484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-35-x-35-canvas-art/product_33714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-6-shipping-boxes-32-ect-brown-25-bundle/product_24407849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-8-shipping-boxes-32-ect-brown-25-bundle-16148/product_557436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-1476-47-gauge-cast-stretch-wrap-clear-4-carton-cw56715/product_1904054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/range-kleen-2-piece-heavy-duty-porcelain-and-chrome-plated-16-in-x-12-75-in-full-size-broiler-pan-bp100/product_24543181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-234/product_939513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/range-kleen-b02mc-nonstick-medium-cookie-sheet/product_24330154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-rose-18-x-24-canvas-art/product_315267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-2-mil-clear-1000-carton-569/product_939143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/range-kleen-b11sc-nonstick-8-square-cake-pan/product_24330183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-staples-chipboard-pad-350-case-bscp1616/product_947775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-4-mil-clear-500-carton-1239/product_361139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-beige-25-06-d-inside-4-1825-cpa/product_668900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-16-x-20-wood-frame-art/product_494330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-90-lb-cardstock-paper-white-60-sheets-pack-72271-pk3/product_24196980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-12-shipping-boxes-48-ect-double-wall-brown-15-bundle-bs161612hddw/product_2647593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-dock-4-1831-cbl/product_670427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0445-b1114mf/product_2079410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-15-shipping-boxes-32-ect-brown-25-bundle-161615/product_630585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-18-shipping-boxes-32-ect-brown-25-bundle-161618/product_405037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-parchment-31-56-d-4-1831-cpa/product_670466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-16-shipping-boxes-44-ect-brown-25-bundle-hd1616/product_426318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-library-green-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0445-c3047gg/product_2080965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-monarch-orange-2-1-2-x-3-3-4-pad-3-pack-69804-pk3/product_1718614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-2-drawer-vertical-file-cabinet-letter-legal-size-lockable-27-75-h-x-17-68-w-x-25-d-black-2p1825cbli/product_356374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-olive-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-legal-beige-31-56-d-dock-4p2131-cpa/product_356156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-vermillion-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-40-telescoping-inner-boxes-32-ect-brown-10-bundle-box-1-of-2-t161640inner/product_946865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-5-shipping-boxes-32-ect-brown-25-bundle-16165/product_408457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-4p1831-cbli/product_356368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-7-shipping-boxes-32-ect-brown-25-bundle-16167/product_408455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-crushed-grape-2-oz-bottle-pack-of-3/product_1720648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-apples-14-x-14-canvas-art/product_496116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-8-shipping-boxes-48-ect-double-wall-brown-15-bundle-hd16168dw/product_405038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-apples-24-x-24-canvas-art/product_492430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-pure-sunshine-2-oz-bottle-pack-of-3-72083-pk3/product_1720641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-11-x-14-white-matted-black-frame-sg5735-b1114mf/product_2081220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-8-corrugated-kraft-boxes-25-bundle-bs161208x/product_24409824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-parchment-31-56-d-4p1831-cpa/product_356361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-daisy-by-sheila-golden-ready-to-hang-18x24-inches/product_254712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-vertical-file-cabinet-letter-2-drawer-black-31-9-16-d-truck-to-loading-dock/product_356167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-vertical-file-cabinet-letter-legal-2-drawer-parchment-25-1-16-d-truck-to-loading-dock/product_356161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-new-york-city-long-island-regional-9-5-x-4-0528025570/product_24539098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-11-x-14-white-matted-wood-frame-sg5735-w1114mf/product_2080915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-11-x-14-white-matted-wood-frame-ma0640-w1114mf/product_2082058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-18-layflat-poly-bags-4-mil-clear-500-carton-1240/product_939800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-safe-in-a-file-vertical-file-cabinet-legal-2-drawer-parchment-31-1-2-d/product_912483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-card-check-and-note-file-6-drawer-parchment/product_1904518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-2-drawer-lateral-file-cabinet-fire-resistant-letter-legal-beige-31-13-w-2r3122-cpa/product_518060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-18-reclosable-poly-bags-2-mil-clear-1000-carton-3681a/product_939345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-8-shipping-boxes-brown-25-bundle-hd16128/product_405039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-9-shipping-boxes-32-ect-brown-25-bundle-16129r/product_947201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-phoenix-street-map-9-5-x-4-0528025228/product_24532869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-13-x-10-shipping-boxes-32-ect-brown-25-bundle-161310/product_574401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-24-gusseted-poly-bags-1-5-mil-clear-500-carton-1497/product_361481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-letter-legal-size-lockable-fire-resistant-parchment-23822cpa/product_132219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-30-gusseted-poly-bags-1-5-mil-clear-500-carton-1498/product_361482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-classic-3-drawer-lateral-file-cabinet-fire-resistant-assorted-colors/product_SS212599351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-classic-3-drawer-lateral-file-cabinet-fire-resistant-black-letter-legal-44-5-w-3-4422-cbl/product_2725771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-14-x-14-canvas-art/product_33717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/random-house-double-the-dinosaurs-a-math-reader-9780525648703/product_24557634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1495/product_361484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-35-x-35-canvas-art/product_33714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-6-shipping-boxes-32-ect-brown-25-bundle/product_24407849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-8-shipping-boxes-32-ect-brown-25-bundle-16148/product_557436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/range-kleen-2-piece-heavy-duty-porcelain-and-chrome-plated-16-in-x-12-75-in-full-size-broiler-pan-bp100/product_24543181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-1476-47-gauge-cast-stretch-wrap-clear-4-carton-cw56715/product_1904054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-234/product_939513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/range-kleen-b02mc-nonstick-medium-cookie-sheet/product_24330154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-rose-18-x-24-canvas-art/product_315267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-2-mil-clear-1000-carton-569/product_939143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/range-kleen-b11sc-nonstick-8-square-cake-pan/product_24330183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-staples-chipboard-pad-350-case-bscp1616/product_947775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-4-mil-clear-500-carton-1239/product_361139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-beige-25-06-d-inside-4-1825-cpa/product_668900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-90-lb-cardstock-paper-white-60-sheets-pack-72271-pk3/product_24196980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-12-shipping-boxes-48-ect-double-wall-brown-15-bundle-bs161612hddw/product_2647593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-16-x-20-wood-frame-art/product_494330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-dock-4-1831-cbl/product_670427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0445-b1114mf/product_2079410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-15-shipping-boxes-32-ect-brown-25-bundle-161615/product_630585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-parchment-31-56-d-4-1831-cpa/product_670466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-18-shipping-boxes-32-ect-brown-25-bundle-161618/product_405037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-16-shipping-boxes-44-ect-brown-25-bundle-hd1616/product_426318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0445-c3047gg/product_2080965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-library-green-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-monarch-orange-2-1-2-x-3-3-4-pad-3-pack-69804-pk3/product_1718614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-2-drawer-vertical-file-cabinet-letter-legal-size-lockable-27-75-h-x-17-68-w-x-25-d-black-2p1825cbli/product_356374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-olive-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-legal-beige-31-56-d-dock-4p2131-cpa/product_356156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-vermillion-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-40-telescoping-inner-boxes-32-ect-brown-10-bundle-box-1-of-2-t161640inner/product_946865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-5-shipping-boxes-32-ect-brown-25-bundle-16165/product_408457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-4p1831-cbli/product_356368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-7-shipping-boxes-32-ect-brown-25-bundle-16167/product_408455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-crushed-grape-2-oz-bottle-pack-of-3/product_1720648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-apples-14-x-14-canvas-art/product_496116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-8-shipping-boxes-48-ect-double-wall-brown-15-bundle-hd16168dw/product_405038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-apples-24-x-24-canvas-art/product_492430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-pure-sunshine-2-oz-bottle-pack-of-3-72083-pk3/product_1720641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-parchment-31-56-d-4p1831-cpa/product_356361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-daisy-by-sheila-golden-ready-to-hang-18x24-inches/product_254712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-vertical-file-cabinet-letter-2-drawer-black-31-9-16-d-truck-to-loading-dock/product_356167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-vertical-file-cabinet-letter-legal-2-drawer-parchment-25-1-16-d-truck-to-loading-dock/product_356161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-18-layflat-poly-bags-4-mil-clear-500-carton-1240/product_939800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-11-x-14-white-matted-wood-frame-ma0640-w1114mf/product_2082058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-safe-in-a-file-vertical-file-cabinet-legal-2-drawer-parchment-31-1-2-d/product_912483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-2-drawer-lateral-file-cabinet-fire-resistant-letter-legal-beige-31-13-w-2r3122-cpa/product_518060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-18-reclosable-poly-bags-2-mil-clear-1000-carton-3681a/product_939345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-2-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-22-13-d-2r1822-cpa/product_670534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-16-x-20-white-matted-black-frame-ma0640-b1620mf/product_2086178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-1950-air-pillow-film-for-airplus-packing-station-529099/product_24531405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-22-x-32-canvas-art-ma0640-c2232gg/product_2077407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-4-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-22-13-d-dock-4r1822-cpa/product_473993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:39:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-lavender-0-5-oz-bottle-pack-of-6/product_1717542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-wrap-18-x-24-canvas-art/product_817708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-240/product_939517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-silver-0-5-oz-bottle-pack-of-6/product_1717548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2405/product_939939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-2-mil-clear-1000-carton-575/product_725946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-1-benzalkonium-chloride-antiseptic-spray-4-fl-oz-13-080/product_813143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-redstreake-pattern-collage-branches-and-blooms-14-x-19-canvas-886511944633/product_2575713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-75-w-x-3-l-adhesive-bandages-100-box-g155/product_504001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-bags-on-a-roll-2-mil-clear-1000-roll-7740/product_940211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflection-11-x-14-wood-frame-art/product_317611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflection-26-x-32-canvas-art/product_317609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-20-reclosable-poly-bags-4-mil-clear-250-pack-prr162004/product_24343826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-a-millhouse-26-x-32-canvas-art/product_313935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-a-millhouse-35-x-47-canvas-art/product_313936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-22-layflat-poly-bags-3-mil-clear-500-carton-pb4198/product_24328928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-raspberry-brights-0-5-oz-bottle-pack-of-6-6pk-tab25528/product_2138118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-w-x-3-l-heavy-woven-bandages-50-box-g167/product_65002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-red-pepper-earthtones-0-5-oz-bottle-pack-of-6-6pk-tim22152/product_2130429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-24-layflat-poly-bags-2-mil-clear-1000-carton-580/product_939623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-x-3-plastic-adhesive-bandages-16-box-1-002-an146/product_71357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-24-layflat-poly-bags-3-mil-clear-500-carton-915/product_939724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-10-piece-bleeding-control-kit-91159/product_24434759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-sunset-orange-brights-0-5-oz-bottle-pack-of-6-6pk-tab25542/product_2138119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-on-a-quiet-lake-16-x-24-canvas-art/product_314263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-on-gem-lake-35-x-47-canvas-art/product_314052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-broken-china-pad-3-pack-38002-pk3/product_1720999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-196-pc-first-aid-kit-for-50-people-225-an/product_495564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-bundled-sage-pad-pack-of-3/product_1720979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-chipped-sapphire-0-5-oz-reinker-bottle-pack-of-3/product_1721060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-person-3-day-tornado-emergency-preparedness-kit-91056/product_24356136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-dusty-concord-0-5-oz-reinker-bottle-pack-of-3/product_1721209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-36-layflat-poly-bags-2-mil-clear-500-carton-583/product_939625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-x-2-3-x-3-sterile-8-12-ply-gauze-dressing-pads-48-box-i228/product_2091409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-16-x-24-canvas-art/product_313072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-4-x-4-shipping-boxes-32-ect-brown-25-bundle-1644/product_408459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-224-piece-emergency-response-bag-91170/product_24566406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-old-paper-0-5-oz-reinker-bottle-pack-of-3/product_1720984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-day-hurricane-emergency-preparedness-kit-91054/product_24356141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regina-paisaje-insular-canvas-art-35x47-inches/product_250356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regina-sobre-la-montana-el-arbol-canvas-art-26x32-inches/product_250353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-6-core-polyester-strapping-machine-grade-sps5225/product_946392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regina-rostros-canvas-art-35x47-inches/product_250367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-tea-dye-0-5-oz-reinker-bottle-pack-of-3/product_1721148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-sterile-12-ply-pads-20-box-i211/product_898939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-6-x-4-shipping-boxes-32-ect-brown-25-bundle-1664/product_814172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-8-x-4-shipping-boxes-32-ect-brown-25-bundle-1684/product_948968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-weathered-wood-0-5-oz-reinker-bottle-pack-of-3-3pk-tim20318/product_2131375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-4-sterile-stretch-gauze-bandage-5-800/product_2706116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-8-x-6-shipping-boxes-32-ect-brown-25-bundle-1686/product_426306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-16-x-20-white-matted-black-frame-ma0640-b1620mf/product_2086178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-2-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-22-13-d-2r1822-cpa/product_670534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-41-piece-burn-care-treatment-pack-91167/product_24566404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-43-piece-emergency-preparedness-kit-90123/product_819379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x16-x2-Partners-Brand-Literature-Mailers-50-Bundle-ML16162/product_1499828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-24-x-32-canvas-art/product_821651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-1950-air-pillow-film-for-airplus-packing-station-529099/product_24531405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-5-sterile-trauma-pad-an205/product_2706108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-22-x-32-canvas-art-ma0640-c2232gg/product_2077407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/160-rctngl-adv-lbl-mt-3x4-pis/product_24514628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-resonance-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0446-b1620mf/product_2085475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16w-3-drawer-mobile-pedestal-assembled/product_SS204158821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-4-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-22-13-d-dock-4r1822-cpa/product_473993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rapid-classic-k1-stapling-plier-50-sheet-capacity-chrome-90119/product_504548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-lavender-0-5-oz-bottle-pack-of-6/product_1717542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-240/product_939517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-wrap-18-x-24-canvas-art/product_817708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-silver-0-5-oz-bottle-pack-of-6/product_1717548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2405/product_939939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-2-mil-clear-1000-carton-575/product_725946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-1-benzalkonium-chloride-antiseptic-spray-4-fl-oz-13-080/product_813143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-redstreake-pattern-collage-branches-and-blooms-14-x-19-canvas-886511944633/product_2575713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-bags-on-a-roll-2-mil-clear-1000-roll-7740/product_940211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-75-w-x-3-l-adhesive-bandages-100-box-g155/product_504001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflection-11-x-14-wood-frame-art/product_317611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflection-26-x-32-canvas-art/product_317609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-20-reclosable-poly-bags-4-mil-clear-250-pack-prr162004/product_24343826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-a-millhouse-26-x-32-canvas-art/product_313935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-22-layflat-poly-bags-3-mil-clear-500-carton-pb4198/product_24328928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-a-millhouse-35-x-47-canvas-art/product_313936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-raspberry-brights-0-5-oz-bottle-pack-of-6-6pk-tab25528/product_2138118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-x-3-plastic-adhesive-bandages-16-box-1-002-an146/product_71357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-24-layflat-poly-bags-2-mil-clear-1000-carton-580/product_939623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-red-pepper-earthtones-0-5-oz-bottle-pack-of-6-6pk-tim22152/product_2130429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-w-x-3-l-heavy-woven-bandages-50-box-g167/product_65002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-10-piece-bleeding-control-kit-91159/product_24434759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-24-layflat-poly-bags-3-mil-clear-500-carton-915/product_939724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-sunset-orange-brights-0-5-oz-bottle-pack-of-6-6pk-tab25542/product_2138119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-on-a-quiet-lake-16-x-24-canvas-art/product_314263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-on-gem-lake-35-x-47-canvas-art/product_314052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-broken-china-pad-3-pack-38002-pk3/product_1720999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-196-pc-first-aid-kit-for-50-people-225-an/product_495564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-bundled-sage-pad-pack-of-3/product_1720979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-dusty-concord-0-5-oz-reinker-bottle-pack-of-3/product_1721209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-person-3-day-tornado-emergency-preparedness-kit-91056/product_24356136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-chipped-sapphire-0-5-oz-reinker-bottle-pack-of-3/product_1721060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-36-layflat-poly-bags-2-mil-clear-500-carton-583/product_939625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-x-2-3-x-3-sterile-8-12-ply-gauze-dressing-pads-48-box-i228/product_2091409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-16-x-24-canvas-art/product_313072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-224-piece-emergency-response-bag-91170/product_24566406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-4-x-4-shipping-boxes-32-ect-brown-25-bundle-1644/product_408459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-old-paper-0-5-oz-reinker-bottle-pack-of-3/product_1720984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-day-hurricane-emergency-preparedness-kit-91054/product_24356141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regina-paisaje-insular-canvas-art-35x47-inches/product_250356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regina-sobre-la-montana-el-arbol-canvas-art-26x32-inches/product_250353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regina-rostros-canvas-art-35x47-inches/product_250367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-6-core-polyester-strapping-machine-grade-sps5225/product_946392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-tea-dye-0-5-oz-reinker-bottle-pack-of-3/product_1721148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-sterile-12-ply-pads-20-box-i211/product_898939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-6-x-4-shipping-boxes-32-ect-brown-25-bundle-1664/product_814172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-8-x-4-shipping-boxes-32-ect-brown-25-bundle-1684/product_948968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-weathered-wood-0-5-oz-reinker-bottle-pack-of-3-3pk-tim20318/product_2131375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-4-sterile-stretch-gauze-bandage-5-800/product_2706116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x-8-x-6-shipping-boxes-32-ect-brown-25-bundle-1686/product_426306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-41-piece-burn-care-treatment-pack-91167/product_24566404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-43-piece-emergency-preparedness-kit-90123/product_819379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16-x16-x2-Partners-Brand-Literature-Mailers-50-Bundle-ML16162/product_1499828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-24-x-32-canvas-art/product_821651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-5-sterile-trauma-pad-an205/product_2706108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/160-rctngl-adv-lbl-mt-3x4-pis/product_24514628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-resonance-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0446-b1620mf/product_2085475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/16w-3-drawer-mobile-pedestal-assembled/product_SS204158821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rapid-classic-k1-stapling-plier-50-sheet-capacity-chrome-90119/product_504548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-9-piece-bleeding-control-kit-91481/product_24573166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rapid-duax-heavy-duty-desktop-stapler-170-sheet-capacity-silver-73338/product_24343463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-1-8-x-11-1-8-x-4-literature-mailer-50-bundle/product_949040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rapid-high-capacity-staples-5-16-leg-length-5000-box-90003/product_970364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-16-x-20-wood-frame-art/product_315137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-16-x-24-canvas-art/product_315133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-22-x-32-canvas-art/product_315134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-30-x-47-canvas-art/product_315135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-10-shipping-boxes-32-ect-white-25-bundle-171110w/product_814162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-2-by-michael-tompsett-30-x-47-canvas-art-mt0728-c3047gg/product_2081636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-b-2-shelf-first-aid-kit-refill/product_2405749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-3-by-michael-tompsett-12-x-19-canvas-art-mt0729-c1219gg/product_2079029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-5-x-6-shipping-boxes-32-ect-brown-25-bundle-17116r/product_630623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-by-michael-tompsett-12-x-19-canvas-art-mt0727-c1219gg/product_2079031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rapidesign-landscape-drafting-and-design-template-landscape-template-r715/product_2245413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rapidesign-technical-and-scientific-drafting-templates-r-47-laboratory-instruments-r47/product_2134701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rapidesign-general-purpose-drafting-and-design-templates-radius-guide-r75/product_2134736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-assorted-adhesive-bandages-150-box-90095/product_821482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-bandage-wraps-smart-compliance-elastic-2-x-5-yards-fao3009/product_800258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-7-8-x-23-7-8-staples-corrugated-layer-pad-50-bundle-bssp1723/product_947536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-63-x-22-25-x-17-38-moving-boxes-kraft-blue-2-pack-7718203/product_24344195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raritan-d2cim-dvusb-dvi-computer-interface-module/product_IM1PK1988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-16-x-16-white-matted-black-frame-ali1081-b1616mf/product_2084284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-35-x-35-canvas-art-ali1081-c3535gg/product_2079978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-x-10-x-10-5-insulated-shipping-containers-1-5-thick-246c/product_946208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-x-10-x-10-shipping-boxes-32-ect-brown-25-bundle-171010/product_574464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-14-x-19-canvas-art/product_821649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-16-x-20-black-frame-art/product_821420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raycon-the-magic-180-pro-fast-charging-cable-for-ios-micro-usb-usb-c-6-5-ft-black-racmag720-23e-blab/product_24599545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-x-12-x-10-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-171210/product_947195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-24-x-32-canvas-art/product_821647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-apollo-mesh-office-chair-black/product_122845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-x-13-x-5-shipping-boxes-32-ect-brown-25-bundle-17135/product_630615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-dakota-fabric-guest-chair-black-7011-blk/product_122961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-11-x-14-wood-frame-art/product_316515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-dakota-fabric-guest-chair-black-8011blk/product_122791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-compress-bandage-off-center-3-2-box-an266/product_71340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-x-14-x-5-shipping-boxes-32-ect-brown-25-bundle-17145/product_948982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-18-x-24-canvas-art/product_316512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-deluxe-pro-15-piece-bleeding-control-kit-91138/product_24434870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-35-x-47-canvas-art/product_316514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-x-17-x-6-shipping-boxes-32-ect-brown-25-bundle-bs171706/product_2647411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-11-x-14-wood-frame-art/product_312464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-eye-care-pack-4-piece-b717/product_71344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-16-x-20-black-frame-art/product_312459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raynor-marketing-ergo-elite-mesh-task-chair-black-me22erglt-blk/product_309930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-183-pieces-50-people-90617/product_2138775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ribbit-the-frog-by-design-turnpike-14-x-14-canvas-art-ali1265-c1414gg/product_2083163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rayovac-workhorse-pro-3aaa-led-virtually-indestructible-high-performance-headlight-w-battery/product_2667680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-ansi-2021-50-people-184-pieces-white-91329/product_24542370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ribbit-the-frog-by-design-turnpike-24-x-24-canvas-art-ali1265-c2424gg/product_2084523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-5-x-12-5-x-8-shipping-boxes-32-ect-brown-25-bundle-18128r/product_404767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-basilisk-v3-pro-wireless-optical-gaming-mouse-black-rz01-04620100-r3u1/product_24571245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-5-x-18-5-x-9-shipping-boxes-32-ect-brown-20-bundle-18189r/product_947074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-9-piece-bleeding-control-kit-91481/product_24573166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-a-new-day-canvas-art-24x32-inches/product_250310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rapid-duax-heavy-duty-desktop-stapler-170-sheet-capacity-silver-73338/product_24343463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-12-H-Shipping-Boxes-44-ECT-Brown-25-Bundle-BS181812HD/product_489204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-garden-canvas-art-24x32-inches/product_250315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-blackwidow-v4-pro-gaming-mechanical-keyboard-black-rz03-04680200-r3u1/product_24571242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-24-H-Deluxe-Moving-Boxes-32-ECT-Brown-15-Bundle-BS181824LMB/product_558687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-midnight-11-x-14-ma0150-b1114bmf/product_1725920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-1-8-x-11-1-8-x-4-literature-mailer-50-bundle/product_949040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rapid-high-capacity-staples-5-16-leg-length-5000-box-90003/product_970364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-gigantus-v2-foam-nonskid-gaming-mouse-pad-black-green-rz02-03330500-r3u1/product_24572530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-midnight-16-x-20-ma0150-b1620bmf/product_1725921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-28-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-181828/product_557517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-16-x-24-canvas-art/product_315133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-16-x-20-wood-frame-art/product_315137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-presence-11-x-14-ma0149-b1114bmf/product_1725923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-22-x-32-canvas-art/product_315134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-30-x-47-canvas-art/product_315135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-10-shipping-boxes-32-ect-white-25-bundle-171110w/product_814162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-2-by-michael-tompsett-30-x-47-canvas-art-mt0728-c3047gg/product_2081636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-b-2-shelf-first-aid-kit-refill/product_2405749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-5-x-6-shipping-boxes-32-ect-brown-25-bundle-17116r/product_630623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-3-by-michael-tompsett-12-x-19-canvas-art-mt0729-c1219gg/product_2079029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-by-michael-tompsett-12-x-19-canvas-art-mt0727-c1219gg/product_2079031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rapidesign-landscape-drafting-and-design-template-landscape-template-r715/product_2245413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rapidesign-technical-and-scientific-drafting-templates-r-47-laboratory-instruments-r47/product_2134701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rapidesign-general-purpose-drafting-and-design-templates-radius-guide-r75/product_2134736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-assorted-adhesive-bandages-150-box-90095/product_821482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-bandage-wraps-smart-compliance-elastic-2-x-5-yards-fao3009/product_800258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-7-8-x-23-7-8-staples-corrugated-layer-pad-50-bundle-bssp1723/product_947536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-63-x-22-25-x-17-38-moving-boxes-kraft-blue-2-pack-7718203/product_24344195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raritan-d2cim-dvusb-dvi-computer-interface-module/product_IM1PK1988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-16-x-16-white-matted-black-frame-ali1081-b1616mf/product_2084284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-35-x-35-canvas-art-ali1081-c3535gg/product_2079978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-x-10-x-10-5-insulated-shipping-containers-1-5-thick-246c/product_946208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-x-10-x-10-shipping-boxes-32-ect-brown-25-bundle-171010/product_574464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-14-x-19-canvas-art/product_821649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-16-x-20-black-frame-art/product_821420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raycon-the-magic-180-pro-fast-charging-cable-for-ios-micro-usb-usb-c-6-5-ft-black-racmag720-23e-blab/product_24599545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-x-12-x-10-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-171210/product_947195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-24-x-32-canvas-art/product_821647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-apollo-mesh-office-chair-black/product_122845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-x-13-x-5-shipping-boxes-32-ect-brown-25-bundle-17135/product_630615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-dakota-fabric-guest-chair-black-7011-blk/product_122961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-11-x-14-wood-frame-art/product_316515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-dakota-fabric-guest-chair-black-8011blk/product_122791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-compress-bandage-off-center-3-2-box-an266/product_71340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-x-14-x-5-shipping-boxes-32-ect-brown-25-bundle-17145/product_948982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-18-x-24-canvas-art/product_316512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-deluxe-pro-15-piece-bleeding-control-kit-91138/product_24434870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-35-x-47-canvas-art/product_316514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/17-x-17-x-6-shipping-boxes-32-ect-brown-25-bundle-bs171706/product_2647411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-11-x-14-wood-frame-art/product_312464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-eye-care-pack-4-piece-b717/product_71344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-16-x-20-black-frame-art/product_312459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/raynor-marketing-ergo-elite-mesh-task-chair-black-me22erglt-blk/product_309930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-183-pieces-50-people-90617/product_2138775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ribbit-the-frog-by-design-turnpike-14-x-14-canvas-art-ali1265-c1414gg/product_2083163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rayovac-workhorse-pro-3aaa-led-virtually-indestructible-high-performance-headlight-w-battery/product_2667680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-ansi-2021-50-people-184-pieces-white-91329/product_24542370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ribbit-the-frog-by-design-turnpike-24-x-24-canvas-art-ali1265-c2424gg/product_2084523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-5-x-12-5-x-8-shipping-boxes-32-ect-brown-25-bundle-18128r/product_404767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-basilisk-v3-pro-wireless-optical-gaming-mouse-black-rz01-04620100-r3u1/product_24571245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-5-x-18-5-x-9-shipping-boxes-32-ect-brown-20-bundle-18189r/product_947074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-a-new-day-canvas-art-24x32-inches/product_250310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-12-H-Shipping-Boxes-44-ECT-Brown-25-Bundle-BS181812HD/product_489204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-garden-canvas-art-24x32-inches/product_250315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-blackwidow-v4-pro-gaming-mechanical-keyboard-black-rz03-04680200-r3u1/product_24571242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-24-H-Deluxe-Moving-Boxes-32-ECT-Brown-15-Bundle-BS181824LMB/product_558687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-midnight-11-x-14-ma0150-b1114bmf/product_1725920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-gigantus-v2-foam-nonskid-gaming-mouse-pad-black-green-rz02-03330500-r3u1/product_24572530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-midnight-16-x-20-ma0150-b1620bmf/product_1725921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-28-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-181828/product_557517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-presence-11-x-14-ma0149-b1114bmf/product_1725923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-6-H-Multi-Depth-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS181806MD/product_405024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-huntsman-mini-gaming-keyboard-black-rz03-03390500-r3u1/product_24567546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-speed-canvas-art-35x47-inches/product_250313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-foot-operated-impulse-sealer-spbf18/product_946492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-rctngl-adv-lbl-mt-2x3-pol/product_24514670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-kraken-v3-pro-refurbished-wireless-noise-canceling-stereo-gaming-over-the-ear-headset-3-5mm-black-rz04-03460100-r3u1/product_24550828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-rctngl-adv-lbl-mt-2x3-pis/product_24514701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-kit-tweezers-3-slanted-stainless-steel-m5090/product_71273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-iskur-x-faux-leather-ergonomic-racing-gaming-chair-black-green-rz38-02840100-r3u1/product_24503288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-metal-door-jammer-red-black-50-box-91355/product_24566400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-rz02-01070600-r3u2-goliathus-control-mouse-pad-4728024/product_24274463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-corrugated-pad-single-wall-50-bundle-sp1812/product_1499906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0542-c1219gg/product_2079218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-1000-63-gauge-stretch-wrap-blue-4-carton-46834/product_24452397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-nustat-4-sterile-hemostatic-gauze-pad-91196-002/product_24566407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-one-day-personal-protection-kit-6-pieces-kit-91228smp/product_24522512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-non-stick-pad-3-x-4-50-box-i256/product_71342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-10-x-10-shipping-boxes-32-ect-brown-25-bundle-181010/product_557433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-physicianscare-smartcompliance-refill-eyewash-4-oz-fae-7016/product_2681660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rca-4-device-palm-sized-universal-remote-rcr504br/product_210303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0542-c2232gg/product_2077395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-povidone-iodine-infection-control-wipes-50-box-g310/product_71287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-outdoor-first-aid-kit-107-piece-orange-acmfao420/product_24516837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-readycare-238-pc-first-aid-kit-for-50-people-90698/product_2297447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0542-b1620bmf/product_2083465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-12-standard-shipping-boxes-32-ect-kraft-25-bundle-181212/product_415600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ringling-brothers-and-barnam-bailey-circus-canvas-art-30x47-inches/product_245029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-4-deluxe-literature-mailers-25-bundle-mfl18124k/product_1578498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-bs181204/product_630626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ringling-brothers-and-barnam-bailey-circus-canvas-art-16x24-inches/product_245026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-42-piece-24-people-bleeding-control-cabinet-91535/product_24585432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-6-standard-shipping-boxes-32-ect-kraft-25-bundle-181206/product_426327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-15-piece-24-people-bleeding-control-kit-91513/product_24585441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-13-piece-24-people-bleeding-control-kit-91135/product_24585445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-ii-canvas-art-35x35-inches-ma065-c3535gg/product_250723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-ii-canvas-art-24x24-inches/product_250433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rca-vh914-12-stereo-cable-black/product_1419170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-7-piece-24-people-bleeding-control-kit-91512/product_24585438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rcs-4-replacement-caster/product_216882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-8-shipping-boxes-48-ect-brown-15-bundle-hd18128dw/product_630469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-iii-canvas-art-35x35-inches/product_250725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-iv-canvas-art-35x35-inches/product_250727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-scissors-bent-nickel-plated-730018/product_813161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-barbados-palms-canvas-art-18x24-inches/product_250438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-amazon-waterfall-canvas-art-18x24-inches/product_250391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-9-shipping-boxes-32-ect-brown-25-bundle-18129/product_411810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-0-75-w-x-3-l-adhesive-bandages-50-box-fae-3070/product_199820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-12-shipping-boxes-48-ect-brown-15-bundle-hd181412dw/product_405027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-on-the-go-notepad-6-x-8-college-ruled-white-142-sheets-pad-88002/product_24605954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-auburn-venice-canvas-art-24x32-inches/product_250436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-cube-abstract-ii-canvas-art-35x35-inches/product_250709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-19-insulated-shipping-containers-1-25-thick-248c/product_946209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-6-H-Multi-Depth-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS181806MD/product_405024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-cafe-on-lake-como-canvas-art-22x32-inches/product_250540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-huntsman-mini-gaming-keyboard-black-rz03-03390500-r3u1/product_24567546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-4-shipping-boxes-32-ect-brown-25-bundle-18144/product_557460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1627/product_693027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1499/product_939840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-x-18-tourniquet-1-per-box-fae-7022/product_2622140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-speed-canvas-art-35x47-inches/product_250313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-x-3-fabric-adhesive-bandages-40-box-fae-3101/product_2681621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-foot-operated-impulse-sealer-spbf18/product_946492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/re-freez-r-brix-cold-pack-7-5-oz-4-5-x-2-48-carton-rb7/product_831575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-clear-4-carton-cw56718/product_1904057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-cube-abstract-v-canvas-art-35x35-inches/product_250715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-x-3-plastic-adhesive-bandages-40-box-fae-3100/product_2681622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-kit-tweezers-3-slanted-stainless-steel-m5090/product_71273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-rctngl-adv-lbl-mt-2x3-pis/product_24514701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-kraken-v3-pro-refurbished-wireless-noise-canceling-stereo-gaming-over-the-ear-headset-3-5mm-black-rz04-03460100-r3u1/product_24550828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-rctngl-adv-lbl-mt-2x3-pol/product_24514670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-iskur-x-faux-leather-ergonomic-racing-gaming-chair-black-green-rz38-02840100-r3u1/product_24503288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-metal-door-jammer-red-black-50-box-91355/product_24566400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-2-single-ply-conforming-gauze-roll-each-fae-5002/product_800266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/read-right-alcohol-free-screenkleen-50-tub-rearr1491/product_47448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/razer-rz02-01070600-r3u2-goliathus-control-mouse-pad-4728024/product_24274463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-corrugated-pad-single-wall-50-bundle-sp1812/product_1499906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0542-c1219gg/product_2079218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-1000-63-gauge-stretch-wrap-blue-4-carton-46834/product_24452397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-nustat-4-sterile-hemostatic-gauze-pad-91196-002/product_24566407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-one-day-personal-protection-kit-6-pieces-kit-91228smp/product_24522512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-non-stick-pad-3-x-4-50-box-i256/product_71342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-10-x-10-shipping-boxes-32-ect-brown-25-bundle-181010/product_557433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rca-4-device-palm-sized-universal-remote-rcr504br/product_210303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-physicianscare-smartcompliance-refill-eyewash-4-oz-fae-7016/product_2681660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0542-c2232gg/product_2077395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-povidone-iodine-infection-control-wipes-50-box-g310/product_71287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-outdoor-first-aid-kit-107-piece-orange-acmfao420/product_24516837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-readycare-238-pc-first-aid-kit-for-50-people-90698/product_2297447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0542-b1620bmf/product_2083465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-12-standard-shipping-boxes-32-ect-kraft-25-bundle-181212/product_415600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ringling-brothers-and-barnam-bailey-circus-canvas-art-30x47-inches/product_245029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-4-deluxe-literature-mailers-25-bundle-mfl18124k/product_1578498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ringling-brothers-and-barnam-bailey-circus-canvas-art-16x24-inches/product_245026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-bs181204/product_630626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-42-piece-24-people-bleeding-control-cabinet-91535/product_24585432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-15-piece-24-people-bleeding-control-kit-91513/product_24585441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-6-standard-shipping-boxes-32-ect-kraft-25-bundle-181206/product_426327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-13-piece-24-people-bleeding-control-kit-91135/product_24585445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-ii-canvas-art-35x35-inches-ma065-c3535gg/product_250723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rca-vh914-12-stereo-cable-black/product_1419170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-7-piece-24-people-bleeding-control-kit-91512/product_24585438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rcs-4-replacement-caster/product_216882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-8-shipping-boxes-48-ect-brown-15-bundle-hd18128dw/product_630469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-ii-canvas-art-24x24-inches/product_250433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-iii-canvas-art-35x35-inches/product_250725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-iv-canvas-art-35x35-inches/product_250727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-scissors-bent-nickel-plated-730018/product_813161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-barbados-palms-canvas-art-18x24-inches/product_250438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-amazon-waterfall-canvas-art-18x24-inches/product_250391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-9-shipping-boxes-32-ect-brown-25-bundle-18129/product_411810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-12-shipping-boxes-48-ect-brown-15-bundle-hd181412dw/product_405027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-0-75-w-x-3-l-adhesive-bandages-50-box-fae-3070/product_199820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-on-the-go-notepad-6-x-8-college-ruled-white-142-sheets-pad-88002/product_24605954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-auburn-venice-canvas-art-24x32-inches/product_250436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-cube-abstract-ii-canvas-art-35x35-inches/product_250709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-19-insulated-shipping-containers-1-25-thick-248c/product_946209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1627/product_693027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-cafe-on-lake-como-canvas-art-22x32-inches/product_250540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-4-shipping-boxes-32-ect-brown-25-bundle-18144/product_557460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1499/product_939840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-x-18-tourniquet-1-per-box-fae-7022/product_2622140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-x-3-fabric-adhesive-bandages-40-box-fae-3101/product_2681621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-clear-4-carton-cw56718/product_1904057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/re-freez-r-brix-cold-pack-7-5-oz-4-5-x-2-48-carton-rb7/product_831575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-cube-abstract-v-canvas-art-35x35-inches/product_250715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-x-3-plastic-adhesive-bandages-40-box-fae-3100/product_2681622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-2-single-ply-conforming-gauze-roll-each-fae-5002/product_800266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/read-right-alcohol-free-screenkleen-50-tub-rearr1491/product_47448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-2-x-2-moleskin-blister-adhesive-bandages-20-box-fae-6033/product_2681615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/read-right-handkleen-premoistened-cleaning-wipes-72-box-rr15112/product_24453980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-alcohol-pads-20-box-fae-4001/product_800260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/read-right-keykleen-keyboard-swabs-24-box-rr1243/product_810609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-aluminized-rescue-blanket-52-x-84-91354/product_24590140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-ansi-2021-class-a-conversion-kit-91365/product_24538326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/read-right-one-step-screen-kleen-wipes-cloths-24-box-rr1209/product_597096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-1500-90-gauge-blown-stretch-wrap-clear-4-pack-fstsf189/product_24407755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-mideterreanean-beach-canvas-art-26x32-inches/product_250752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-14-corrugated-kraft-boxes-25-bundle-bs181614x/product_24408589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/read-right-pathkleen-cleaning-kit-10-pack-tx1237/product_530972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/read-right-phonekleen-wipes-unscented-72-box-tx1303/product_74326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-40-gusseted-poly-bags-2-mil-clear-200-carton-1630/product_361539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-large-food-service-first-aid-refill-ansi-a-50-people-90828/product_2121140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-6-shipping-boxes-32-ect-brown-25-bundle-18166/product_557486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-pacific-sunset-canvas-art-18x24-inches/product_250446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-8-shipping-boxes-32-ect-brown-25-bundle-18168/product_557933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-parade-of-red-trees-canvas-art-16x24-inches/product_250545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reading-comprehension-colossal-concept-poster/product_138351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reading-comprehension-cubes/product_872800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-clock-stamp-set-3-per-set-2-sets-ce-099-2/product_24511283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-1-2-x-5-yd-first-aid-tape-2-box-fae-6103/product_2681613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-digital-clock-stamp-pack-of-6-ce-100-6/product_24511284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-coin-rubber-stamp-set-tails-5-per-set-3-sets-ce-104-3/product_24511063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-paris-au-matin-canvas-art-18x24-inches/product_250450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-10-shipping-boxes-32-ect-brown-20-bundle-181810/product_557495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-easy-grip-crayons-6-set-2-sets-ce-6911-2/product_24506965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-3-conforming-gauze-sterile-1-per-box-fae-5006/product_800267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-poppies-ii-canvas-art-22x32-inches/product_250406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-4-h-x-5-w-cold-pack-each-z6005/product_800301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-poppies-ii-canvas-art-30x47-inches/product_250408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-circular-washable-stamp-pad-white-ink-pack-of-3-ce-6624-3/product_24511052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-18-shipping-boxes-white-20-bundle-181818w/product_557516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-antibiotic-ointment-packets-0-03-oz-10-box-fae-7021/product_800287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-sunset-canvas-art-26x32-inches/product_250463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-burn-spray-4-oz-fae-1304/product_2681721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-sunset-in-yellowstone-canvas-art-35-x-47-inches/product_250766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-green-pack-of-6-ce-6603-6/product_24518560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-waves-i-canvas-art-16x32-inches/product_250261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-one-cpr-mask-and-four-gloves-fae-6100/product_2681608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-24-shipping-boxes-32-ect-brown-20-bundle-bs181824lmb/product_2647629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-8-shipping-boxes-32-ect-brown-25-bundle-18188/product_426334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-numbers-signs-stamps-15-per-set-2-sets-ce-6841-2/product_24497586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ripening-24-x-47-canvas-art/product_33687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-20-layflat-poly-bags-1-25-mil-clear-1000-carton-2912/product_939983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-river-valley-35-x-47-canvas-art/product_313930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rms-queen-mary-canvas-art-16x24-inches/product_244935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-road-ranch-house-22-x-32-canvas-art/product_314175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-20-layflat-poly-bags-4-mil-clear-500-carton-1257/product_939806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-sting-relief-wipes-and-hydrocortisone-cream-fae-7115/product_2681649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-22-layflat-poly-bags-3-mil-clear-250-carton-6240/product_24449500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-23-1-2-self-seal-bubble-pouches-100-carton-cbob1823/product_949088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready2learn-dough-paint-stampers-uppercase-alphabet-ce-6917/product_24384111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/read-right-handkleen-premoistened-cleaning-wipes-72-box-rr15112/product_24453980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-2-x-2-moleskin-blister-adhesive-bandages-20-box-fae-6033/product_2681615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-splinter-out-10-box-22-410/product_2708490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready2learn-drawing-painting-tools-pack/product_24575785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready2learn-giant-stampers-christmas-shapes-10-per-set-2-sets-ce-6725-2/product_24568856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-sting-relief-wipes-10-box-19-002/product_71282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-alcohol-pads-20-box-fae-4001/product_800260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roar-the-lion-by-design-turnpike-14-x-14-canvas-art-ali1281-c1414gg/product_2083154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roar-the-lion-by-design-turnpike-16-x-16-white-matted-black-frame-ali1281-b1616mf/product_2083076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-1-mil-clear-100-carton-pb2415rp100/product_24323101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/read-right-keykleen-keyboard-swabs-24-box-rr1243/product_810609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-triangular-sling-bandage-w-2-safety-pins-40-x-40-x-56-an5071/product_71341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2415/product_939941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-aluminized-rescue-blanket-52-x-84-91354/product_24590140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-ansi-2021-class-a-conversion-kit-91365/product_24538326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/read-right-one-step-screen-kleen-wipes-cloths-24-box-rr1209/product_597096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-1500-90-gauge-blown-stretch-wrap-clear-4-pack-fstsf189/product_24407755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-mideterreanean-beach-canvas-art-26x32-inches/product_250752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-3-mil-clear-500-carton-925/product_939728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-14-corrugated-kraft-boxes-25-bundle-bs181614x/product_24408589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robert-by-ines-kouidis-18-x-18-canvas-art-ali0994-c1818gg/product_2085414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/read-right-pathkleen-cleaning-kit-10-pack-tx1237/product_530972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/read-right-phonekleen-wipes-unscented-72-box-tx1303/product_74326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-40-gusseted-poly-bags-2-mil-clear-200-carton-1630/product_361539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-large-food-service-first-aid-refill-ansi-a-50-people-90828/product_2121140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-pacific-sunset-canvas-art-18x24-inches/product_250446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-6-shipping-boxes-32-ect-brown-25-bundle-18166/product_557486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-8-shipping-boxes-32-ect-brown-25-bundle-18168/product_557933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-parade-of-red-trees-canvas-art-16x24-inches/product_250545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reading-comprehension-colossal-concept-poster/product_138351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reading-comprehension-cubes/product_872800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-clock-stamp-set-3-per-set-2-sets-ce-099-2/product_24511283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-1-2-x-5-yd-first-aid-tape-2-box-fae-6103/product_2681613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-coin-rubber-stamp-set-tails-5-per-set-3-sets-ce-104-3/product_24511063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-digital-clock-stamp-pack-of-6-ce-100-6/product_24511284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-paris-au-matin-canvas-art-18x24-inches/product_250450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-10-shipping-boxes-32-ect-brown-20-bundle-181810/product_557495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-easy-grip-crayons-6-set-2-sets-ce-6911-2/product_24506965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-3-conforming-gauze-sterile-1-per-box-fae-5006/product_800267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-poppies-ii-canvas-art-22x32-inches/product_250406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-4-h-x-5-w-cold-pack-each-z6005/product_800301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-poppies-ii-canvas-art-30x47-inches/product_250408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-circular-washable-stamp-pad-white-ink-pack-of-3-ce-6624-3/product_24511052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-18-shipping-boxes-white-20-bundle-181818w/product_557516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-antibiotic-ointment-packets-0-03-oz-10-box-fae-7021/product_800287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-sunset-canvas-art-26x32-inches/product_250463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-burn-spray-4-oz-fae-1304/product_2681721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-sunset-in-yellowstone-canvas-art-35-x-47-inches/product_250766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-green-pack-of-6-ce-6603-6/product_24518560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-waves-i-canvas-art-16x32-inches/product_250261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-one-cpr-mask-and-four-gloves-fae-6100/product_2681608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-24-shipping-boxes-32-ect-brown-20-bundle-bs181824lmb/product_2647629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-8-shipping-boxes-32-ect-brown-25-bundle-18188/product_426334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-numbers-signs-stamps-15-per-set-2-sets-ce-6841-2/product_24497586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ripening-24-x-47-canvas-art/product_33687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-river-valley-35-x-47-canvas-art/product_313930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-20-layflat-poly-bags-1-25-mil-clear-1000-carton-2912/product_939983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rms-queen-mary-canvas-art-16x24-inches/product_244935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-road-ranch-house-22-x-32-canvas-art/product_314175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-20-layflat-poly-bags-4-mil-clear-500-carton-1257/product_939806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-sting-relief-wipes-and-hydrocortisone-cream-fae-7115/product_2681649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-22-layflat-poly-bags-3-mil-clear-250-carton-6240/product_24449500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-23-1-2-self-seal-bubble-pouches-100-carton-cbob1823/product_949088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready2learn-dough-paint-stampers-uppercase-alphabet-ce-6917/product_24384111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-splinter-out-10-box-22-410/product_2708490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready2learn-drawing-painting-tools-pack/product_24575785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ready2learn-giant-stampers-christmas-shapes-10-per-set-2-sets-ce-6725-2/product_24568856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-sting-relief-wipes-10-box-19-002/product_71282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-1-mil-clear-100-carton-pb2415rp100/product_24323101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roar-the-lion-by-design-turnpike-16-x-16-white-matted-black-frame-ali1281-b1616mf/product_2083076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roar-the-lion-by-design-turnpike-14-x-14-canvas-art-ali1281-c1414gg/product_2083154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-triangular-sling-bandage-w-2-safety-pins-40-x-40-x-56-an5071/product_71341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2415/product_939941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-3-mil-clear-500-carton-925/product_939728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robert-by-ines-kouidis-18-x-18-canvas-art-ali0994-c1818gg/product_2085414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-bags-on-a-roll-2-mil-clear-500-roll-7745/product_940212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-reclosable-poly-bags-2-mil-clear-500-carton-3680a/product_939344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-weatherproof-steel-first-aid-kit-ansi-a-ansi-2015-25-people-84-pieces-white-90568/product_1725435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-reclosable-poly-bags-3-mil-clear-250-carton-4088/product_24449670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-staples-chipboard-pad-190-case-cp1824/product_947715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-alert-battery-powered-photoelectric-smoke-carbon-monoxide-detector-fat1039787/product_24380754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-alert-battery-powered-carbon-monoxide-detector-fat1039718/product_24380758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/real-world-math-remedia-menu-math-hamburger-hut-book-2-multiplication-division/product_846647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-26-layflat-poly-bags-6-mil-clear-250-carton-pb4226/product_24328971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/realemon-100-lemon-juice-from-concentrate-48-oz-2-pack-220-00913/product_24382807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-alert-combination-battery-powered-ionization-carbon-monoxide-detector-fat1039879/product_24380741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-0-7-l-storage-box-transparent-smoke-0-7tsmk/product_172139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-3-l-storage-box-transparent-smoke-gray-3tsmk/product_180527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-30-layflat-poly-bags-6-mil-clear-200-carton-8585/product_692195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-30-layflat-poly-bags-2-mil-clear-500-carton-595/product_939628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-17-96-qt-snap-lid-storage-bin-transparent-smoke-us17tsmk/product_2841794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-2-22-qt-flat-lid-storage-bin-transparent-smoke-2-1tsmk/product_172142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-36-layflat-poly-bags-2-mil-clear-500-carton-596/product_939144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-36-layflat-poly-bags-3-mil-clear-250-carton-931/product_692200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-i-14-x-14-canvas-stretched-art-print-190836279586/product_2576233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-3-in-1-rainforest-sensory-gym/product_24595971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-4-x-4-shipping-boxes-32-ect-brown-25-bundle-1844/product_408436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-36-layflat-poly-bags-6-mil-clear-100-carton-8590/product_939271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-ii-11-x-11-matted-framed-190836279722/product_2573891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-42-layflat-poly-bags-1-5-mil-clear-500-carton-262/product_692565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-20-08-qt-flat-lid-storage-box-transparent-blue-19tb/product_2841793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-3-liter-snap-lid-storage-bin-clear-3l-cl/product_673264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-4-in-1-sling-n-seat-tub-pacific-pebble-gpn17/product_24477556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-48-layflat-poly-bags-1-5-mil-clear-500-carton-263/product_692570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-iii-11-x-11-matted-framed-190836279913/product_2573898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-4-in-1-ultimate-learning-bot/product_24595950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-iii-11-x-11-matted-framed-190836279906/product_2573899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-32l-snap-lid-storage-tote-blue-each-32tbl/product_325786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-activity-city-gym-to-jumbo-play-mat-grv42/product_24477560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-all-in-one-panda-fabric-playmat-white-gray-gmv77/product_24477511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-6-x-4-shipping-boxes-32-ect-brown-25-bundle-1864/product_426324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-iii-18-x-18-canvas-stretched-190836279951/product_2575006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-deluxe-kick-and-play-piano-gym-multicolor-fvy58/product_24477631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-9-x-9-shipping-boxes-32-ect-brown-25-bundle-1899/product_574503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-brunch-go-stroller-toy/product_24595993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-baby-s-first-blocks/product_24600647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-30-sheet-3x3-pis/product_24469154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-i-16-x-16-matted-framed-art-print-190836280292/product_2574442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-6-87-qt-snap-lid-storage-box-clear-6-5c/product_172146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-8-56-qt-snap-lid-storage-bin-transparent-blue-8-1tb/product_2841785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-mt-3x3-pol-dpf/product_24471361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-67-63-qt-lift-off-lid-storage-bin-transparent-smoke-64tsmk/product_2841786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-ii-11-x-11-matted-framed-art-print-190836280605/product_2573876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-i-18-x-18-canvas-stretched-190836280315/product_2575883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iii-11-x-11-matted-framed-art-print-190836280629/product_2573884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-mt-2x3-pis/product_24514694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-bags-on-a-roll-2-mil-clear-500-roll-7745/product_940212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-reclosable-poly-bags-2-mil-clear-500-carton-3680a/product_939344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/180-square-adv-lbl-gls-3x3-pis/product_24514727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-9-51-qt-flat-lid-storage-bin-transparent-smoke-9tsmk/product_2841783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-11-x-11-matted-framed-190836280803/product_2573874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller-fisher-price-with-around-the-town-learning-table/product_24575752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-9-51-qt-snap-lid-storage-bin-transparent-blue-us9-tb/product_2843044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iii-14-x-14-canvas-stretched-190836280667/product_2576132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-14-x-14-canvas-stretched-190836280841/product_2576230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-craft-storage-box-clear-0-7c/product_24394155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-aid-only-weatherproof-steel-first-aid-kit-ansi-a-ansi-2015-25-people-84-pieces-white-90568/product_1725435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1800-flowers-gift-card-50-email-delivery/product_1415792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-reclosable-poly-bags-3-mil-clear-250-carton-4088/product_24449670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-snap-lid-storage-bin-clear-assorted-sizes/product_SS223394365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-light-up-learning-speaker-musical-toy-2-pack/product_24581971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-24-staples-chipboard-pad-190-case-cp1824/product_947715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-alert-battery-powered-photoelectric-smoke-carbon-monoxide-detector-fat1039787/product_24380754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-alert-battery-powered-carbon-monoxide-detector-fat1039718/product_24380758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/real-world-math-remedia-menu-math-hamburger-hut-book-2-multiplication-division/product_846647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-atlas-by-eric-joyner-22-x-32-canvas-art-ali1036-c2232gg/product_2080120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-26-layflat-poly-bags-6-mil-clear-250-carton-pb4226/product_24328971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/realemon-100-lemon-juice-from-concentrate-48-oz-2-pack-220-00913/product_24382807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-with-snap-down-handles/product_SS134255286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/first-alert-combination-battery-powered-ionization-carbon-monoxide-detector-fat1039879/product_24380741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-0-7-l-storage-box-transparent-smoke-0-7tsmk/product_172139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-3-l-storage-box-transparent-smoke-gray-3tsmk/product_180527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-30-layflat-poly-bags-6-mil-clear-200-carton-8585/product_692195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-30-layflat-poly-bags-2-mil-clear-500-carton-595/product_939628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-17-96-qt-snap-lid-storage-bin-transparent-smoke-us17tsmk/product_2841794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-2-22-qt-flat-lid-storage-bin-transparent-smoke-2-1tsmk/product_172142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-36-layflat-poly-bags-2-mil-clear-500-carton-596/product_939144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-36-layflat-poly-bags-3-mil-clear-250-carton-931/product_692200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-3-in-1-rainforest-sensory-gym/product_24595971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-i-14-x-14-canvas-stretched-art-print-190836279586/product_2576233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-36-layflat-poly-bags-6-mil-clear-100-carton-8590/product_939271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-4-x-4-shipping-boxes-32-ect-brown-25-bundle-1844/product_408436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-ii-11-x-11-matted-framed-190836279722/product_2573891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-42-layflat-poly-bags-1-5-mil-clear-500-carton-262/product_692565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-20-08-qt-flat-lid-storage-box-transparent-blue-19tb/product_2841793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-3-liter-snap-lid-storage-bin-clear-3l-cl/product_673264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-4-in-1-sling-n-seat-tub-pacific-pebble-gpn17/product_24477556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-48-layflat-poly-bags-1-5-mil-clear-500-carton-263/product_692570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-iii-11-x-11-matted-framed-190836279913/product_2573898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-4-in-1-ultimate-learning-bot/product_24595950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-32l-snap-lid-storage-tote-blue-each-32tbl/product_325786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-activity-city-gym-to-jumbo-play-mat-grv42/product_24477560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-iii-11-x-11-matted-framed-190836279906/product_2573899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-all-in-one-panda-fabric-playmat-white-gray-gmv77/product_24477511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-6-x-4-shipping-boxes-32-ect-brown-25-bundle-1864/product_426324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-iii-18-x-18-canvas-stretched-190836279951/product_2575006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-deluxe-kick-and-play-piano-gym-multicolor-fvy58/product_24477631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18-x-9-x-9-shipping-boxes-32-ect-brown-25-bundle-1899/product_574503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-brunch-go-stroller-toy/product_24595993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-baby-s-first-blocks/product_24600647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-30-sheet-3x3-pis/product_24469154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-i-16-x-16-matted-framed-art-print-190836280292/product_2574442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-6-87-qt-snap-lid-storage-box-clear-6-5c/product_172146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-8-56-qt-snap-lid-storage-bin-transparent-blue-8-1tb/product_2841785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-mt-3x3-pol-dpf/product_24471361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-67-63-qt-lift-off-lid-storage-bin-transparent-smoke-64tsmk/product_2841786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-ii-11-x-11-matted-framed-art-print-190836280605/product_2573876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-i-18-x-18-canvas-stretched-190836280315/product_2575883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iii-11-x-11-matted-framed-art-print-190836280629/product_2573884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-mt-2x3-pis/product_24514694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/180-square-adv-lbl-gls-3x3-pis/product_24514727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-9-51-qt-flat-lid-storage-bin-transparent-smoke-9tsmk/product_2841783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-11-x-11-matted-framed-190836280803/product_2573874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller-fisher-price-with-around-the-town-learning-table/product_24575752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-9-51-qt-snap-lid-storage-bin-transparent-blue-us9-tb/product_2843044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iii-14-x-14-canvas-stretched-190836280667/product_2576132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-14-x-14-canvas-stretched-190836280841/product_2576230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-craft-storage-box-clear-0-7c/product_24394155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1800-flowers-gift-card-50-email-delivery/product_1415792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-snap-lid-storage-bin-clear-assorted-sizes/product_SS223394365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-light-up-learning-speaker-musical-toy-2-pack/product_24581971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-atlas-by-eric-joyner-22-x-32-canvas-art-ali1036-c2232gg/product_2080120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/really-useful-box-with-snap-down-handles/product_SS134255286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:41:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:41:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:41:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1850-black-gold-dark-roast-coffee-whole-bean-2-pound-2550021522/product_24442490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-king-by-eric-joyner-24-x-47-canvas-art-ali1038-c2447gg/product_2077084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robohawks-by-eric-joyner-14-x-19-canvas-art-ali1037-c1419gg/product_2079960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rectangular-folding-table-30hx24wx60-l/product_336539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18u-19-server-rack-cabinet-4-post-adjustable-depth-6-32-locking-knock-down-enclosure-mobile-w-glass-door-casters/product_IM17GZ804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18w-usb-c-pd-car-charger-usb-c-to-lightning-cable-18w-black/product_24451819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rectangular-tubing-faceout-waterfall-chrome-14/product_1677978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rectangular-tubing-straight-arm-chrome-12/product_216662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-smart-stages-set-puppy-and-sis/product_24575739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/19-7-8-x-19-7-8-staples-corrugated-layer-pad-50-bundle-bssp19/product_949074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-smart-stages-sis/product_24595938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-16-x-24-canvas-art/product_317123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-4-italic-ready-letters/product_931758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-30-x-47-canvas-art/product_317125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-22-x-32-canvas-art/product_317124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/19-x-13-x-13-shipping-boxes-32-ect-brown-20-bundle-bs191313/product_2647404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-linkimals-123-activity-llama-counting-colors-peacock-set/product_24575755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-bull-8-4-oz-cans-4-bx/product_1029469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-bull-original-energy-drink-12-oz-24-pack-91747/product_24461984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocket-surfer-by-eric-joyner-24-x-32-canvas-art-ali1040-c2432gg/product_2078247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-linkimals-sit-to-crawl-sea-turtle/product_24595951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-linkimals-set-sit-to-crawl-sea-turtle-and-cool-beats-penguin/product_24575744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocky-mountain-solitude-18-x-24-canvas-art/product_313916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-bull-sugar-free-original-energy-drink-8-4-fl-oz-4-cans-pack-rb2860/product_24570173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/192-square-adv-lbl-gls-1x1-pis/product_24514588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/19-x-6-x-4-shipping-boxes-32-ect-brown-25-bundle-1964/product_947188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocky-river-autumn-14-x-24-canvas-art/product_314653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-on-the-go-baby-dome-pixel-forest-ghp44/product_24477578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocky-river-autumn-18-x-32-canvas-art/product_314654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/192-square-adv-lbl-mt-1x1-pis/product_24514600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/192-square-adv-lbl-mt-1x1-pol/product_24514653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-11-x-14-white-matted-black-frame-ali1116-b1114mf/product_2077456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1U-Blanking-Panels-Tool-Less-Blank-Rack-Panel-Blank-Rack-Panels-Filler-Panels-10-Pack-BLANKP10/product_IM11DH560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-on-the-go-baby-dome-windmill-drf13/product_24477522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-14-x-19-canvas-art-ali1116-c1419gg/product_2080005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4100-putty-chisel-1-1-4/product_700589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1k-4x8-ft-invttn-100-mt-cl/product_352267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4100-stiff-putty-knife-1-1-4/product_701021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-rock-a-stack/product_24595944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1y-virus-protection-and-removals-in-store-only/product_1541202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-flexible-putty-knife-1-1-2-inch/product_701028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-sit-me-up-fabric-kids-floor-seat-with-tray-multicolor-gbl28/product_24477608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderic-stevens-granny-splash-ii-canvas-art-12x32-inches/product_254670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-flexible-taping-knife-4-inch/product_700648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderic-stevens-strawberry-splash-ii-canvas-art-12x32-inches/product_254687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-sit-to-stand-2-in-1-activity-center-ffj01/product_24477564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-devil-series-4200-professional-3-putty-knife-flexible-steel-630-4210/product_700622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-smart-connect-deluxe-soothers-multicolor-fpdyw47/product_24477535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-11-rs975-b1111bmf/product_1730937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-11-rs975-w1111mf/product_1730935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-100-email-delivery/product_2461895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1850-black-gold-dark-roast-coffee-whole-bean-2-pound-2550021522/product_24442490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-14-rs996-b1114bmf/product_1729266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-king-by-eric-joyner-24-x-47-canvas-art-ali1038-c2447gg/product_2077084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-50-email-delivery/product_2461896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-14-rs996-w1114mf/product_1729264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-50/product_2657092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-Staples-Red-13-Pt-Shipping-Tag-Pre-Wired-1000-Case/product_948288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-16-rs975-b1616mf/product_1729033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-green-13-pt-shipping-tag-pre-strung-1000-case/product_948450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rectangular-folding-table-30hx24wx60-l/product_336539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-green-13-pt-shipping-tag-pre-wired-1000-case/product_948455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18u-19-server-rack-cabinet-4-post-adjustable-depth-6-32-locking-knock-down-enclosure-mobile-w-glass-door-casters/product_IM17GZ804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robohawks-by-eric-joyner-14-x-19-canvas-art-ali1037-c1419gg/product_2079960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiskars-kids-scissors-blunt-tip-assorted-colors-24-pack-1067049/product_24600578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-robin-gift-card-50/product_2792245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiskars-kids-scissors-pointed-tip-assorted-colors-12-pack-1067002/product_24600580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/18w-usb-c-pd-car-charger-usb-c-to-lightning-cable-18w-black/product_24451819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rectangular-tubing-straight-arm-chrome-12/product_216662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-11-x-14-rs999-b1114bmf/product_1729263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-smart-stages-set-puppy-and-sis/product_24575739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rectangular-tubing-faceout-waterfall-chrome-14/product_1677978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/19-7-8-x-19-7-8-staples-corrugated-layer-pad-50-bundle-bssp19/product_949074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-smart-stages-sis/product_24595938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-orange-13-pt-shipping-tag-pre-wired-1000-case/product_948457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-16-x-24-canvas-art/product_317123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-4-italic-ready-letters/product_931758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-30-x-47-canvas-art/product_317125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-22-x-32-canvas-art/product_317124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/19-x-13-x-13-shipping-boxes-32-ect-brown-20-bundle-bs191313/product_2647404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-linkimals-123-activity-llama-counting-colors-peacock-set/product_24575755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-bull-8-4-oz-cans-4-bx/product_1029469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-bull-original-energy-drink-12-oz-24-pack-91747/product_24461984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocket-surfer-by-eric-joyner-24-x-32-canvas-art-ali1040-c2432gg/product_2078247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-linkimals-sit-to-crawl-sea-turtle/product_24595951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocky-mountain-solitude-18-x-24-canvas-art/product_313916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-linkimals-set-sit-to-crawl-sea-turtle-and-cool-beats-penguin/product_24575744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-bull-sugar-free-original-energy-drink-8-4-fl-oz-4-cans-pack-rb2860/product_24570173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/192-square-adv-lbl-gls-1x1-pis/product_24514588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/19-x-6-x-4-shipping-boxes-32-ect-brown-25-bundle-1964/product_947188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocky-river-autumn-14-x-24-canvas-art/product_314653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-on-the-go-baby-dome-pixel-forest-ghp44/product_24477578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocky-river-autumn-18-x-32-canvas-art/product_314654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/192-square-adv-lbl-mt-1x1-pis/product_24514600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/192-square-adv-lbl-mt-1x1-pol/product_24514653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-11-x-14-white-matted-black-frame-ali1116-b1114mf/product_2077456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1U-Blanking-Panels-Tool-Less-Blank-Rack-Panel-Blank-Rack-Panels-Filler-Panels-10-Pack-BLANKP10/product_IM11DH560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-on-the-go-baby-dome-windmill-drf13/product_24477522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-14-x-19-canvas-art-ali1116-c1419gg/product_2080005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4100-putty-chisel-1-1-4/product_700589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1k-4x8-ft-invttn-100-mt-cl/product_352267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-rock-a-stack/product_24595944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4100-stiff-putty-knife-1-1-4/product_701021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/1y-virus-protection-and-removals-in-store-only/product_1541202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-flexible-putty-knife-1-1-2-inch/product_701028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-sit-me-up-fabric-kids-floor-seat-with-tray-multicolor-gbl28/product_24477608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderic-stevens-granny-splash-ii-canvas-art-12x32-inches/product_254670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-flexible-taping-knife-4-inch/product_700648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderic-stevens-strawberry-splash-ii-canvas-art-12x32-inches/product_254687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-sit-to-stand-2-in-1-activity-center-ffj01/product_24477564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-devil-series-4200-professional-3-putty-knife-flexible-steel-630-4210/product_700622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fisher-price-smart-connect-deluxe-soothers-multicolor-fpdyw47/product_24477535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-11-rs975-b1111bmf/product_1730937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-11-rs975-w1111mf/product_1730935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-100-email-delivery/product_2461895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-14-rs996-b1114bmf/product_1729266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-50-email-delivery/product_2461896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-14-rs996-w1114mf/product_1729264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-50/product_2657092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-Staples-Red-13-Pt-Shipping-Tag-Pre-Wired-1000-Case/product_948288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-16-rs975-b1616mf/product_1729033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-green-13-pt-shipping-tag-pre-strung-1000-case/product_948450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-green-13-pt-shipping-tag-pre-wired-1000-case/product_948455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiskars-kids-scissors-blunt-tip-assorted-colors-24-pack-1067049/product_24600578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-robin-gift-card-50/product_2792245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiskars-kids-scissors-pointed-tip-assorted-colors-12-pack-1067002/product_24600580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-11-x-14-rs999-b1114bmf/product_1729263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-orange-13-pt-shipping-tag-pre-wired-1000-case/product_948457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:42:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-pink-13-pt-shipping-tag-1000-case/product_948448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiskars-mvp-5-25-kid-s-scissors-pointed-tip-assorted-colors-134302-1004/product_24430284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-11-x-14-rs999-w1114mf/product_1729261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-yellow-13-pt-shipping-tag-1000-case/product_948444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-red-13-pt-shipping-tag-1000-case/product_948446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-vines-black-licorice-twists-209-04500/product_2402587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-16-x-20-rs999-b1620mf/product_1727558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiskars-supercut-12-paper-trimmer-gray-154450-1012/product_2070839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiskars-surecut-12-paper-trimmer-black-01-005454/product_829900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-arrow-flags-assorted-colors-0-47-wide-50-flags-pad-5-pads-pack-32118/product_900895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiskars-surecut-deluxe-paper-trimmer-12-177590-1001/product_2070840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-24-x-24-rs975-c2424gg/product_1727775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-staples-white-13-pt-shipping-tag-pre-wired-1000-case/product_948289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fit-fresh-metro-quilted-lunch-bag-purple-7447ffp2562/product_24403245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fit-fresh-simplified-lunch-bag-floral-2843sim3167/product_24532664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fit-fresh-cool-coolers-reusable-ice-packs-assorted-colors-9202kff/product_24506366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-laser-and-inkjet-printer-tabs-refill-assorted-colors-1-1-8-100-pack-33120/product_875528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-yellow-13-pt-shipping-tag-1000-case/product_948270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-laser-tabs-assorted-colors-1-13-wide-375-pack-39020/product_180642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fitkicks-hideaway-backpacks-assorted-colors-12-pack-fkhb-u12/product_24557533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebooks-8-5-x-11-college-ruled-100-sheets-each-06322/product_2072013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-beige-floppy-14-x-14-rs976-c1414gg/product_1731216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-mini-arrow-page-flags-blank-assorted-colors-1-1-4-x-5-16-154-pack-72001/product_668103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebooks-8-5-x-11-college-ruled-100-sheets-each-820053-22/product_24510981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-numerical-tabs-white-1-wide-104-tabs-per-pack-31001/product_665844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-5-x-3-reclosable-poly-bags-4-mil-pink-1000-carton-4022/product_940065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-black-72536/product_203535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-5-x-7-5-gusseted-poly-bags-1-5-mil-clear-1000-carton-13105/product_940320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-11-x-11-rs977-b1111bmf/product_1730913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-black-strawberries-canvas-art-14x19-inches/product_254697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-18-x-18-rs977-c1818gg/product_1729560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-14-x-14-rs977-c1414gg/product_1731215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-24-x-24-rs977-c2424gg/product_1727773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-3-subject-wirebound-notebook-8-1-2-x-11-college-ruled-150-sheets-red-72065/product_958082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-4-pocket-laminated-folder-assorted-colors-33106/product_2093901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-11-x-11-rs978-b1111bmf/product_1730911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-notebook-8-5-x-11-college-ruled-200-sheets-black-72081/product_958110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-yellow-1-88-wide-120-pack-81014/product_665919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-2-black-1-roll/product_24326111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-14-x-14-rs978-c1414gg/product_1731214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-4-fluorescent-pink-1-roll/product_24326107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-16-x-16-rs978-b1616mf/product_1729025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-subject-notebooks-8-5-x-11-college-ruled-200-sheets-each-06112-06208/product_400895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-18-x-18-rs978-c1818gg/product_1729559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-9-dark-blue-1-roll/product_24326108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-sticky-notes-3-x-3-neon-pink-50-sheet-pads-23774/product_2655603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-tabs-assorted-colors-1-06-wide-48-pack-33148/product_395508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-advance-5-subject-subject-notebooks-8-5-x-11-college-ruled-200-sheets-each-06326/product_2072015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-thought-bubble-notes-2-3-4-x-3-neon-green-purple-76-sheet-pads-2-pads-22102/product_2655597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-strap-boot-16-x-16-rs979-b1616mf/product_1729023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-strap-boot-18-x-18-rs979-c1818gg/product_1729558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-pink-13-pt-shipping-tag-1000-case/product_948448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-2-part-carbonless-purchase-requisitions-4-25-l-x-7-88-w-50-sets-book-1l114/product_421005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-flex-5-subject-subject-notebooks-8-5-x-11-college-ruled-150-sheets-assorted-colors-08128/product_865916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-20-x-2100-clear-1965/product_363769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiskars-mvp-5-25-kid-s-scissors-pointed-tip-assorted-colors-134302-1004/product_24430284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-11-x-14-rs995-b1114mf/product_1729268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-2-part-carbonless-purchase-requisitions-8-5-l-x-11-w-50-sets-book-red1l146/product_2675658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-16-x-20-rs995-b1620bmf/product_1727833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-3-part-carbonless-receipts-pad-7-l-x-2-7-w-100-forms-pad-8l808/product_407766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-4-part-carbonless-purchase-requisitions-8-5-l-x-11-w-50-sets-book-red4p489/product_2658621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-11-x-14-rs999-w1114mf/product_1729261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-yellow-13-pt-shipping-tag-1000-case/product_948444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-red-13-pt-shipping-tag-1000-case/product_948446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-soft-petals-1-subject-notebooks-8-5-x-11-college-ruled-80-sheets-assorted-colors-2-pack-820331/product_24596025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-detail-message-pad-10-63-x-5-63-unruled-white-100-sheets-pad-51113/product_437445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-emerald-series-record-book-6-25-w-x-9-63-h-green-100-sheets-book-56521/product_388158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/red-vines-black-licorice-twists-209-04500/product_2402587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-16-x-20-rs999-b1620mf/product_1727558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiskars-supercut-12-paper-trimmer-gray-154450-1012/product_2070839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-emerald-series-record-book-7-31-w-x-11-88-h-green-250-sheets-book-56151/product_217927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiskars-surecut-12-paper-trimmer-black-01-005454/product_829900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-arrow-flags-assorted-colors-0-47-wide-50-flags-pad-5-pads-pack-32118/product_900895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-wirebound-notebook-3-subject-college-ruled-8-1-2-x-11/product_SS174735222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fiskars-surecut-deluxe-paper-trimmer-12-177590-1001/product_2070840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-24-x-24-rs975-c2424gg/product_1727775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fit-fresh-simplified-lunch-bag-floral-2843sim3167/product_24532664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-staples-white-13-pt-shipping-tag-pre-wired-1000-case/product_948289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fit-fresh-metro-quilted-lunch-bag-purple-7447ffp2562/product_24403245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fit-fresh-cool-coolers-reusable-ice-packs-assorted-colors-9202kff/product_24506366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-laser-and-inkjet-printer-tabs-refill-assorted-colors-1-1-8-100-pack-33120/product_875528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-yellow-13-pt-shipping-tag-1000-case/product_948270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-laser-tabs-assorted-colors-1-13-wide-375-pack-39020/product_180642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fitkicks-hideaway-backpacks-assorted-colors-12-pack-fkhb-u12/product_24557533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-beige-floppy-14-x-14-rs976-c1414gg/product_1731216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-mini-arrow-page-flags-blank-assorted-colors-1-1-4-x-5-16-154-pack-72001/product_668103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebooks-8-5-x-11-college-ruled-100-sheets-each-820053-22/product_24510981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebooks-8-5-x-11-college-ruled-100-sheets-each-06322/product_2072013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-numerical-tabs-white-1-wide-104-tabs-per-pack-31001/product_665844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-5-x-3-reclosable-poly-bags-4-mil-pink-1000-carton-4022/product_940065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-black-72536/product_203535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-5-x-7-5-gusseted-poly-bags-1-5-mil-clear-1000-carton-13105/product_940320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-black-strawberries-canvas-art-14x19-inches/product_254697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-11-x-11-rs977-b1111bmf/product_1730913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-14-x-14-rs977-c1414gg/product_1731215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-18-x-18-rs977-c1818gg/product_1729560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-24-x-24-rs977-c2424gg/product_1727773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-3-subject-wirebound-notebook-8-1-2-x-11-college-ruled-150-sheets-red-72065/product_958082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-4-pocket-laminated-folder-assorted-colors-33106/product_2093901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-11-x-11-rs978-b1111bmf/product_1730911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-notebook-8-5-x-11-college-ruled-200-sheets-black-72081/product_958110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-2-black-1-roll/product_24326111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-yellow-1-88-wide-120-pack-81014/product_665919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-14-x-14-rs978-c1414gg/product_1731214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-4-fluorescent-pink-1-roll/product_24326107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-16-x-16-rs978-b1616mf/product_1729025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-subject-notebooks-8-5-x-11-college-ruled-200-sheets-each-06112-06208/product_400895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-18-x-18-rs978-c1818gg/product_1729559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-9-dark-blue-1-roll/product_24326108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-sticky-notes-3-x-3-neon-pink-50-sheet-pads-23774/product_2655603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-tabs-assorted-colors-1-06-wide-48-pack-33148/product_395508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-advance-5-subject-subject-notebooks-8-5-x-11-college-ruled-200-sheets-each-06326/product_2072015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/redi-tag-thought-bubble-notes-2-3-4-x-3-neon-green-purple-76-sheet-pads-2-pads-22102/product_2655597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-strap-boot-16-x-16-rs979-b1616mf/product_1729023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-strap-boot-18-x-18-rs979-c1818gg/product_1729558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-2-part-carbonless-purchase-requisitions-4-25-l-x-7-88-w-50-sets-book-1l114/product_421005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-flex-5-subject-subject-notebooks-8-5-x-11-college-ruled-150-sheets-assorted-colors-08128/product_865916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-20-x-2100-clear-1965/product_363769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-11-x-14-rs995-b1114mf/product_1729268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-2-part-carbonless-purchase-requisitions-8-5-l-x-11-w-50-sets-book-red1l146/product_2675658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-16-x-20-rs995-b1620bmf/product_1727833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-3-part-carbonless-receipts-pad-7-l-x-2-7-w-100-forms-pad-8l808/product_407766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-4-part-carbonless-purchase-requisitions-8-5-l-x-11-w-50-sets-book-red4p489/product_2658621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-soft-petals-1-subject-notebooks-8-5-x-11-college-ruled-80-sheets-assorted-colors-2-pack-820331/product_24596025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-emerald-series-record-book-6-25-w-x-9-63-h-green-100-sheets-book-56521/product_388158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-detail-message-pad-10-63-x-5-63-unruled-white-100-sheets-pad-51113/product_437445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-emerald-series-record-book-7-31-w-x-11-88-h-green-250-sheets-book-56151/product_217927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/five-star-wirebound-notebook-3-subject-college-ruled-8-1-2-x-11/product_SS174735222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-16-x-16-rs980-w1616mf/product_1729020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-gold-standard-2-part-carbonless-receipts-book-7-l-x-2-75-w-300-forms-book-8l810/product_570710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-part-carbon-style-numbered-inventory-tags-2-500-2-999-500-case/product_496416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-money-3-part-carbonless-receipt-book-2-75-x-6-88-200-pack-s1657ncl/product_742650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-vert-legal-1hr-25d/product_SS212599365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:42:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:42:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:42:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-ply-paper-wadding-kraft-bundle-15-x-590-45-45-lbs-ecnc150180000/product_24475414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-ply-paper-wadding-kraft-bundle-15-x-722-30-45-lbs-ecnc150220001/product_24475419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-ply-rolls-for-credit-debit-machines-carbonless-2-3-4-x90-50-rolls-ctn/product_587233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-16-x-16-rs1000-b1616mf/product_1729065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-port-pci-express-firewire-card-1394a-firewire-ti-tsb82aa2-chipset-windows-mac-compatible-pex1394a2v2/product_IM17FY700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-10-layflat-poly-bags-2-mil-clear-1000-carton-351/product_939125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fk-patriot-2-drawer-vert-letter-25d/product_SS212599366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-visitor-book-9-88-x-8-5-black-64-sheets-book-red57802/product_909724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-12-warehouse-label-magnetic-strips-white-lh180/product_947246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fk-patriot-4-drawer-vert-legal-25d/product_SS212599372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fk-patriot-4-drawer-vert-letter-25d/product_SS212599377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-weekly-time-card-pad-100-cards-pad-4k409/product_2658688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-16-x-16-rs997-w1616mf/product_1728087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-reclosable-poly-bags-2-mil-clear-1000-carton-pb3933/product_426651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-panoraspens-8-x-24-rs1001-c824gg/product_1731053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-dot-spots-nylon-90-l-x-144-w-rectangle-tufted-rug-multi-colored-fe118-44a/product_2454173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-87p6-external-temperature-probe-for-the-reed-8706-87p6/product_2313900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-24-medium-duty-edge-protectors-160-2240-pallet-vbdep2224160/product_2653378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-abc-blocks-7-6-x12-multi-colored-rug-fe111-44a/product_2454190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-abc-tapestry-4-x6-multi-colored-rug-ce192-22w/product_2454187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-ca-05a-soft-carrying-case-10-x-4-3-x-1-7/product_2313884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-abc-words-7-6-x12-multi-colored-rug-fe107-44a/product_2454185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-30-light-duty-edge-protectors-120-2940-pallet-vbdep2260120/product_2653356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-30-medium-duty-edge-protectors-160-2240-pallet-vbdep2230160/product_2653376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-35-x-35-rs981-c3535gg/product_1727465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-24-x-24-rs981-c2424gg/product_1727769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-granny-splash-ii-matted-art-black-frame-11x14-inches/product_254668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-6-digital-lcd-display-caliper-r7400/product_24390867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-ac-dc-clamp-meter-with-temperature-and-non-contact-voltage-detector-true-rms-1000a-r5040/product_2314649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-40-medium-duty-edge-protectors-160-2240-pallet-vbdep2240160/product_2653362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-circuit-breaker-finder-receptacle-tester-r5500/product_2313797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-48-heavy-duty-edge-protectors-225-1540-pallet-vbdep2248225/product_2653357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-dare-to-dream-3-x5-multi-colored-rug-ce250-16w/product_2454177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-14-x-14-rs982-c1414gg/product_1731205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-combination-contact-laser-photo-tachometer-r7100/product_2313788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-early-blocks-4-x6-multi-colored-rug-ce191-22w/product_2454171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-16-x-16-rs982-b1616bmf/product_1729017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-digital-stem-thermometer-r2222/product_2313818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-18-x-18-rs982-c1818gg/product_1729555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-11-x-11-rs983-b1111bmf/product_1730897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-72-120-Edge-Protector-Cased-55-Case/product_947540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-11-x-11-rs983-b1111mf/product_1730896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-laser-distance-meter-328-r8010/product_24355077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-into-the-deep-6-x8-4-multi-colored-rug-fe317-32a/product_2454159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-16-x-16-rs983-b1616bmf/product_1729014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-noncontact-voltage-detector-r5110/product_24552208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-16-x-16-rs980-w1616mf/product_1729020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-ph-meter-r3500/product_24476793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-28-layflat-poly-bags-3-mil-clear-1000-carton-pb4184/product_24328872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-gold-standard-2-part-carbonless-receipts-book-7-l-x-2-75-w-300-forms-book-8l810/product_570710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-smart-series-digital-sound-level-meter-blue-black-r1620/product_24596383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-2-mil-clear-1000-carton-340/product_558353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-1-5-mil-clear-1000-carton-5/product_427920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-smart-series-digital-thermo-hygrometer-blue-black-r1610/product_24596380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagzone-arkansas-flag-with-heading-and-grommets-3-x-5-each/product_1610182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-part-carbon-style-numbered-inventory-tags-2-500-2-999-500-case/product_496416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-stud-metal-and-voltage-detector-r9090/product_24355066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-money-3-part-carbonless-receipt-book-2-75-x-6-88-200-pack-s1657ncl/product_742650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-vert-legal-1hr-25d/product_SS212599365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-18-x-18-rs1002-c1818gg/product_1729574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-temperature-humidity-datalogger-with-display-40-to-158degree-f-r6030/product_2313789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-temperature-humidity-meter-r6000/product_24355064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-ply-paper-wadding-kraft-bundle-15-x-590-45-45-lbs-ecnc150180000/product_24475414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-port-pci-express-firewire-card-1394a-firewire-ti-tsb82aa2-chipset-windows-mac-compatible-pex1394a2v2/product_IM17FY700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-16-x-16-rs1000-b1616mf/product_1729065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-ply-rolls-for-credit-debit-machines-carbonless-2-3-4-x90-50-rolls-ctn/product_587233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-ply-paper-wadding-kraft-bundle-15-x-722-30-45-lbs-ecnc150220001/product_24475419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagzone-durawavez-nylon-outdoor-u-s-flag-with-heading-grommets-5-x-8-fz-1002131/product_934745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-blue-1000-carton-pb3525bl/product_256247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-10-layflat-poly-bags-2-mil-clear-1000-carton-351/product_939125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fk-patriot-2-drawer-vert-letter-25d/product_SS212599366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fk-patriot-4-drawer-vert-legal-25d/product_SS212599372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-visitor-book-9-88-x-8-5-black-64-sheets-book-red57802/product_909724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-12-warehouse-label-magnetic-strips-white-lh180/product_947246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fk-patriot-4-drawer-vert-letter-25d/product_SS212599377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rediform-weekly-time-card-pad-100-cards-pad-4k409/product_2658688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-16-x-16-rs997-w1616mf/product_1728087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-reclosable-poly-bags-2-mil-clear-1000-carton-pb3933/product_426651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-panoraspens-8-x-24-rs1001-c824gg/product_1731053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-dot-spots-nylon-90-l-x-144-w-rectangle-tufted-rug-multi-colored-fe118-44a/product_2454173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-87p6-external-temperature-probe-for-the-reed-8706-87p6/product_2313900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-abc-tapestry-4-x6-multi-colored-rug-ce192-22w/product_2454187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-24-medium-duty-edge-protectors-160-2240-pallet-vbdep2224160/product_2653378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-abc-blocks-7-6-x12-multi-colored-rug-fe111-44a/product_2454190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-ca-05a-soft-carrying-case-10-x-4-3-x-1-7/product_2313884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-abc-words-7-6-x12-multi-colored-rug-fe107-44a/product_2454185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-30-light-duty-edge-protectors-120-2940-pallet-vbdep2260120/product_2653356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-ac-dc-clamp-meter-with-temperature-and-non-contact-voltage-detector-true-rms-1000a-r5040/product_2314649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-granny-splash-ii-matted-art-black-frame-11x14-inches/product_254668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-30-medium-duty-edge-protectors-160-2240-pallet-vbdep2230160/product_2653376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-24-x-24-rs981-c2424gg/product_1727769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-6-digital-lcd-display-caliper-r7400/product_24390867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-35-x-35-rs981-c3535gg/product_1727465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-40-medium-duty-edge-protectors-160-2240-pallet-vbdep2240160/product_2653362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-circuit-breaker-finder-receptacle-tester-r5500/product_2313797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-48-heavy-duty-edge-protectors-225-1540-pallet-vbdep2248225/product_2653357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-dare-to-dream-3-x5-multi-colored-rug-ce250-16w/product_2454177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-combination-contact-laser-photo-tachometer-r7100/product_2313788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-14-x-14-rs982-c1414gg/product_1731205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-16-x-16-rs982-b1616bmf/product_1729017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-early-blocks-4-x6-multi-colored-rug-ce191-22w/product_2454171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-digital-stem-thermometer-r2222/product_2313818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-11-x-11-rs983-b1111bmf/product_1730897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-72-120-Edge-Protector-Cased-55-Case/product_947540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-18-x-18-rs982-c1818gg/product_1729555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-laser-distance-meter-328-r8010/product_24355077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-into-the-deep-6-x8-4-multi-colored-rug-fe317-32a/product_2454159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-11-x-11-rs983-b1111mf/product_1730896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-16-x-16-rs983-b1616bmf/product_1729014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-noncontact-voltage-detector-r5110/product_24552208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-2-mil-clear-1000-carton-340/product_558353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-1-5-mil-clear-1000-carton-5/product_427920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-smart-series-digital-sound-level-meter-blue-black-r1620/product_24596383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-28-layflat-poly-bags-3-mil-clear-1000-carton-pb4184/product_24328872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-ph-meter-r3500/product_24476793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-smart-series-digital-thermo-hygrometer-blue-black-r1610/product_24596380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagzone-arkansas-flag-with-heading-and-grommets-3-x-5-each/product_1610182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-temperature-humidity-datalogger-with-display-40-to-158degree-f-r6030/product_2313789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-18-x-18-rs1002-c1818gg/product_1729574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-temperature-humidity-meter-r6000/product_24355064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-instruments-stud-metal-and-voltage-detector-r9090/product_24355066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagzone-durawavez-nylon-outdoor-u-s-flag-with-heading-grommets-5-x-8-fz-1002131/product_934745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-blue-1000-carton-pb3525bl/product_256247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-clear-1000-carton-3525a/product_939331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagzone-flag-spreader-fz-6030010/product_934878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:43:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-insturments-auto-ranging-led-light-meter-r8140/product_24390863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagzone-maryland-flag-with-heading-and-grommets-3-x-5-each/product_1610020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-24-x-24-rs1003-c2424gg/product_1727499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-lm-81ht-thermo-hygrometer-lm-81ht/product_2313844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-11-x-11-rs1004-b1111bmf/product_1730974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagzone-stamped-steel-flag-bracket-pack-of-6-fz-5700580-6/product_24516761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-4-c-channel-card-holder-white-black-lh194/product_947256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-4-layflat-poly-bags-1-5-mil-clear-1000-carton-si10/product_939450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-4-layflat-poly-bags-2-mil-clear-1000-carton-345/product_426960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-4-x-3-light-duty-edge-protectors-120-770-carton-vbdsp243120/product_920775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-4-layflat-poly-bags-3-mil-clear-1000-carton-680/product_939657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flamegenie-wood-pellet-fire-pit-stainless-steel-fg-16-ss/product_24356900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-r5010-true-rms-waterproof-digital-multimeter/product_2313800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-r5300-continuity-tester/product_24285661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flammable-gas-keep-fire-or-flame-away-no-smoking-bilingual-14-x10-040-aluminum-danger-sign/product_559564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flammable-bilingual-w-graphic-10x18-rigid-plastic-danger-sign/product_555631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-60-kraft-mailing-tube-with-caps-50-case/product_947526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flammable-keep-fire-away-10x14-040-aluminum-danger-sign/product_564296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-r9800-digital-portion-control-scale/product_24285664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-1-11-x-11-rs1006-b1111bmf/product_1730970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flange-wizard-two-hole-pins-holes-up-to-1-2-to-1-7-16-diameter/product_776841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-r9999-industrial-tool-bag-16-x-12-x-9/product_2313769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-sw600-digital-stopwatch/product_2313736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-8-warehouse-label-magnetic-strips-white-lh179/product_947245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-72-staples-kraft-mailing-tube-with-caps-50-case/product_947527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-cards-trend-skill-drill-all-facts-addition-0-12/product_846997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-18-round-restaurant-table-base-with-3-dia-table-height-column-black-xutr18/product_257834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-4x8-ft-invttn-100-rc-cl-977/product_352287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reese-s-kit-kat-whoppers-cadbury-chocolate-assortment-candy-easter-33-4-oz-bag-36405/product_24519828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-21-1-8-30-1-8h-x-60w-x-66d-16-gauge-tubular-steel-horseshoe-activity-table-gray/product_130159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-11-x-11-rs1007-b1111bmf/product_1730968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-11-x-11-rs1007-b1111mf/product_1730967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-23-75-square-adjustable-height-white-wood-table-adjustable-33-to-40-5-ch1/product_2109103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-23-laminate-laptop-desks-black-nanjg06bbk/product_1240960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-5-x-20-5-x-40-telescoping-outer-boxes-32-ect-brown-10-bundle-box-2-of-2-t202040outer/product_946868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reese-s-nutrageous-milk-chocolate-candy-bar-1-66-oz-18-box-hec10930/product_571667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reese-s-peanut-butter-milk-chocolate-cup-9-oz-2-pack-246-01011/product_24289191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-3-14-x-14-rs1008-c1414gg/product_1731229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reese-s-snack-size-peanut-butter-cups-19-5-oz-246-00012/product_184445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-25-laminate-laptop-desks-black-nanjn2792/product_201329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-18-W-x-16-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-201816/product_557431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reese-s-stuffed-w-reese-s-puffs-big-cup-king-size-2-4oz-16-box-246-01182/product_24580094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-18-W-x-18-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS201818/product_404671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reese-s-xl-peanut-butter-milk-chocolate-candy-bar-4-25-oz-12-carton-hec44266/product_134646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-3-24-x-24-rs1008-c2424gg/product_1727782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-music-store-canvas-art-18x18-inches/product_254692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-18-W-x-22-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-201822/product_814153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reeves-non-washable-oil-paints-assorted-colors-0-34-oz-24-box-8591008/product_2395323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-music-store-ii-canvas-art-24x47-inches/product_254638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-clear-1000-carton-3525a/product_939331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-12-H-Shipping-Boxes-44-ECT-Brown-10-Bundle-HD202012/product_404670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-14-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS202014/product_426356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-16-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS202016/product_426357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagzone-flag-spreader-fz-6030010/product_934878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-30-laminate-round-table-top-black-mahogany-xurd30mbt/product_201656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-16-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-10-Bundle-BS202016HDDW/product_404666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-11-x-11-rs984-b1111mf/product_1730893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-insturments-auto-ranging-led-light-meter-r8140/product_24390863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-14-x-14-rs984-c1414gg/product_1731203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagzone-maryland-flag-with-heading-and-grommets-3-x-5-each/product_1610020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-25-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-202025/product_426384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-4-drawer-slim-vertical-storage-dresser-black-dark-gray-wx5l203bkgr/product_24514025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/refurbished-hp-desktop-computer-800g1-intel-i5-8gb-ram-2tb-hdd-windows-10-pro-keyboard-mouse-wifi/product_24341980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-10-x-32-rs1009-c1032gg/product_1729217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-24-x-24-rs1003-c2424gg/product_1727499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-11-x-11-rs1004-b1111bmf/product_1730974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-lm-81ht-thermo-hygrometer-lm-81ht/product_2313844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flagzone-stamped-steel-flag-bracket-pack-of-6-fz-5700580-6/product_24516761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-4-c-channel-card-holder-white-black-lh194/product_947256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-4-layflat-poly-bags-1-5-mil-clear-1000-carton-si10/product_939450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-4-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-20204/product_426350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-48-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-BS202048/product_482160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-4-layflat-poly-bags-2-mil-clear-1000-carton-345/product_426960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-4-x-3-light-duty-edge-protectors-120-770-carton-vbdsp243120/product_920775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-4-layflat-poly-bags-3-mil-clear-1000-carton-680/product_939657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flamegenie-wood-pellet-fire-pit-stainless-steel-fg-16-ss/product_24356900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-r5010-true-rms-waterproof-digital-multimeter/product_2313800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-r5300-continuity-tester/product_24285661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flammable-gas-keep-fire-or-flame-away-no-smoking-bilingual-14-x10-040-aluminum-danger-sign/product_559564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flammable-bilingual-w-graphic-10x18-rigid-plastic-danger-sign/product_555631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-60-kraft-mailing-tube-with-caps-50-case/product_947526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flammable-keep-fire-away-10x14-040-aluminum-danger-sign/product_564296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-r9800-digital-portion-control-scale/product_24285664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-8-warehouse-label-magnetic-strips-white-lh179/product_947245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-sw600-digital-stopwatch/product_2313736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reed-r9999-industrial-tool-bag-16-x-12-x-9/product_2313769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-1-11-x-11-rs1006-b1111bmf/product_1730970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flange-wizard-two-hole-pins-holes-up-to-1-2-to-1-7-16-diameter/product_776841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2-x-72-staples-kraft-mailing-tube-with-caps-50-case/product_947527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-cards-trend-skill-drill-all-facts-addition-0-12/product_846997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-4x8-ft-invttn-100-rc-cl-977/product_352287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-18-round-restaurant-table-base-with-3-dia-table-height-column-black-xutr18/product_257834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-21-1-8-30-1-8h-x-60w-x-66d-16-gauge-tubular-steel-horseshoe-activity-table-gray/product_130159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reese-s-kit-kat-whoppers-cadbury-chocolate-assortment-candy-easter-33-4-oz-bag-36405/product_24519828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-11-x-11-rs1007-b1111mf/product_1730967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-11-x-11-rs1007-b1111bmf/product_1730968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-23-75-square-adjustable-height-white-wood-table-adjustable-33-to-40-5-ch1/product_2109103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-23-laminate-laptop-desks-black-nanjg06bbk/product_1240960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-5-x-20-5-x-40-telescoping-outer-boxes-32-ect-brown-10-bundle-box-2-of-2-t202040outer/product_946868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reese-s-peanut-butter-milk-chocolate-cup-9-oz-2-pack-246-01011/product_24289191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-3-14-x-14-rs1008-c1414gg/product_1731229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reese-s-snack-size-peanut-butter-cups-19-5-oz-246-00012/product_184445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reese-s-nutrageous-milk-chocolate-candy-bar-1-66-oz-18-box-hec10930/product_571667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-25-laminate-laptop-desks-black-nanjn2792/product_201329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-18-W-x-16-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-201816/product_557431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reese-s-stuffed-w-reese-s-puffs-big-cup-king-size-2-4oz-16-box-246-01182/product_24580094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-18-W-x-18-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS201818/product_404671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-18-W-x-22-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-201822/product_814153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-music-store-canvas-art-18x18-inches/product_254692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-3-24-x-24-rs1008-c2424gg/product_1727782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reese-s-xl-peanut-butter-milk-chocolate-candy-bar-4-25-oz-12-carton-hec44266/product_134646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reeves-non-washable-oil-paints-assorted-colors-0-34-oz-24-box-8591008/product_2395323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-music-store-ii-canvas-art-24x47-inches/product_254638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-16-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS202016/product_426357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-12-H-Shipping-Boxes-44-ECT-Brown-10-Bundle-HD202012/product_404670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-14-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS202014/product_426356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-30-laminate-round-table-top-black-mahogany-xurd30mbt/product_201656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-16-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-10-Bundle-BS202016HDDW/product_404666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-11-x-11-rs984-b1111mf/product_1730893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-4-drawer-slim-vertical-storage-dresser-black-dark-gray-wx5l203bkgr/product_24514025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-14-x-14-rs984-c1414gg/product_1731203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/refurbished-hp-desktop-computer-800g1-intel-i5-8gb-ram-2tb-hdd-windows-10-pro-keyboard-mouse-wifi/product_24341980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-25-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-202025/product_426384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-10-x-32-rs1009-c1032gg/product_1729217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-4-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-20204/product_426350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-48-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-BS202048/product_482160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-6-x-19-rs1009-c619gg/product_1731264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-8-x-24-rs1009-c824gg/product_1731052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regal-entertainment-group-gift-card-25/product_24339457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-46-glass-glass-computer-desks-black-nanwk036/product_1983004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regal-gift-card-50-email-delivery/product_125660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-bow-heel-16-x-16-rs985-b1616bmf/product_1729009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-47-glass-glass-computer-desks-clear-silver-nanylcd1219/product_2108882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-48h-adjustable-height-lectern-mahogany-xu-lectern-adj-gg/product_201644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-strap-boot-11-x-11-rs986-b1111bmf/product_1730890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-mt-3x2-pol-dpf/product_24471799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-30-inch-square-laminate-table-with-four-chairs-gray-tb3030gy44gy/product_1607913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-rctngl-adv-lbl-gls-4x6-pis/product_24514606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-60-folding-training-table-granite-white-10-pack-10rb1860/product_201342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-60-x-30-plastic-rectangular-bi-folding-table-granite-white-10-pack/product_1179963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-round-laminate-maple-training-rooms-table-with-4-m-stacker-chairs-blue-tkb36rndpl47be/product_1608132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-84-glass-l-shape-computer-desk-clear-silver-nancd22181/product_1983012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-gls-4x4-pol/product_24514676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-gls-4x4-pis/product_24514709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-mt-4x4-pis/product_24514725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-mt-4x4-pol/product_24514637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-11-x-11-rs1010-b1111mf/product_1730963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-square-laminate-table-with-zeng-stacker-chairs-burgundy-tkb3636gy47by/product_1608154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-abney-ergonomic-leather-and-mesh-swivel-high-back-task-office-chair-black-bt905/product_200871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-tabletop-impulse-sealer-spb20/product_946482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-alber-armless-ergonomic-mesh-swivel-mid-back-task-office-chair-black-wla277bk/product_201471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-16-x-16-rs1010-w1616mf/product_1729047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-melamine-and-steel-square-lunch-table-with-stacker-chairs-black-tkb3636mh47bk/product_1608085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-melamine-and-steel-square-lunch-table-with-stacker-chairs-blue-tkb3636mh47be/product_1608086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-alfred-ergonomic-mesh-swivel-mid-back-task-office-chair-white-h8369fwht/product_130035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-1000-70-gauge-cast-stretch-wrap-clear-sf2071pk/product_24340179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-11-x-11-rs987-b1111mf/product_1730887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-antique-rustic-solid-pine-folding-farm-bench-xab40x12/product_24256940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-laminate-square-table-with-4-chairs-black-tb4242pl44bk/product_1607787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-12-x-12-multi-depth-shipping-boxes-32-ect-brown-20-bundle-md201212/product_404765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-aurora-side-table-rustic-nanst6819/product_24307314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-20124/product_948983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-square-laminate-table-with-4-chairs-blue-tb4242ch44be/product_1607912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-120-gauge-x-800-goodwrappers-uvi-stretch-film-black-4-carton-good20120uvi/product_948880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-strap-boot-11-x-11-rs988-b1111mf/product_1730884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-strap-boot-16-x-16-rs988-b1616bmf/product_1728109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bodie-leathersoft-swivel-mid-back-manager-s-office-chair-black-h9637l2mid/product_257409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-24-x-24-rs987-c2424gg/product_1727763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-12-shipping-boxes-32-ect-brown-240-pallet-201412pl/product_1160619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-42-laminate-round-table-with-4-m-stacker-chairs-burgundy-and-gray-tkb42rndgy47by/product_1608513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-16-shipping-boxes-32-ect-brown-20-bundle-201416/product_947068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-48-cherry-and-kobe-based-round-table-with-4-m-stacker-chairs-black-tkb48rndch47bk/product_1608531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-2-section-corner-storage-unit-24-5-h-x-16-5-w-x-10-5-d-brown-mk-ke24022-gg/product_24562686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-ring-toss-canvas-art-18x18-inches/product_254645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-2-section-storage-unit-24-5-h-x-31-5-w-x-11-75-d-brown-mk-ke23919-gg/product_24562676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-15-x-15-standard-shipping-boxes-32-ect-kraft-20-bundle-201515/product_557526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-11-x-11-rs993-b1111mf/product_1730871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-6-x-19-rs1009-c619gg/product_1731264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-round-laminate-table-with-4-restaurant-stack-chairs-mahogany-tkb48rndmh29/product_1608415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-1550-box-vented-pallet-wrap-1-roll-sfv2015/product_192248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-8-x-24-rs1009-c824gg/product_1731052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-square-laminate-cherry-table-with-4-m-stacker-chairs-gray-tkb4848ch47gy/product_1608497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-open-storage-unit-31-5-h-x-47-25-w-x-12-d-brown-mk-me088029-gg/product_24562693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-48-laminate-maple-round-table-with-zeng-stack-chairs-gray-tb48rndpl44gy/product_1608112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-24-x-24-rs993-c2424gg/product_1727757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regal-entertainment-group-gift-card-25/product_24339457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-4-section-book-display-unit-19-h-x-17-25-w-x-17-25-d-brown-mk-ke24305-gg/product_24562700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-46-glass-glass-computer-desks-black-nanwk036/product_1983004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-14-shipping-boxes-48-ect-double-wall-brown-15-bundle-hd201614dw/product_404674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-strawberry-splash-ii-matted-art-black-frame-11x14-inches/product_254685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-66-l-x-24-w-kee-training-table-grey-black-2-m-stack-chairs-burgundy-mt6624gypbk47by/product_24140802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-11-x-11-rs1011-b1111mf/product_1730960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regal-gift-card-50-email-delivery/product_125660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-bow-heel-16-x-16-rs985-b1616bmf/product_1729009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-47-glass-glass-computer-desks-clear-silver-nanylcd1219/product_2108882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-48h-adjustable-height-lectern-mahogany-xu-lectern-adj-gg/product_201644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-strap-boot-11-x-11-rs986-b1111bmf/product_1730890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-2-easy-fold-mailers-50-bundle-m20162bfk/product_1578478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-mt-3x2-pol-dpf/product_24471799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-5-section-modular-storage-unit-24-5-h-x-47-25-w-x-11-75-d-brown-mk-ke23957-gg/product_24562687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-30-inch-square-laminate-table-with-four-chairs-gray-tb3030gy44gy/product_1607913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-rctngl-adv-lbl-gls-4x6-pis/product_24514606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-60-folding-training-table-granite-white-10-pack-10rb1860/product_201342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-60-x-30-plastic-rectangular-bi-folding-table-granite-white-10-pack/product_1179963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-round-laminate-maple-training-rooms-table-with-4-m-stacker-chairs-blue-tkb36rndpl47be/product_1608132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-84-glass-l-shape-computer-desk-clear-silver-nancd22181/product_1983012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-gls-4x4-pol/product_24514676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-gls-4x4-pis/product_24514709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-mt-4x4-pis/product_24514725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-mt-4x4-pol/product_24514637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-11-x-11-rs1010-b1111mf/product_1730963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-abney-ergonomic-leather-and-mesh-swivel-high-back-task-office-chair-black-bt905/product_200871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-square-laminate-table-with-zeng-stacker-chairs-burgundy-tkb3636gy47by/product_1608154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-tabletop-impulse-sealer-spb20/product_946482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-alber-armless-ergonomic-mesh-swivel-mid-back-task-office-chair-black-wla277bk/product_201471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-16-x-16-rs1010-w1616mf/product_1729047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-melamine-and-steel-square-lunch-table-with-stacker-chairs-black-tkb3636mh47bk/product_1608085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-melamine-and-steel-square-lunch-table-with-stacker-chairs-blue-tkb3636mh47be/product_1608086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-alfred-ergonomic-mesh-swivel-mid-back-task-office-chair-white-h8369fwht/product_130035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-1000-70-gauge-cast-stretch-wrap-clear-sf2071pk/product_24340179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-11-x-11-rs987-b1111mf/product_1730887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-antique-rustic-solid-pine-folding-farm-bench-xab40x12/product_24256940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-laminate-square-table-with-4-chairs-black-tb4242pl44bk/product_1607787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-12-x-12-multi-depth-shipping-boxes-32-ect-brown-20-bundle-md201212/product_404765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-aurora-side-table-rustic-nanst6819/product_24307314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-20124/product_948983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-strap-boot-11-x-11-rs988-b1111mf/product_1730884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-120-gauge-x-800-goodwrappers-uvi-stretch-film-black-4-carton-good20120uvi/product_948880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-square-laminate-table-with-4-chairs-blue-tb4242ch44be/product_1607912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-strap-boot-16-x-16-rs988-b1616bmf/product_1728109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bodie-leathersoft-swivel-mid-back-manager-s-office-chair-black-h9637l2mid/product_257409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-24-x-24-rs987-c2424gg/product_1727763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-12-shipping-boxes-32-ect-brown-240-pallet-201412pl/product_1160619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-42-laminate-round-table-with-4-m-stacker-chairs-burgundy-and-gray-tkb42rndgy47by/product_1608513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-2-section-corner-storage-unit-24-5-h-x-16-5-w-x-10-5-d-brown-mk-ke24022-gg/product_24562686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-16-shipping-boxes-32-ect-brown-20-bundle-201416/product_947068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-48-cherry-and-kobe-based-round-table-with-4-m-stacker-chairs-black-tkb48rndch47bk/product_1608531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-ring-toss-canvas-art-18x18-inches/product_254645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-2-section-storage-unit-24-5-h-x-31-5-w-x-11-75-d-brown-mk-ke23919-gg/product_24562676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-15-x-15-standard-shipping-boxes-32-ect-kraft-20-bundle-201515/product_557526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-11-x-11-rs993-b1111mf/product_1730871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-round-laminate-table-with-4-restaurant-stack-chairs-mahogany-tkb48rndmh29/product_1608415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-1550-box-vented-pallet-wrap-1-roll-sfv2015/product_192248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-square-laminate-cherry-table-with-4-m-stacker-chairs-gray-tkb4848ch47gy/product_1608497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-open-storage-unit-31-5-h-x-47-25-w-x-12-d-brown-mk-me088029-gg/product_24562693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-48-laminate-maple-round-table-with-zeng-stack-chairs-gray-tb48rndpl44gy/product_1608112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-24-x-24-rs993-c2424gg/product_1727757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-4-section-book-display-unit-19-h-x-17-25-w-x-17-25-d-brown-mk-ke24305-gg/product_24562700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-14-shipping-boxes-48-ect-double-wall-brown-15-bundle-hd201614dw/product_404674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-strawberry-splash-ii-matted-art-black-frame-11x14-inches/product_254685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-66-l-x-24-w-kee-training-table-grey-black-2-m-stack-chairs-burgundy-mt6624gypbk47by/product_24140802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-11-x-11-rs1011-b1111mf/product_1730960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-2-easy-fold-mailers-50-bundle-m20162bfk/product_1578478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-5-section-modular-storage-unit-24-5-h-x-47-25-w-x-11-75-d-brown-mk-ke23957-gg/product_24562687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-5-section-storage-unit-16-h-x-31-5-w-x-13-d-brown-mk-ke24558-gg/product_24562670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-42-gusseted-poly-bags-3-mil-clear-100-carton-1762/product_361564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-16-x-16-rs1011-b1616bmf/product_1729046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-60-gusseted-poly-bags-2-mil-clear-100-carton-1637/product_361543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-8-section-modular-storage-unit-31-5-h-x-31-5-w-x-11-75-d-brown-mk-me10513-gg/product_24562671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-72-l-x-24-w-kee-training-table-mahogany-chrome-2-apprentice-chairs-black-mt7224mhpcm09bk/product_24140762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-18-x-18-rs1011-c1818gg/product_1729566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-basic-shapes-stem-puzzle-board-mk-mk00590-gg/product_24589709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-16-shipping-boxes-32-ect-brown-20-bundle-bs201816/product_2647519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-35-x-35-rs1011-c3535gg/product_1727475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-cain-84-x-24-training-table-grey-3-m-stack-chairs-blue/product_2493633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-book-display-with-transparent-storage-bin-16-h-x-31-5-w-x-13-d-brown-mk-ke20789-gg/product_24562682 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-kitchen-cabinet-with-microwave-mk-me10292-gg/product_24562763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-kitchen-refrigerator-with-integrated-storage-mk-me03508-gg/product_24562774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-14-x-14-rs1012-c1414gg/product_1731220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-high-storage-cabinet-cherry/product_1607547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-kitchen-stove-with-integrated-storage-brown-red-mk-me03522-gg/product_24562765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-recycling-station-mk-me17154-gg/product_24562728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-dental-hygiene-steam-wall-activity-board-mk-me10346-gg/product_24562762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-display-easel-48-25-brown-birch-plywood-mk-me16768-gg/product_24588759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2420/product_939942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-35-x-35-rs1012-c3535gg/product_1727474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-display-shelf-unit-16-h-x-31-5-w-x-13-d-brown-mk-ke20772-gg/product_24562674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-display-shelf-unit-16-h-x-47-25-w-x-13-d-brown-mk-ke24572-gg/product_24562681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-freestanding-steam-easel-brown-mk-me03669-gg/product_24562745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-kee-adjustable-rectangular-activity-table-23-x-24-height-adjustable-mocha-walnut-mt6630mwapbk/product_2493342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-kee-adjustable-36-round-activity-table-height-adjustable-mahogany-tb36rndmhapbk/product_2493331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-kee-adjustable-square-activity-table-23-x-48-height-adjustable-maple-tb4848plapbk/product_2275902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-16-x-16-rs1013-b1616mf/product_1729039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-33-round-table-height-adjustable-beech-mk-me088021-gg/product_24562730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-16-x-16-rs1014-b1616bmf/product_1729037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-16-shipping-boxes-32-ect-brown-20-bundle-bs202016/product_2647591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-16-x-16-rs1014-w1616mf/product_1729035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-18-x-18-rs1013-c1818gg/product_1729564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-24-x-24-rs1013-c2424gg/product_1727776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-25-shipping-boxes-32-ect-brown-20-bundle-bs202025/product_2647616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-11-x-11-rs989-b1111bmf/product_1730883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-26-shipping-boxes-32-ect-brown-20-bundle-bs202026/product_2647612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-rectangular-table-47-25-x-23-5-beech-mk-me088012-gg/product_24562775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-14-x-14-rs989-c1414gg/product_1731198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-40-telescoping-inner-boxes-32-ect-brown-10-bundle-box-1-of-2-t202040inner/product_946867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-rectangular-table-47-x-24-height-adjustable-white-beech-mk-me088026-gg/product_24562734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-legacy-collection-4-shelf-47-high-bookcase-cherry-lbc4732ch/product_1607561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-24-x-24-rs989-c2424gg/product_1727761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-35-x-35-rs989-c3535gg/product_1727457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-tropical-bird-1-14-x-14-rs1014-c1414gg/product_1731218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stackable-storage-cabinet-mahogany/product_1607550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-trapezoid-table-47-x-20-75-beech-mk-me088018-gg/product_24562715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-side-to-side-storage-cabinet-desk-cherry/product_2493908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-washington-moonrise-6-x-19-rs1015-c619gg/product_1731263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-24-staples-corrugated-sheet-5-bundle-sp2024/product_948889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-5-section-storage-unit-16-h-x-31-5-w-x-13-d-brown-mk-ke24558-gg/product_24562670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-11-x-11-rs994-b1111bmf/product_1730869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-42-gusseted-poly-bags-3-mil-clear-100-carton-1762/product_361564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation-cherry-77312ch/product_24566690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-28-triplok-tamper-evident-bags-clear-50-pack/product_516719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-window-desk-workstation/product_SS210606096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-18-section-storage-cart-31-75-h-x-33-25-w-x-15-75-d-natural-birch-plywood/product_24588747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-14-x-14-rs994-c1414gg/product_1731193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-16-x-16-rs1011-b1616bmf/product_1729046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-18-x-18-rs994-c1818gg/product_1729471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-60-gusseted-poly-bags-2-mil-clear-100-carton-1637/product_361543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-30-layflat-poly-bags-6-mil-clear-200-carton-8610/product_692208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-11-x-11-rs998-b1111bmf/product_1730863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-34-layflat-poly-bags-1-5-mil-clear-500-carton-270/product_692579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-36-gusseted-poly-bags-bags-on-a-roll-1-5-mil-clear-250-roll-1508r/product_939293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-8-section-modular-storage-unit-31-5-h-x-31-5-w-x-11-75-d-brown-mk-me10513-gg/product_24562671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-72-l-x-24-w-kee-training-table-mahogany-chrome-2-apprentice-chairs-black-mt7224mhpcm09bk/product_24140762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-18-x-18-rs1011-c1818gg/product_1729566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-basic-shapes-stem-puzzle-board-mk-mk00590-gg/product_24589709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-16-shipping-boxes-32-ect-brown-20-bundle-bs201816/product_2647519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-16-x-16-rs998-b1616mf/product_1728085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-35-x-35-rs1011-c3535gg/product_1727475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-cain-84-x-24-training-table-grey-3-m-stack-chairs-blue/product_2493633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-16-x-16-rs998-w1616mf/product_1728020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-book-display-with-transparent-storage-bin-16-h-x-31-5-w-x-13-d-brown-mk-ke20789-gg/product_24562682 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-kitchen-cabinet-with-microwave-mk-me10292-gg/product_24562763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-kitchen-refrigerator-with-integrated-storage-mk-me03508-gg/product_24562774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-14-x-14-rs1012-c1414gg/product_1731220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-high-storage-cabinet-cherry/product_1607547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-kitchen-stove-with-integrated-storage-brown-red-mk-me03522-gg/product_24562765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-recycling-station-mk-me17154-gg/product_24562728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-dental-hygiene-steam-wall-activity-board-mk-me10346-gg/product_24562762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-display-easel-48-25-brown-birch-plywood-mk-me16768-gg/product_24588759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2420/product_939942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-35-x-35-rs1012-c3535gg/product_1727474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-display-shelf-unit-16-h-x-31-5-w-x-13-d-brown-mk-ke20772-gg/product_24562674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-display-shelf-unit-16-h-x-47-25-w-x-13-d-brown-mk-ke24572-gg/product_24562681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-freestanding-steam-easel-brown-mk-me03669-gg/product_24562745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-kee-adjustable-36-round-activity-table-height-adjustable-mahogany-tb36rndmhapbk/product_2493331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-kee-adjustable-rectangular-activity-table-23-x-24-height-adjustable-mocha-walnut-mt6630mwapbk/product_2493342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-kee-adjustable-square-activity-table-23-x-48-height-adjustable-maple-tb4848plapbk/product_2275902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-16-x-16-rs1013-b1616mf/product_1729039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-33-round-table-height-adjustable-beech-mk-me088021-gg/product_24562730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-16-x-16-rs1014-b1616bmf/product_1729037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-16-shipping-boxes-32-ect-brown-20-bundle-bs202016/product_2647591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-16-x-16-rs1014-w1616mf/product_1729035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-24-x-24-rs1013-c2424gg/product_1727776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-18-x-18-rs1013-c1818gg/product_1729564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-11-x-11-rs989-b1111bmf/product_1730883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-25-shipping-boxes-32-ect-brown-20-bundle-bs202025/product_2647616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-26-shipping-boxes-32-ect-brown-20-bundle-bs202026/product_2647612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-rectangular-table-47-25-x-23-5-beech-mk-me088012-gg/product_24562775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-14-x-14-rs989-c1414gg/product_1731198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-40-telescoping-inner-boxes-32-ect-brown-10-bundle-box-1-of-2-t202040inner/product_946867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-legacy-collection-4-shelf-47-high-bookcase-cherry-lbc4732ch/product_1607561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-rectangular-table-47-x-24-height-adjustable-white-beech-mk-me088026-gg/product_24562734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-24-x-24-rs989-c2424gg/product_1727761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-35-x-35-rs989-c3535gg/product_1727457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-tropical-bird-1-14-x-14-rs1014-c1414gg/product_1731218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stackable-storage-cabinet-mahogany/product_1607550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-trapezoid-table-47-x-20-75-beech-mk-me088018-gg/product_24562715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-side-to-side-storage-cabinet-desk-cherry/product_2493908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-washington-moonrise-6-x-19-rs1015-c619gg/product_1731263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-24-staples-corrugated-sheet-5-bundle-sp2024/product_948889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-11-x-11-rs994-b1111bmf/product_1730869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-28-triplok-tamper-evident-bags-clear-50-pack/product_516719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation-cherry-77312ch/product_24566690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-window-desk-workstation/product_SS210606096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-18-section-storage-cart-31-75-h-x-33-25-w-x-15-75-d-natural-birch-plywood/product_24588747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-14-x-14-rs994-c1414gg/product_1731193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-18-x-18-rs994-c1818gg/product_1729471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-30-layflat-poly-bags-6-mil-clear-200-carton-8610/product_692208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-11-x-11-rs998-b1111bmf/product_1730863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-34-layflat-poly-bags-1-5-mil-clear-500-carton-270/product_692579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-36-gusseted-poly-bags-bags-on-a-roll-1-5-mil-clear-250-roll-1508r/product_939293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-16-x-16-rs998-b1616mf/product_1728085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-16-x-16-rs998-w1616mf/product_1728020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-36-layflat-poly-bags-2-mil-clear-500-carton-611/product_939633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation-cherry-77293ch/product_24566685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-36-layflat-poly-bags-3-mil-clear-250-carton-946/product_361015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation-driftwood-gray-77293gy/product_24566702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-11-x-11-rs990-b1111bmf/product_1730878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-35-x-35-rs994-c3535gg/product_1727452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-42-layflat-poly-bags-2-mil-clear-250-carton-612/product_361394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-window-desk-workstation/product_SS210869356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-16-x-16-rs990-b1616bmf/product_1728101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation-driftwood-gray-77290gy/product_24566688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-5-x-5-shipping-boxes-32-ect-brown-25-bundle-2055/product_630636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation-cherry-77290ch/product_24566689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-pegs-for-modular-steam-walls-64-pack-mk-me21113-gg/product_24562748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-35-x-35-rs990-c3535gg/product_1727456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-pipe-builder-set-for-modular-steam-walls-mk-me14788-gg/product_24562749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-5000-90-gauge-cast-machine-length-stretch-wrap-clear-msf2090c/product_946360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-6-x-6-shipping-boxes-32-ect-brown-25-bundle-2066/product_426342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-14-x-14-rs991-c1414gg/product_1731196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-window-desk-workstation/product_SS210606204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-sliding-maze-learning-board-mk-mk13071-gg/product_24589702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-7500-60-gauge-blown-machine-length-stretch-wrap-clear-msf2060b/product_946347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-niche-cubo-storage-set-warm-cherry-natural-3-cubes-and-1-canvas-bin-pc3pkwc1tote/product_1609831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-42-x-30-height-adjustable-cherry-mt4230chapbk/product_2275888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-gear-building-busy-board-mk-mk06158-gg/product_24589711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-11-x-11-rs992-b1111bmf/product_1730874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-80-Gauge-x-5000-Staples-Cast-Machine-Stretch-Film-1-Roll/product_946355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-sorting-shapes-and-colors-puzzle-board-mk-mk00576-gg/product_24589693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-hand-counting-learning-puzzle-board-mk-mk01733-gg/product_24589704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-16-x-16-rs992-b1616bmf/product_1728097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-16-x-16-rs992-b1616mf/product_1728096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-18-x-18-rs992-c1818gg/product_1729532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x20-x4-Partners-Brand-Deluxe-Literature-Mailers-25-Bundle-MFL20204/product_1499838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-round-activity-table-height-adjustable-mahogany-tb48rndmhapbk/product_2493327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-16-x-16-black-matted-black-frame-nd099-b1616bmf/product_2084119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-tabletop-power-and-data-port-black-dpel2/product_24387059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x20-x4-Partners-Brand-Deluxe-Literature-Mailers-25-Bundle-MFL20204K/product_1499844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/200-4x8-ft-invttn-100-rc-gr/product_352280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-18-x-18-canvas-art-nd099-c1818gg/product_2085326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-35-x-35-canvas-art-nd099-c3535gg/product_2078849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-weather-steam-wall-activity-board-mk-me16393-gg/product_24562732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rolling-pin-by-tammy-davison-canvas-art-ready-to-hang-22x32-inches/product_255187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reinforced-kraft-paper-rolls-48-x-300-kraft-1-roll-kpr4850/product_23978064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reinforeced-edge-shop-ticket-holders-for-12-x-9-insert-clear-front-back-25-box-49912/product_509782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-wooden-classroom-chair-brown-2-pieces-set-mk-ke24435-gg/product_24562756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/200-adv-lbl-gls-3x2-pol-dpf/product_24471330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-48-w-single-pedestal-desk-walnut-black-gcmblk173wln/product_24597112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/200-pho-crd-5x7-ft-gls-pol/product_1241439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanian-1932-canvas-art-16x24-inches/product_245036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/200-pho-crd-5x7-ft-mat-bp-pol/product_1241457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-36-layflat-poly-bags-2-mil-clear-500-carton-611/product_939633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romantic-garden-walk-18-x-24-canvas-art/product_314026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romantic-garden-walk-24-x-32-canvas-art/product_314027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-single-pedestal-desk/product_SS240846610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/relief-pak-reusable-cold-packs-standard-11x14/product_881094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-70-w-double-pedestal-desk-white-oak-black-gcmblk180wok/product_24597118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation-cherry-77293ch/product_24566685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-70-w-single-pedestal-desk-walnut-black-gcmblk177wln/product_24597169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-env-sm-ivory-flt-1c-pis/product_351971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-burnt-sienna-40-ml-411-pack-of-2-2pk-100514679/product_2138673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-navy-blue-go930fnvy/product_257377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-36-layflat-poly-bags-3-mil-clear-250-carton-946/product_361015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation-driftwood-gray-77293gy/product_24566702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-12-x-19-canvas-art-mt0665-c1219gg/product_2079083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-lh-sm-wig-flat-1c-pis/product_351957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-cinnabar-green-light-40-ml-626-pack-of-2-2pk-100514716/product_2131016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-11-x-11-rs990-b1111bmf/product_1730878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-armless-ergonomic-leathersoft-swivel-mid-back-multifunction-task-office-chair-black-go930fbklea/product_201044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-35-x-35-rs994-c3535gg/product_1727452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-42-layflat-poly-bags-2-mil-clear-250-carton-612/product_361394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-cobalt-blue-ultramarine-40-ml-512-100514689/product_2137037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-window-desk-workstation/product_SS210869356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-16-x-16-rs990-b1616bmf/product_1728101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-16-x-24-canvas-art-mt0665-c1624gg/product_2080033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation-driftwood-gray-77290gy/product_24566688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation-cherry-77290ch/product_24566689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-5-x-5-shipping-boxes-32-ect-brown-25-bundle-2055/product_630636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-pegs-for-modular-steam-walls-64-pack-mk-me21113-gg/product_24562748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-35-x-35-rs990-c3535gg/product_1727456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-pipe-builder-set-for-modular-steam-walls-mk-me14788-gg/product_24562749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-5000-90-gauge-cast-machine-length-stretch-wrap-clear-msf2090c/product_946360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-14-x-14-rs991-c1414gg/product_1731196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-window-desk-workstation/product_SS210606204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-sliding-maze-learning-board-mk-mk13071-gg/product_24589702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-6-x-6-shipping-boxes-32-ect-brown-25-bundle-2066/product_426342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-7500-60-gauge-blown-machine-length-stretch-wrap-clear-msf2060b/product_946347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-niche-cubo-storage-set-warm-cherry-natural-3-cubes-and-1-canvas-bin-pc3pkwc1tote/product_1609831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-42-x-30-height-adjustable-cherry-mt4230chapbk/product_2275888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-gear-building-busy-board-mk-mk06158-gg/product_24589711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-11-x-11-rs992-b1111bmf/product_1730874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-sorting-shapes-and-colors-puzzle-board-mk-mk00576-gg/product_24589693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x-80-Gauge-x-5000-Staples-Cast-Machine-Stretch-Film-1-Roll/product_946355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-hand-counting-learning-puzzle-board-mk-mk01733-gg/product_24589704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-16-x-16-rs992-b1616bmf/product_1728097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-16-x-16-rs992-b1616mf/product_1728096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-18-x-18-rs992-c1818gg/product_1729532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x20-x4-Partners-Brand-Deluxe-Literature-Mailers-25-Bundle-MFL20204/product_1499838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-round-activity-table-height-adjustable-mahogany-tb48rndmhapbk/product_2493327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-16-x-16-black-matted-black-frame-nd099-b1616bmf/product_2084119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/regency-tabletop-power-and-data-port-black-dpel2/product_24387059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/20-x20-x4-Partners-Brand-Deluxe-Literature-Mailers-25-Bundle-MFL20204K/product_1499844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/200-4x8-ft-invttn-100-rc-gr/product_352280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-18-x-18-canvas-art-nd099-c1818gg/product_2085326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-35-x-35-canvas-art-nd099-c3535gg/product_2078849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-weather-steam-wall-activity-board-mk-me16393-gg/product_24562732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rolling-pin-by-tammy-davison-canvas-art-ready-to-hang-22x32-inches/product_255187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reinforced-kraft-paper-rolls-48-x-300-kraft-1-roll-kpr4850/product_23978064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reinforeced-edge-shop-ticket-holders-for-12-x-9-insert-clear-front-back-25-box-49912/product_509782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-wooden-classroom-chair-brown-2-pieces-set-mk-ke24435-gg/product_24562756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/200-adv-lbl-gls-3x2-pol-dpf/product_24471330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-48-w-single-pedestal-desk-walnut-black-gcmblk173wln/product_24597112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/200-pho-crd-5x7-ft-gls-pol/product_1241439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanian-1932-canvas-art-16x24-inches/product_245036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/200-pho-crd-5x7-ft-mat-bp-pol/product_1241457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romantic-garden-walk-18-x-24-canvas-art/product_314026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romantic-garden-walk-24-x-32-canvas-art/product_314027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-single-pedestal-desk/product_SS240846610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/relief-pak-reusable-cold-packs-standard-11x14/product_881094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-70-w-double-pedestal-desk-white-oak-black-gcmblk180wok/product_24597118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-70-w-single-pedestal-desk-walnut-black-gcmblk177wln/product_24597169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-env-sm-ivory-flt-1c-pis/product_351971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-burnt-sienna-40-ml-411-pack-of-2-2pk-100514679/product_2138673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-navy-blue-go930fnvy/product_257377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-12-x-19-canvas-art-mt0665-c1219gg/product_2079083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-lh-sm-wig-flat-1c-pis/product_351957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-cinnabar-green-light-40-ml-626-pack-of-2-2pk-100514716/product_2131016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-armless-ergonomic-leathersoft-swivel-mid-back-multifunction-task-office-chair-black-go930fbklea/product_201044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-cobalt-blue-ultramarine-40-ml-512-100514689/product_2137037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-16-x-24-canvas-art-mt0665-c1624gg/product_2080033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-cold-gray-40-ml-717-pack-of-2-2pk-100514729/product_2131634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-copper-40-ml-805-100514735/product_2134558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cassini-glass-computer-desk-with-silver-frame-black/product_1179916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-custom-address-kit-black-ink/product_520145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-35-x-47-canvas-art-mt0853-c3547gg/product_2080521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-clayton-armless-vinyl-swivel-mid-back-quilted-task-office-chair-black-go16911bk/product_1168934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-manganese-blue-phthalo-40-ml-582/product_1718710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-dater-message-date-ink-stamp-self-inking-black-ink-011029/product_520156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-ii-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0853-b1114mf/product_2081800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-dater-paid-blue-and-red-inks-011033/product_514028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cleo-ergonomic-mesh-swivel-mid-back-executive-office-chair-black-hl0004k/product_1983468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-11-x-11-white-matted-black-frame-ali1318-b1111mf/product_2076231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-easy-select-date-and-paid-self-inking-stamp-1-x-1-13-16-impression-red-ink-011093/product_1787485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-permanent-red-deep-40-ml-371-100514671/product_2134587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cole-ergonomic-leathersoft-swivel-mid-back-task-office-chair-black-go1574bka/product_201022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-16-x-16-white-matted-black-frame-ali1318-b1616mf/product_2083052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-16-x-16-white-matted-silver-frame-ali1318-s1616mf/product_2084379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-replacement-ink-pad-for-2000-plus-economy-message-dater-red-blue-cos061797/product_2655371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-pre-inked-stamp-faxed-red-ink-098369/product_757386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-fabric-cut-out-back-bar-stool-adjustable-height-blue-ch122070blfab/product_2547681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rosa-at-the-beach-canvas-art-24x32-inches/product_250370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-printer-20-pre-inked-stamp-copy-blue-ink-098367/product_757384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-printer-20-pre-inked-stamp-received-red-ink-098372/product_757404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-self-inking-stamp-confidential-9-16-x-1-1-2-impression-blue-ink-098374/product_757387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-adjustable-height-walnut-sd2228wal/product_1168986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-hd-ink-refill-pre-ink-blue-0-9-oz-033959/product_24373500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refill-black-ink-032962/product_520147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-ultramarine-deep-40-ml-506-pack-of-2-2pk-100514686/product_2131233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-with-back-adjustable-height-black-ch102029bk/product_1983436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-35-x-47-canvas-art/product_500208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refills-for-self-inking-stamp-pads-red-24-carton-032960-ct/product_167360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-cut-out-back-bar-stool-adjustable-height-black-ch122070bk/product_2547684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-14-x-19-canvas-art/product_314734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-mine-stamp-textile-possession-customizable-stamp-kit-black-ink-039605/product_24367369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-no-1-stamp-pad-blue-ink-030255/product_166843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-carmine-318-3-each-pack-of-4/product_1719503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-16-x-20-wood-frame-art/product_314739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-16-x-24-canvas-art/product_314735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-caput-mortuum-red-343-8-4-pack-32897-pk4/product_1719489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-panel-back-barstool-adjustable-height-black-ch92066bk/product_1983259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-11-x-14-black-frame-art/product_500148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-mars-violet-no-538-3-4-pack-33008-pk4/product_1719458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p10-red-cos065485/product_2655358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-bean-bag-chair-red-dgbeanlgsldrd/product_1169274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-mars-violet-538-7-each-pack-of-4/product_1719351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-small-dot-kids-bean-bag-chair-lavender/product_1169287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-printer-s-260-daters-blue-and-red-ink-011098/product_1538611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-bean-bag-chair-red-dgbeansmsldrd/product_1169282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-mouse-grey-707-9-each-pack-of-4/product_1719201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-cold-gray-40-ml-717-pack-of-2-2pk-100514729/product_2131634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-square-outdoor-picnic-table-with-mesh-top-and-seats-black-slfems46bk/product_24587873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-in-glass-18-x-24-canvas-art/product_314253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pads-for-2000-plus-printer-series-blue-3-1-8-x-1-4-each-065474/product_2623277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p20-dual-pad-printer-p20-black/product_2655364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-copper-40-ml-805-100514735/product_2134558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-commercial-grade-square-outdoor-picnic-table-green-slfems46h60lgn/product_24595259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-orange-no-235-8-4-pack-32848-pk4/product_1719509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-darcy-indoor-outdoor-table-set-with-4-stack-chairs-63-x-31-5-silver-etct005430sil/product_2407089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-eli-47-w-glass-steel-home-office-desk-clear-polished-brass-xudk1gld/product_24581053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-eli-47-w-glass-steel-home-office-desk-clear-oil-rubbed-bronze-xudk1bk/product_24581055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-custom-address-kit-black-ink/product_520145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rouen-cathedral-west-facade-1894-30-x-47-canvas-art/product_501714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-s-300-self-inking-custom-stamp-026286/product_520146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cassini-glass-computer-desk-with-silver-frame-black/product_1179916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-permanent-rose-no-397-5-4-pack-32935-pk4/product_1719478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-35-x-47-canvas-art-mt0853-c3547gg/product_2080521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-route-66-road-sign-by-design-turnpike-18-x-18-canvas-art-ali1285-c1818gg/product_2083185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-phthalo-blue-570-3-each-pack-of-4-4pk-100515826/product_2129486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-clayton-armless-vinyl-swivel-mid-back-quilted-task-office-chair-black-go16911bk/product_1168934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-dater-message-date-ink-stamp-self-inking-black-ink-011029/product_520156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-manganese-blue-phthalo-40-ml-582/product_1718710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-ii-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0853-b1114mf/product_2081800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-phthalo-green-no-675-5-4-pack-33101-pk4/product_1719208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-dater-paid-blue-and-red-inks-011033/product_514028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cleo-ergonomic-mesh-swivel-mid-back-executive-office-chair-black-hl0004k/product_1983468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-11-x-11-white-matted-black-frame-ali1318-b1111mf/product_2076231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-easy-select-date-and-paid-self-inking-stamp-1-x-1-13-16-impression-red-ink-011093/product_1787485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-permanent-red-deep-40-ml-371-100514671/product_2134587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cole-ergonomic-leathersoft-swivel-mid-back-task-office-chair-black-go1574bka/product_201022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-16-x-16-white-matted-black-frame-ali1318-b1616mf/product_2083052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-16-x-16-white-matted-silver-frame-ali1318-s1616mf/product_2084379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-replacement-ink-pad-for-2000-plus-economy-message-dater-red-blue-cos061797/product_2655371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-pre-inked-stamp-faxed-red-ink-098369/product_757386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-fabric-cut-out-back-bar-stool-adjustable-height-blue-ch122070blfab/product_2547681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rosa-at-the-beach-canvas-art-24x32-inches/product_250370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-printer-20-pre-inked-stamp-copy-blue-ink-098367/product_757384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-printer-20-pre-inked-stamp-received-red-ink-098372/product_757404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-self-inking-stamp-confidential-9-16-x-1-1-2-impression-blue-ink-098374/product_757387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-adjustable-height-walnut-sd2228wal/product_1168986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-hd-ink-refill-pre-ink-blue-0-9-oz-033959/product_24373500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-ultramarine-deep-40-ml-506-pack-of-2-2pk-100514686/product_2131233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refill-black-ink-032962/product_520147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-with-back-adjustable-height-black-ch102029bk/product_1983436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-35-x-47-canvas-art/product_500208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refills-for-self-inking-stamp-pads-red-24-carton-032960-ct/product_167360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-cut-out-back-bar-stool-adjustable-height-black-ch122070bk/product_2547684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-mine-stamp-textile-possession-customizable-stamp-kit-black-ink-039605/product_24367369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-no-1-stamp-pad-blue-ink-030255/product_166843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-16-x-24-canvas-art/product_314735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-caput-mortuum-red-343-8-4-pack-32897-pk4/product_1719489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-14-x-19-canvas-art/product_314734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-carmine-318-3-each-pack-of-4/product_1719503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-16-x-20-wood-frame-art/product_314739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-panel-back-barstool-adjustable-height-black-ch92066bk/product_1983259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-mars-violet-no-538-3-4-pack-33008-pk4/product_1719458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-11-x-14-black-frame-art/product_500148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-bean-bag-chair-red-dgbeanlgsldrd/product_1169274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p10-red-cos065485/product_2655358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-small-dot-kids-bean-bag-chair-lavender/product_1169287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-mars-violet-538-7-each-pack-of-4/product_1719351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-printer-s-260-daters-blue-and-red-ink-011098/product_1538611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-bean-bag-chair-red-dgbeansmsldrd/product_1169282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-mouse-grey-707-9-each-pack-of-4/product_1719201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p20-dual-pad-printer-p20-black/product_2655364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pads-for-2000-plus-printer-series-blue-3-1-8-x-1-4-each-065474/product_2623277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-square-outdoor-picnic-table-with-mesh-top-and-seats-black-slfems46bk/product_24587873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-commercial-grade-square-outdoor-picnic-table-green-slfems46h60lgn/product_24595259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-in-glass-18-x-24-canvas-art/product_314253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-orange-no-235-8-4-pack-32848-pk4/product_1719509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-darcy-indoor-outdoor-table-set-with-4-stack-chairs-63-x-31-5-silver-etct005430sil/product_2407089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-eli-47-w-glass-steel-home-office-desk-clear-polished-brass-xudk1gld/product_24581053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rouen-cathedral-west-facade-1894-30-x-47-canvas-art/product_501714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-eli-47-w-glass-steel-home-office-desk-clear-oil-rubbed-bronze-xudk1bk/product_24581055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-s-300-self-inking-custom-stamp-026286/product_520146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-permanent-rose-no-397-5-4-pack-32935-pk4/product_1719478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-route-66-road-sign-by-design-turnpike-18-x-18-canvas-art-ali1285-c1818gg/product_2083185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-phthalo-blue-570-3-each-pack-of-4-4pk-100515826/product_2129486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-phthalo-green-no-675-5-4-pack-33101-pk4/product_1719208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-route-66-road-sign-by-design-turnpike-24-x-24-canvas-art-ali1285-c2424gg/product_2084404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-stamp-pad-blue-and-red-inks-061961/product_514030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elliott-armless-plastic-and-chrome-task-office-chair-with-tractor-seat-vibrant-white-and-chrome-lf214white/product_130048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-royal-rainiers-10-x-32-canvas-art/product_33686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-stamp-pad-red-ink-065476/product_2622352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-royal-rainiers-16-x-47-canvas-art/product_33685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-raw-umber-no-408-3-4-pack-32943-pk4/product_1719475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ruedolf-messageries-maritimes-1920-canvas-art-35x47-inches/product_244858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-48-x-48-granite-white-dadycz122r/product_1179988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-violet-536-7-each-pack-of-4-4pk-100515810/product_2129494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2015-Physician-Characteristics-and-Distribution-in-the-U-S/product_1102646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-60-x-30-granite-white-dadycz152z/product_1179973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rugby-16-x-20-wood-frame-art/product_312802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rugby-16-x-24-canvas-art/product_312798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-runda-rondinel-11-x-14-black-frame-art/product_33828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ergonomic-fabric-drafting-stool-adjustable-arms-navy-blue-bt659nvyarms/product_200856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-5-x-8-academic-weekly-monthly-planner-steel-blue-146051/product_24546884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-executive-leather-reception-chair-black-bt353bklea/product_200835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reminder-thank-you-collection-labels-attn-60-days-past-due-fl-pink-1-3-4x3-1-4-500-labels/product_543156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ashley-g-moons-mint-5-x-8-academic-weekly-monthly-planner-multicolor-145880/product_24546782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-executive-leather-reception-chair-burgundy-bt353bglea/product_200836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ashley-g-multicolor-smoke-12-x-12-academic-monthly-wall-calendar-133679-a24/product_24546790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-runda-rondinel-35-x-47-canvas-art/product_33822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-faux-leather-conference-chair-burgundy-bz105lf19lea/product_257498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-aurelia-7-x-9-academic-weekly-monthly-planner-pink-142473/product_24546804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-bliss-5-x-8-academic-weekly-monthly-planner-multicolor-142352/product_24546846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-blue-poolside-7-x-9-academic-weekly-monthly-planner-blue-142383/product_24546786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rushing-waters-26-x-32-canvas-art/product_313947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-confetti-toss-8-5-x-11-academic-weekly-monthly-planner-multicolor-142384/product_24546779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-folding-table-70-8-d-x-18-w-granite-white-6rb1872/product_201347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-furman-folding-table-48-x-24-natural-ytwhrft48hf/product_257242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-c1219gg-blue-hour-from-the-louvre-by-mathieu-rivrin-12-x-19-frmls-art/product_1552492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-furman-folding-table-60-x-60-natural-ytwrft60tbl/product_201686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-fusion-series-faux-leather-lounge-chair-brown-ch162731bn/product_2548437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-c2232gg-blue-hour-from-the-louvre-by-mathieu-rivrin-22-x-32-frmls-art/product_1553328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-8-5-x-11-academic-weekly-monthly-planner-mint-green-142503/product_24546878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/renuzit-odor-killer-air-freshener-7-oz-12-carton-di03659ct-06585/product_2707995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/renuzit-snuggle-super-fresh-air-freshener-original-03659/product_660987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gael-training-room-table-72-x-18-natural-wood-grain-ytwtft18x72tbl/product_257247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-b1114bmf-gate-to-the-ocean-by-mathieu-rivrin-11-x-14-frm-art-blk-mtd/product_1551733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-beach-house-stripe-blush-8-5-x-11-academic-weekly-monthly-planner-pink-beige-142493/product_24546791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/repair-rework-by-labels-red-black-5-x-3-500-rl/product_573133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-elle-blue-8-5-x-11-academic-weekly-monthly-planner-multicolor-142487/product_24546891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-elle-blue-8-75-x-11-academic-monthly-wall-calendar-white-blue-142520/product_24546859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-c1624gg-gate-to-the-ocean-by-mathieu-rivrin-16-x-24-frameless-art/product_1551062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-c1219gg-gate-to-the-ocean-by-mathieu-rivrin-12-x-19-frameless-art/product_1552491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replacement-steel-blade-carriage-for-12-portable-trimmer-2-pack-fsk1968701001/product_1133398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replogle-12-crystal-marquise-world-globe-transparent-silver/product_309440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-route-66-road-sign-by-design-turnpike-24-x-24-canvas-art-ali1285-c2424gg/product_2084404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ginny-folding-table-60-x-30-natural-ytwsft6030sp/product_201688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-b1114mf-martinique-by-mathieu-rivrin-11-x-14-framed-art-white-matted/product_1551726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-poppy-garden-5-88-x-8-63-academic-weekly-monthly-planner-multicolor-142523/product_24546852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-stamp-pad-blue-and-red-inks-061961/product_514030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replogle-12-national-geographic-hudson-globe-blue-ocean/product_309442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-b1620bmf-martinique-by-mathieu-rivrin-16-x-20-framed-art-black-matted/product_1551368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replogle-6-executive-world-globe-antique-ocean/product_309446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hanging-folding-chair-truck-black/product_201338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-c1624gg-martinique-by-mathieu-rivrin-16-x-24-frameless-art/product_1551060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-rugby-stripe-black-8-75-x-11-academic-monthly-tablet-calendar-white-black-142521/product_24546858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elliott-armless-plastic-and-chrome-task-office-chair-with-tractor-seat-vibrant-white-and-chrome-lf214white/product_130048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replogle-globe-4-kids-10-educational-globe-speciality-no-wood-finish/product_309150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replogle-6-renaissance-globe-silver-black/product_309151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-rugby-stripe-black-8-x-10-academic-daily-monthly-planner-black-white-142482/product_24546796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-royal-rainiers-10-x-32-canvas-art/product_33686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-bt9835h/product_257325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-spotty-small-gold-3-63-x-6-13-academic-monthly-planner-white-gold-145673/product_24546889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2000-plus-stamp-pad-red-ink-065476/product_2622352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-royal-rainiers-16-x-47-canvas-art/product_33685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-raw-umber-no-408-3-4-pack-32943-pk4/product_1719475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replogle-globes-inflatable-topographical-globe-12-dia-2-ea/product_932907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ruedolf-messageries-maritimes-1920-canvas-art-35x47-inches/product_244858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-48-x-48-granite-white-dadycz122r/product_1179988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-violet-536-7-each-pack-of-4-4pk-100515810/product_2129494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-w1620mf-martinique-by-mathieu-rivrin-16-x-20-framed-art-white-matted/product_1553596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2015-Physician-Characteristics-and-Distribution-in-the-U-S/product_1102646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-60-x-30-granite-white-dadycz152z/product_1179973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rugby-16-x-24-canvas-art/product_312798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rugby-16-x-20-wood-frame-art/product_312802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-runda-rondinel-11-x-14-black-frame-art/product_33828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ergonomic-fabric-drafting-stool-adjustable-arms-navy-blue-bt659nvyarms/product_200856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-5-x-8-academic-weekly-monthly-planner-steel-blue-146051/product_24546884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-executive-leather-reception-chair-black-bt353bklea/product_200835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/reminder-thank-you-collection-labels-attn-60-days-past-due-fl-pink-1-3-4x3-1-4-500-labels/product_543156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ashley-g-moons-mint-5-x-8-academic-weekly-monthly-planner-multicolor-145880/product_24546782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ashley-g-multicolor-smoke-12-x-12-academic-monthly-wall-calendar-133679-a24/product_24546790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-executive-leather-reception-chair-burgundy-bt353bglea/product_200836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-runda-rondinel-35-x-47-canvas-art/product_33822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-faux-leather-conference-chair-burgundy-bz105lf19lea/product_257498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-aurelia-7-x-9-academic-weekly-monthly-planner-pink-142473/product_24546804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-bliss-5-x-8-academic-weekly-monthly-planner-multicolor-142352/product_24546846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-blue-poolside-7-x-9-academic-weekly-monthly-planner-blue-142383/product_24546786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rushing-waters-26-x-32-canvas-art/product_313947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-folding-table-70-8-d-x-18-w-granite-white-6rb1872/product_201347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-furman-folding-table-48-x-24-natural-ytwhrft48hf/product_257242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-confetti-toss-8-5-x-11-academic-weekly-monthly-planner-multicolor-142384/product_24546779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-c1219gg-blue-hour-from-the-louvre-by-mathieu-rivrin-12-x-19-frmls-art/product_1552492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-furman-folding-table-60-x-60-natural-ytwrft60tbl/product_201686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-fusion-series-faux-leather-lounge-chair-brown-ch162731bn/product_2548437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-c2232gg-blue-hour-from-the-louvre-by-mathieu-rivrin-22-x-32-frmls-art/product_1553328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-8-5-x-11-academic-weekly-monthly-planner-mint-green-142503/product_24546878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/renuzit-odor-killer-air-freshener-7-oz-12-carton-di03659ct-06585/product_2707995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/renuzit-snuggle-super-fresh-air-freshener-original-03659/product_660987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gael-training-room-table-72-x-18-natural-wood-grain-ytwtft18x72tbl/product_257247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-b1114bmf-gate-to-the-ocean-by-mathieu-rivrin-11-x-14-frm-art-blk-mtd/product_1551733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/repair-rework-by-labels-red-black-5-x-3-500-rl/product_573133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-elle-blue-8-5-x-11-academic-weekly-monthly-planner-multicolor-142487/product_24546891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-beach-house-stripe-blush-8-5-x-11-academic-weekly-monthly-planner-pink-beige-142493/product_24546791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-elle-blue-8-75-x-11-academic-monthly-wall-calendar-white-blue-142520/product_24546859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-c1624gg-gate-to-the-ocean-by-mathieu-rivrin-16-x-24-frameless-art/product_1551062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-c1219gg-gate-to-the-ocean-by-mathieu-rivrin-12-x-19-frameless-art/product_1552491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replacement-steel-blade-carriage-for-12-portable-trimmer-2-pack-fsk1968701001/product_1133398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replogle-12-crystal-marquise-world-globe-transparent-silver/product_309440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ginny-folding-table-60-x-30-natural-ytwsft6030sp/product_201688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-poppy-garden-5-88-x-8-63-academic-weekly-monthly-planner-multicolor-142523/product_24546852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replogle-12-national-geographic-hudson-globe-blue-ocean/product_309442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-b1114mf-martinique-by-mathieu-rivrin-11-x-14-framed-art-white-matted/product_1551726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-b1620bmf-martinique-by-mathieu-rivrin-16-x-20-framed-art-black-matted/product_1551368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replogle-6-executive-world-globe-antique-ocean/product_309446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-c1624gg-martinique-by-mathieu-rivrin-16-x-24-frameless-art/product_1551060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hanging-folding-chair-truck-black/product_201338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-rugby-stripe-black-8-75-x-11-academic-monthly-tablet-calendar-white-black-142521/product_24546858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replogle-globe-4-kids-10-educational-globe-speciality-no-wood-finish/product_309150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replogle-6-renaissance-globe-silver-black/product_309151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-rugby-stripe-black-8-x-10-academic-daily-monthly-planner-black-white-142482/product_24546796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-bt9835h/product_257325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-spotty-small-gold-3-63-x-6-13-academic-monthly-planner-white-gold-145673/product_24546889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/replogle-globes-inflatable-topographical-globe-12-dia-2-ea/product_932907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-w1620mf-martinique-by-mathieu-rivrin-16-x-20-framed-art-white-matted/product_1553596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:45:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:45:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:45:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-twilight-floral-3-63-x-6-13-academic-weekly-monthly-planner-multicolor-145814/product_24546840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-b1114mf-mystical-forest-by-mathieu-rivrin-11-x-14-framed-art-wht-mtd/product_1551722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-twilight-floral-5-x-8-academic-weekly-monthly-planner-multicolor-142507/product_24546898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/residential-salt-spreaders-80-lb-capacity-139-8201a/product_24469248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-twilight-floral-8-5-x-11-academic-weekly-monthly-planner-multicolor-142506/product_24546838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-c1219gg-mystical-forest-by-mathieu-rivrin-12-x-19-frameless-art/product_1551151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/resin-slim-trash-can-recycle-logo-without-handles-26-gallon-blue-tcn2030blr/product_24314162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-harbor-hills-glass-console-tv-stand-screens-up-to-45-clear-black-nanjh1760/product_24307354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-c1624gg-mystical-forest-by-mathieu-rivrin-16-x-24-frameless-art/product_1551059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-c3047gg-mystical-forest-by-mathieu-rivrin-30-x-47-frameless-art/product_1553966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-b1114bmf-sunrise-in-paris-by-mathieu-rivrin-11-x-14-frm-art-blk-mtd/product_1551720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hawkins-folding-table-and-chairs-mobile-cart-330-lb-capacity-black-qinfrcw45425/product_24567474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/restricted-area-14x20-040-aluminum-caution-sign/product_563735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/restricted-area-20x28-040-aluminum-caution-sign/product_562180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-heather-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-go931hbk/product_257379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-b1620mf-sunrise-in-paris-by-mathieu-rivrin-16-x-20-framed-art-wht-mtd/product_1553593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-heather-ergonomic-leathersoft-swivel-mid-back-executive-office-chair-black-go931hmidbk/product_201046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/restricted-area-all-vehicles-entering-or-leaving-subject-to-search-10x14-040-aluminum/product_559238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-18-h-vinyl-black-frame-trapezoidal-back-banquet-chair-black-20-pack-20fdbhf2bkvyl/product_696469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-18-h-vinyl-trapezoidal-back-banquet-chair-burgundy-4-pack-4fdbhf2vyvyl/product_696462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-b1114mf-symetrie-du-louvre-by-mathieu-rivrin-11-x-14-frm-art-wht-mtd/product_1551729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-adeline-5-88-x-8-63-academic-weekly-monthly-planner-multicolor-143792/product_24546894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-adeline-8-5-x-11-academic-weekly-monthly-planner-multicolor-145821/product_24546847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-c1219gg-symetrie-du-louvre-by-mathieu-rivrin-12-x-19-frameless-art/product_1551153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/restricted-area-unauthorized-persons-keep-out-bilingual-14x10-040-aluminum-notice-sign/product_559423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/retail-therapy-25-00-gift-card-email-delivery-1024021b2500/product_24577680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-d-or-lighting-canvas-art-16x24-inches/product_245100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/retail-therapy-50-00-gift-card-email-delivery-1024021b5000/product_24577677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-contemporary-metal-dining-chair-silver-vein-frame-fdc01svny/product_1982783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-livy-orange-8-75-x-11-academic-monthly-wall-calendar-142379/product_24546885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/retell-a-story-cubes/product_873016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-12-x-15-academic-monthly-wall-calendar-142374/product_24546805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/retirement-is-a-full-time-job-hardcover/product_24575954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/retrak-etselfiew-for-iphone-4-5-5s-6-samsung-galaxy-s-iii-4-selfie-stick-with-wired-shutter/product_1592530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-business-lunch-canvas-art-30x47-inches/product_254377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-talisman-8-75-x-11-academic-monthly-wall-calendar-green-beige-142381/product_24546860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-diplomat-series-wood-guest-chair-black-bt8271bk/product_257503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-12-x-12-academic-monthly-desk-pad-calendar-142610/product_24546799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/revive-plus-sc-51-hard-floor-cleaner-for-diversey-accumix-citrus-946-ml-1-u-s-qt-6-carton-92974600/product_913572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-fabric-gold-frame-dome-back-banquet-chair-navy-4-pack-4fdc03ag3774/product_200976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-8-5-x-11-academic-weekly-monthly-planner-rouge-142637/product_24546776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/revo-america-aero-hd-1080p-indoor-outdoor-vandal-dome-camera-racvdj36-1/product_24311685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-faux-leather-ottoman-black-zbimagotto/product_257554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-faux-leather-reception-chair-black-go2136/product_1983567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-covered-bridge-park-i-canvas-art-35-x-47-inches/product_254396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-magnolias-in-paris-8-5-x-11-academic-weekly-monthly-planner-multicolor-142625/product_24546789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-11-x-17-academic-monthly-desk-pad-calendar-142632/product_24546824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imagination-lounge-set-with-2-middle-chairs-black-zbimagmidch2/product_257544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-3-63-x-6-13-academic-monthly-planner-multicolor-142616/product_24546844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-twilight-floral-3-63-x-6-13-academic-weekly-monthly-planner-multicolor-145814/product_24546840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-8-channel-2-tb-nvr-surveillance-system-with-6-cameras-ru82b6ga-2t/product_24311695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-8-5-x-11-academic-weekly-monthly-planner-multicolor-142614/product_24546783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-b1114mf-mystical-forest-by-mathieu-rivrin-11-x-14-framed-art-wht-mtd/product_1551722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imperial-series-72-75-leathersoft-sofa-black-1113bk/product_257479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-five-o-clock-in-steven-s-point-canvas-art-22x32-inches/product_254358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-lacey-leather-accent-chair-black-zblacey8312chbk/product_257573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-florida-sunset-canvas-art-30x47-inches/product_254420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-stripe-8-5-x-11-academic-weekly-monthly-planner-multicolor-145818/product_24546810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-plus-hd-ip-indoor-outdoor-surveillance-turret-camera-with-motorized-varifocal-lens-ruct2812-1c/product_24311675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-twilight-floral-5-x-8-academic-weekly-monthly-planner-multicolor-142507/product_24546898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-lesley-series-81-leathersoft-sofa-with-encasing-frame-black-zbles8090sofabk/product_257587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-hay-bales-canvas-art-16x24-inches/product_254424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/residential-salt-spreaders-80-lb-capacity-139-8201a/product_24469248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-tropicales-white-8-5-x-11-academic-weekly-monthly-planner-multicolor-145916/product_24546781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/revv-coffee-no-surrender-coffee-keurig-k-cup-pods-dark-roast-96-carton-6873ct/product_24560981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-twilight-floral-8-5-x-11-academic-weekly-monthly-planner-multicolor-142506/product_24546838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-majesty-series-68-5-leathersoft-sofa-brown-2223bn/product_257492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-c1219gg-mystical-forest-by-mathieu-rivrin-12-x-19-frameless-art/product_1551151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/resin-slim-trash-can-recycle-logo-without-handles-26-gallon-blue-tcn2030blr/product_24314162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-c1624gg-mystical-forest-by-mathieu-rivrin-16-x-24-frameless-art/product_1551059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-black-20-pack/product_696163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-harbor-hills-glass-console-tv-stand-screens-up-to-45-clear-black-nanjh1760/product_24307354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-c3047gg-mystical-forest-by-mathieu-rivrin-30-x-47-frameless-art/product_1553966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rhino-skin-dodgeball-set-multicolor-6-set-chsrxd6set/product_1828113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-b1114bmf-sunrise-in-paris-by-mathieu-rivrin-11-x-14-frm-art-blk-mtd/product_1551720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/restricted-area-14x20-040-aluminum-caution-sign/product_563735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hawkins-folding-table-and-chairs-mobile-cart-330-lb-capacity-black-qinfrcw45425/product_24567474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-heather-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-go931hbk/product_257379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/restricted-area-20x28-040-aluminum-caution-sign/product_562180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-b1620mf-sunrise-in-paris-by-mathieu-rivrin-16-x-20-framed-art-wht-mtd/product_1553593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-heather-ergonomic-leathersoft-swivel-mid-back-executive-office-chair-black-go931hmidbk/product_201046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/restricted-area-all-vehicles-entering-or-leaving-subject-to-search-10x14-040-aluminum/product_559238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-18-h-vinyl-black-frame-trapezoidal-back-banquet-chair-black-20-pack-20fdbhf2bkvyl/product_696469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-18-h-vinyl-trapezoidal-back-banquet-chair-burgundy-4-pack-4fdbhf2vyvyl/product_696462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-b1114mf-symetrie-du-louvre-by-mathieu-rivrin-11-x-14-frm-art-wht-mtd/product_1551729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-adeline-8-5-x-11-academic-weekly-monthly-planner-multicolor-145821/product_24546847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-c1219gg-symetrie-du-louvre-by-mathieu-rivrin-12-x-19-frameless-art/product_1551153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-adeline-5-88-x-8-63-academic-weekly-monthly-planner-multicolor-143792/product_24546894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/restricted-area-unauthorized-persons-keep-out-bilingual-14x10-040-aluminum-notice-sign/product_559423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-d-or-lighting-canvas-art-16x24-inches/product_245100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/retail-therapy-25-00-gift-card-email-delivery-1024021b2500/product_24577680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/retail-therapy-50-00-gift-card-email-delivery-1024021b5000/product_24577677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-contemporary-metal-dining-chair-silver-vein-frame-fdc01svny/product_1982783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-livy-orange-8-75-x-11-academic-monthly-wall-calendar-142379/product_24546885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-12-x-15-academic-monthly-wall-calendar-142374/product_24546805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/retell-a-story-cubes/product_873016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/retirement-is-a-full-time-job-hardcover/product_24575954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/retrak-etselfiew-for-iphone-4-5-5s-6-samsung-galaxy-s-iii-4-selfie-stick-with-wired-shutter/product_1592530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-business-lunch-canvas-art-30x47-inches/product_254377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-talisman-8-75-x-11-academic-monthly-wall-calendar-green-beige-142381/product_24546860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-diplomat-series-wood-guest-chair-black-bt8271bk/product_257503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-12-x-12-academic-monthly-desk-pad-calendar-142610/product_24546799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/revive-plus-sc-51-hard-floor-cleaner-for-diversey-accumix-citrus-946-ml-1-u-s-qt-6-carton-92974600/product_913572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-8-5-x-11-academic-weekly-monthly-planner-rouge-142637/product_24546776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-fabric-gold-frame-dome-back-banquet-chair-navy-4-pack-4fdc03ag3774/product_200976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/revo-america-aero-hd-1080p-indoor-outdoor-vandal-dome-camera-racvdj36-1/product_24311685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-faux-leather-ottoman-black-zbimagotto/product_257554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-faux-leather-reception-chair-black-go2136/product_1983567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-covered-bridge-park-i-canvas-art-35-x-47-inches/product_254396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-magnolias-in-paris-8-5-x-11-academic-weekly-monthly-planner-multicolor-142625/product_24546789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-11-x-17-academic-monthly-desk-pad-calendar-142632/product_24546824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imagination-lounge-set-with-2-middle-chairs-black-zbimagmidch2/product_257544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-3-63-x-6-13-academic-monthly-planner-multicolor-142616/product_24546844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-8-channel-2-tb-nvr-surveillance-system-with-6-cameras-ru82b6ga-2t/product_24311695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-8-5-x-11-academic-weekly-monthly-planner-multicolor-142614/product_24546783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imperial-series-72-75-leathersoft-sofa-black-1113bk/product_257479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-five-o-clock-in-steven-s-point-canvas-art-22x32-inches/product_254358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-lacey-leather-accent-chair-black-zblacey8312chbk/product_257573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-florida-sunset-canvas-art-30x47-inches/product_254420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-stripe-8-5-x-11-academic-weekly-monthly-planner-multicolor-145818/product_24546810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-plus-hd-ip-indoor-outdoor-surveillance-turret-camera-with-motorized-varifocal-lens-ruct2812-1c/product_24311675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-lesley-series-81-leathersoft-sofa-with-encasing-frame-black-zbles8090sofabk/product_257587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-hay-bales-canvas-art-16x24-inches/product_254424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-tropicales-white-8-5-x-11-academic-weekly-monthly-planner-multicolor-145916/product_24546781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/revv-coffee-no-surrender-coffee-keurig-k-cup-pods-dark-roast-96-carton-6873ct/product_24560981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:46:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-majesty-series-68-5-leathersoft-sofa-brown-2223bn/product_257492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-black-20-pack/product_696163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rhino-skin-dodgeball-set-multicolor-6-set-chsrxd6set/product_1828113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-impressions-iv-canvas-art-16x24-inches/product_254439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-impressions-v-canvas-art-16x24-inches/product_254443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rhodia-classic-french-paper-pads-graph-3-3-8-in-x-4-3-4-in-black-pack-of-8-8pk-122009/product_2132126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-eccolo-4-25-x-7-5-weekly-planner-faux-leather-cover-black-ay24-401d/product_24544509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-main-street-steven-canvas-art-22x32-inches/product_254456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-with-charcoal-frame-black-4-pack/product_696010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-nature-s-glory-canvas-art-18x24-inches/product_254476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-fringe-studio-stripe-8-75-x-11-academic-weekly-monthly-planner-multicolor-825010/product_24544001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rhodia-professional-notebooks-8-25-x-11-75-wide-ruled-80-sheets-black-92627/product_2135620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-powder-coated-frame-stack-chair-black-12-pack/product_201433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-gartner-studios-swirl-5-63-x-8-25-academic-weekly-monthly-planner-multicolor-98062/product_24544605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-polypropylene-office-chair-black-4-pack-rut-238a-bk-gg/product_257019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rhodia-wirebound-notebooks-ruled-8-1-4-in-x-12-1-2-in-black-pack-of-5-5pk-185019/product_2132118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-outdoor-market-rome-canvas-art-16x24-inches/product_254498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-roman-metal-reception-set-brown-zbromanbrn/product_257602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rhythm-band-instruments-14-rhythm-sticks-1-fluted-1-plain-2-per-set-6-sets-rb-767-6/product_24515239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-outdoor-market-rome-canvas-art-22x32-inches/product_254499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ribbed-mats/product_SS206776795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-poppin-6-x-8-5-academic-weekly-monthly-planner-dark-gray-109414/product_24546767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-18-storage-shelf-rustic-jn2542b3/product_24307324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-point-pinos-lighthouse-canvas-art-16x24-inches/product_254506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rice-krispies-treats-marshmallow-cereal-bar-0-39-oz-50-bars-box-kee12346/product_1499111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-rush-hour-chicago-canvas-art-30x47-inches/product_254521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rice-krispies-treats-marshmallow-cereal-bar-0-78-oz-60-bars-box-kee17120/product_2180609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-armless-ergonomic-fabric-swivel-big-tall-executive-office-chair-black-go1235bkfab/product_201018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-end-table-white-nanjh1787et/product_24307306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-fabric-swivel-24-7-intensive-use-big-tall-executive-office-chair-black-go2078/product_1983608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-18-x-11-academic-monthlydesk-pad-calendar-black-st17004-23/product_24540238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-406464-black-standard-yield-toner-cartridge/product_332848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-strangers-in-rome-canvas-art-22x32-inches/product_254543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-22-x-17-academic-monthly-desk-pad-calendar-gray-st59496-23/product_24542863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-406465-black-high-yield-toner-cartridge/product_332847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-406628-black-standard-yield-toner-cartridge-ce7352/product_326189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-fabric-swivel-big-tall-task-office-chair-black-go2031f/product_1983631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-406997-black-standard-yield-toner-cartridge/product_816800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-summer-showers-in-green-bay-canvas-art-22x32-inches/product_254555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go18501lea/product_1983632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-sunset-stroll-wautoma-canvas-art-16x24-inches/product_254558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-407654-cyan-standard-yield-toner-cartridge/product_1018450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-plant-lady-6-5-x-8-academic-weekly-monthly-planner-multicolor-ay24-9214/product_24544562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-brown-go2223bn/product_2637236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-tourists-in-italy-canvas-art-16x24-inches/product_254568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-rainbow-17-x-22-academic-monthly-desk-pad-calendar-ay24-8210/product_24544560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-striped-9-x-11-academic-weekly-monthly-teacher-planner-multicolor-ay24-9600/product_24544558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-418477-black-standard-yield-toner-cartridge/product_24419551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-821029-cyan-standard-yield-toner-cartridge/product_326185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2025-blue-sky-ivory-paper-co-adeline-3-63-x-6-13-academic-monthly-planner-multicolor-146043/product_24546800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-821070-black-standard-yield-toner-cartridge/product_2804852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-waupaca-main-street-canvas-art-18x24-inches/product_254588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-impressions-iv-canvas-art-16x24-inches/product_254439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-impressions-v-canvas-art-16x24-inches/product_254443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-daily-loose-leaf-desk-calendar-refill-white-black-e717r-50-23/product_24515709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-accent-chair-black-xu60555bk/product_1983504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-when-in-rome-canvas-art-22x32-inches/product_254598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-821256-yellow-standard-yield-toner-cartridge/product_2704929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-daily-loose-leaf-desk-calendar-refill-white-e717-50-23/product_24514533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-banquet-stacking-chair-black-silver-frame-4-pack-4fdc01s11/product_2498891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-s-road-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0447-b1114mf/product_2079404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-financial-daily-desk-calendar-refill-white-black-s170-50-23/product_24515657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-banquet-stacking-chair-coffee-gold-vein-frame-4-pack-4ngc01coffeegv/product_256934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rhodia-classic-french-paper-pads-graph-3-3-8-in-x-4-3-4-in-black-pack-of-8-8pk-122009/product_2132126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-8-x-5-daily-pad-style-desk-calendar-refill-white-black-e458-50-23/product_24515722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-eccolo-4-25-x-7-5-weekly-planner-faux-leather-cover-black-ay24-401d/product_24544509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-841332-black-standard-yield-toner-cartridge-4-pack/product_153968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-church-stacking-chair-burgundy-gold-vein-frame-fch2214gv369/product_200994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-main-street-steven-canvas-art-22x32-inches/product_254456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-daily-loose-leaf-desk-calendar-refill-6-x-3-5-white-e017-50-23/product_24515707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-with-charcoal-frame-black-4-pack/product_696010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-nature-s-glory-canvas-art-18x24-inches/product_254476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-fringe-studio-stripe-8-75-x-11-academic-weekly-monthly-planner-multicolor-825010/product_24544001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rhodia-professional-notebooks-8-25-x-11-75-wide-ruled-80-sheets-black-92627/product_2135620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-black-2-pack-2awmc320afbk/product_24442104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-powder-coated-frame-stack-chair-black-12-pack/product_201433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0580-b1114bmf/product_2082611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-gartner-studios-swirl-5-63-x-8-25-academic-weekly-monthly-planner-multicolor-98062/product_24544605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-polypropylene-office-chair-black-4-pack-rut-238a-bk-gg/product_257019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rhodia-wirebound-notebooks-ruled-8-1-4-in-x-12-1-2-in-black-pack-of-5-5pk-185019/product_2132118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-outdoor-market-rome-canvas-art-16x24-inches/product_254498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-roman-metal-reception-set-brown-zbromanbrn/product_257602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rhythm-band-instruments-14-rhythm-sticks-1-fluted-1-plain-2-per-set-6-sets-rb-767-6/product_24515239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-outdoor-market-rome-canvas-art-22x32-inches/product_254499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ribbed-mats/product_SS206776795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-poppin-6-x-8-5-academic-weekly-monthly-planner-dark-gray-109414/product_24546767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-18-storage-shelf-rustic-jn2542b3/product_24307324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-point-pinos-lighthouse-canvas-art-16x24-inches/product_254506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rice-krispies-treats-marshmallow-cereal-bar-0-39-oz-50-bars-box-kee12346/product_1499111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-rush-hour-chicago-canvas-art-30x47-inches/product_254521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rice-krispies-treats-marshmallow-cereal-bar-0-78-oz-60-bars-box-kee17120/product_2180609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-armless-ergonomic-fabric-swivel-big-tall-executive-office-chair-black-go1235bkfab/product_201018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-end-table-white-nanjh1787et/product_24307306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-fabric-swivel-24-7-intensive-use-big-tall-executive-office-chair-black-go2078/product_1983608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-18-x-11-academic-monthlydesk-pad-calendar-black-st17004-23/product_24540238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-406464-black-standard-yield-toner-cartridge/product_332848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-strangers-in-rome-canvas-art-22x32-inches/product_254543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-22-x-17-academic-monthly-desk-pad-calendar-gray-st59496-23/product_24542863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-406465-black-high-yield-toner-cartridge/product_332847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-406628-black-standard-yield-toner-cartridge-ce7352/product_326189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-fabric-swivel-big-tall-task-office-chair-black-go2031f/product_1983631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go18501lea/product_1983632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-406997-black-standard-yield-toner-cartridge/product_816800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-sunset-stroll-wautoma-canvas-art-16x24-inches/product_254558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-summer-showers-in-green-bay-canvas-art-22x32-inches/product_254555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-407654-cyan-standard-yield-toner-cartridge/product_1018450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-plant-lady-6-5-x-8-academic-weekly-monthly-planner-multicolor-ay24-9214/product_24544562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-brown-go2223bn/product_2637236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-tourists-in-italy-canvas-art-16x24-inches/product_254568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-rainbow-17-x-22-academic-monthly-desk-pad-calendar-ay24-8210/product_24544560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-striped-9-x-11-academic-weekly-monthly-teacher-planner-multicolor-ay24-9600/product_24544558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-821029-cyan-standard-yield-toner-cartridge/product_326185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-418477-black-standard-yield-toner-cartridge/product_24419551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-2025-blue-sky-ivory-paper-co-adeline-3-63-x-6-13-academic-monthly-planner-multicolor-146043/product_24546800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-821070-black-standard-yield-toner-cartridge/product_2804852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-waupaca-main-street-canvas-art-18x24-inches/product_254588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-daily-loose-leaf-desk-calendar-refill-white-black-e717r-50-23/product_24515709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-accent-chair-black-xu60555bk/product_1983504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-when-in-rome-canvas-art-22x32-inches/product_254598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-821256-yellow-standard-yield-toner-cartridge/product_2704929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-daily-loose-leaf-desk-calendar-refill-white-e717-50-23/product_24514533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-banquet-stacking-chair-black-silver-frame-4-pack-4fdc01s11/product_2498891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-s-road-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0447-b1114mf/product_2079404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-financial-daily-desk-calendar-refill-white-black-s170-50-23/product_24515657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-banquet-stacking-chair-coffee-gold-vein-frame-4-pack-4ngc01coffeegv/product_256934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-8-x-5-daily-pad-style-desk-calendar-refill-white-black-e458-50-23/product_24515722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-841332-black-standard-yield-toner-cartridge-4-pack/product_153968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-church-stacking-chair-burgundy-gold-vein-frame-fch2214gv369/product_200994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-daily-loose-leaf-desk-calendar-refill-6-x-3-5-white-e017-50-23/product_24515707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-black-2-pack-2awmc320afbk/product_24442104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0580-b1114bmf/product_2082611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-burgundy-2-pack-2awmc320afbg/product_24442036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:46:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:46:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0580-b1114mf/product_2082610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-executive-9-x-11-monthly-padfolio-refill-white-70-909-10-23/product_24515695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-841726-magenta-standard-toner-cartridge/product_2802933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-841725-cyan-standard-toner-cartridge/product_2802934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-navy-2-pack-2awmc320afnvy/product_24442047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0580-c1219gg/product_2079137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-flip-a-week-quicknotes-7-x-5-5-weekly-desk-calendar-refill-white-blue-yellow-sw706-50-23/product_24515680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-navy-2-pack-2hamc320afnvy/product_24442043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-day-11-x-8-5-daily-monthly-planner-refill-white-brown-491-225-23/product_24514488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0580-c3047gg/product_2076939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-889613-black-standard-yield-toner-cartridge/product_107836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stack-chair-with-arms-navy-blue-dot-xu60154nvy/product_257092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-week-8-5-x-5-5-weekly-monthly-planner-refill-multicolor-kd81-285y-23/product_24514502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-black-standard-yield-toner-cartridge-841346/product_2802931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-week-zenscapes-8-5-x-5-5-weekly-monthly-planner-refill-white-blue-281-285y-23/product_24514507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-photographic-6-x-3-5-daily-desk-calendar-refill-e417-50-23/product_24515727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-c252-black-standard-yield-toner-cartridge-407653/product_1018451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-church-chair-black-patterned-silver-vein-frame-fch185svjp02/product_200988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-today-is-6-x-6-daily-wall-calendar-refill-white-black-k1-50-23/product_24515757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-22-x-32-canvas-art/product_317132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-today-is-8-5-x-8-daily-wall-calendar-refill-white-black-k4-50-23/product_24515751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-30-x-47-canvas-art/product_317133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-16-x-20-black-frame-art/product_313769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-c310a-yellow-standard-yield-toner-cartridge/product_104190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-12-x-17-academic-monthly-wall-calendar-purple-red-pma2-28-25/product_24579225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-metal-folding-chair-gray-2-pack-2bdf002gy/product_24442108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-15-x-12-academic-monthly-wall-calendar-purple-red-ay8-28-25/product_24579232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-16-x-20-wood-frame-art/product_313775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-11-x-14-black-frame-art/product_312803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-fi-8040-color-duplex-document-scanner-pa03836-b005/product_24575613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-fi-8040-premium-bundle-scanner-with-4-year-advance-exchange-warranty-cg01000-310059/product_IM1HL4132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-5-x-8-weekly-appointment-book-faux-leather-cover-black-70-101-05-25/product_24579188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-7-x-8-75-academic-monthly-planner-faux-leather-cover-black-70-127-05-25/product_24579222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-16-x-24-canvas-art/product_312806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-22-x-32-canvas-art/product_312807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-8-25-x-11-academic-weekly-appointment-book-faux-leather-cover-black-70-957-05-25/product_24579191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sail-at-dawn-24-x-32-canvas-art/product_314009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-c220-black-standard-yield-toner-cartridge-406046/product_766225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sainte-adresse-1867-24-x-32-canvas-art/product_494238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sainte-adresse-1867-18-x-24-canvas-art/product_495338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-with-air-vent-back-and-sled-base-black-rut498abk/product_1982192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-8-25-x-11-academic-weekly-monthly-planner-faux-leather-cover-black-70-957x-05-25/product_24579211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-5200ha-black-standard-yield-toner-cartridge-406683-us/product_2802935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-3-5-x-6-academic-monthly-planner-faux-leather-cover-black-ay53-00-25/product_24579186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stackable-melody-band-music-chair-black-hfmusic/product_201209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-11-x-14-wood-frame-art/product_24099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-5-x-8-academic-weekly-monthly-planner-poly-cover-charcoal-ayc200-45-25/product_24579233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-type-c310a-cyan-standard-yield-toner-cartridge/product_104193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-burgundy-2-pack-2awmc320afbg/product_24442036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-de-la-mer-14-x-19-canvas-art/product_495822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-16-x-20-wood-frame-art/product_24097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0580-b1114mf/product_2082610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-8-5-x-11-academic-weekly-monthly-planner-poly-cover-charcoal-ayc545-45-25/product_24579206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-traditional-metal-x-back-restaurant-barstool-black-burgundy-xu6fobxbarbrv/product_257742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-8-x-12-academic-monthly-planner-faux-leather-cover-black-ay2-00-25/product_24579223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salmon-trawler-at-sunrise-24-x-32-canvas-art/product_313859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricola-cough-sore-throat-lozenges-21-pack-5302-own-sba/product_555106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ridgid-brush-assembly-used-with-1157-3177-3181-threading-motors/product_774988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-chair-black-fd-bhf-1-gg/product_1982835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-move-a-page-9-x-11-academic-weekly-monthly-planner-poly-cover-black-70-957e-05-25/product_24579193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-executive-9-x-11-monthly-padfolio-refill-white-70-909-10-23/product_24515695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salon-anuuel-de-la-libre-esthetique-1897-canvas-art/product_244832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0589-b1114bmf/product_2082584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ridgid-high-carbon-steel-pipe-tap-9-16-18-3-8-in-npt/product_770515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-841725-cyan-standard-toner-cartridge/product_2802934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-841726-magenta-standard-toner-cartridge/product_2802933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-navy-2-pack-2awmc320afnvy/product_24442047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0580-c1219gg/product_2079137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-flip-a-week-quicknotes-7-x-5-5-weekly-desk-calendar-refill-white-blue-yellow-sw706-50-23/product_24515680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-day-11-x-8-5-daily-monthly-planner-refill-white-brown-491-225-23/product_24514488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-navy-2-pack-2hamc320afnvy/product_24442043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0589-c1219gg/product_2079128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-889613-black-standard-yield-toner-cartridge/product_107836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0580-c3047gg/product_2076939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-signature-5-5-x-8-5-academic-weekly-monthly-planner-faux-leather-cover-brown-yp200a-09-25/product_24579231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stack-chair-with-arms-navy-blue-dot-xu60154nvy/product_257092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-week-8-5-x-5-5-weekly-monthly-planner-refill-multicolor-kd81-285y-23/product_24514502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-black-standard-yield-toner-cartridge-841346/product_2802931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-week-zenscapes-8-5-x-5-5-weekly-monthly-planner-refill-white-blue-281-285y-23/product_24514507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-photographic-6-x-3-5-daily-desk-calendar-refill-e417-50-23/product_24515727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-church-chair-black-patterned-silver-vein-frame-fch185svjp02/product_200988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-c252-black-standard-yield-toner-cartridge-407653/product_1018451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-today-is-6-x-6-daily-wall-calendar-refill-white-black-k1-50-23/product_24515757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-22-x-32-canvas-art/product_317132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-today-is-8-5-x-8-daily-wall-calendar-refill-white-black-k4-50-23/product_24515751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-30-x-47-canvas-art/product_317133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-16-x-20-black-frame-art/product_313769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-c310a-yellow-standard-yield-toner-cartridge/product_104190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-12-x-17-academic-monthly-wall-calendar-purple-red-pma2-28-25/product_24579225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-15-x-12-academic-monthly-wall-calendar-purple-red-ay8-28-25/product_24579232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-metal-folding-chair-gray-2-pack-2bdf002gy/product_24442108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-16-x-20-wood-frame-art/product_313775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-11-x-14-black-frame-art/product_312803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-fi-8040-color-duplex-document-scanner-pa03836-b005/product_24575613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-fi-8040-premium-bundle-scanner-with-4-year-advance-exchange-warranty-cg01000-310059/product_IM1HL4132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-5-x-8-weekly-appointment-book-faux-leather-cover-black-70-101-05-25/product_24579188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-16-x-24-canvas-art/product_312806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-7-x-8-75-academic-monthly-planner-faux-leather-cover-black-70-127-05-25/product_24579222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-22-x-32-canvas-art/product_312807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-8-25-x-11-academic-weekly-appointment-book-faux-leather-cover-black-70-957-05-25/product_24579191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sail-at-dawn-24-x-32-canvas-art/product_314009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-c220-black-standard-yield-toner-cartridge-406046/product_766225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sainte-adresse-1867-24-x-32-canvas-art/product_494238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-8-25-x-11-academic-weekly-monthly-planner-faux-leather-cover-black-70-957x-05-25/product_24579211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-with-air-vent-back-and-sled-base-black-rut498abk/product_1982192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sainte-adresse-1867-18-x-24-canvas-art/product_495338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-5200ha-black-standard-yield-toner-cartridge-406683-us/product_2802935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-3-5-x-6-academic-monthly-planner-faux-leather-cover-black-ay53-00-25/product_24579186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stackable-melody-band-music-chair-black-hfmusic/product_201209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-5-x-8-academic-weekly-monthly-planner-poly-cover-charcoal-ayc200-45-25/product_24579233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-11-x-14-wood-frame-art/product_24099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricoh-type-c310a-cyan-standard-yield-toner-cartridge/product_104193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-16-x-20-wood-frame-art/product_24097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-de-la-mer-14-x-19-canvas-art/product_495822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-8-5-x-11-academic-weekly-monthly-planner-poly-cover-charcoal-ayc545-45-25/product_24579206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-traditional-metal-x-back-restaurant-barstool-black-burgundy-xu6fobxbarbrv/product_257742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-8-x-12-academic-monthly-planner-faux-leather-cover-black-ay2-00-25/product_24579223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salmon-trawler-at-sunrise-24-x-32-canvas-art/product_313859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ricola-cough-sore-throat-lozenges-21-pack-5302-own-sba/product_555106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ridgid-brush-assembly-used-with-1157-3177-3181-threading-motors/product_774988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-chair-black-fd-bhf-1-gg/product_1982835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-move-a-page-9-x-11-academic-weekly-monthly-planner-poly-cover-black-70-957e-05-25/product_24579193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salon-anuuel-de-la-libre-esthetique-1897-canvas-art/product_244832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0589-b1114bmf/product_2082584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ridgid-high-carbon-steel-pipe-tap-9-16-18-3-8-in-npt/product_770515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0589-c1219gg/product_2079128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-signature-5-5-x-8-5-academic-weekly-monthly-planner-faux-leather-cover-brown-yp200a-09-25/product_24579231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:47:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-signature-8-5-x-11-academic-weekly-monthly-planner-faux-leather-cover-distressed-brown/product_24579220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-signature-collection-5-5-x-8-5-academic-weekly-monthly-planner-faux-leather-cover-navy/product_24579194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0589-c2232gg/product_2077377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-wood-folding-chair-mahogany-black-2-pack-2xf2903mahwood/product_24442101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rigid-heavy-duty-bolt-cutter-center-cut-24/product_766182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salvador-dali-by-mark-ashkenazi-18-x-24-canvas-art-ali1005-c1824gg/product_2078872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rigid-two-badge-blocking-smart-card-holder-3-3-8-x-2-1-8-clear-20-per-pack/product_2622027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-analeis-17-x-11-academic-monthly-desk-pad-calendar-black-white-130617-a25/product_24581518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-samri-s-baldwing-the-whie-mahatma-1888-canvas-art-16x32-inches/product_245009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-armless-folding-chair-white-20-pack-20l3l1white/product_695526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-copper-vein-frame-trapezoidal-back-banquet-chair-brown-4-pack-4fdbhf2bn/product_696423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-11-x-8-75-academic-monthly-wall-calendar-150160/product_24581544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ring-video-doorbell-3-wifi-wired-wireless-smart-video-doorbell-silver-5892385/product_24484504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ring-wifi-wired-wireless-smart-video-doorbell-silver-6022381/product_24484505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0575-b1114bmf/product_2082626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-upholstered-reception-chair-black-4-pack-ha-mc309av-bk-gg/product_201087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0575-w1114mf/product_2082624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-lucy-5-x-8-academic-weekly-monthly-planner-plastic-cover-black-pink-149819/product_24581591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hughes-armless-ergonomic-fabric-swivel-high-back-task-office-chair-black-bt90297h/product_1983659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0575-c2232gg/product_2077703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hughes-ergonomic-fabric-swivel-high-back-task-office-chair-black-bt90297ha/product_1983658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rip-van-minis-dutch-caramel-vanilla-wafels-0-28-oz-32-packs-box-8916/product_24607085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rip-van-wafels-cookies-and-cream-stroopwafels-1-16-oz-12-packs-box-12-box-rvw00388/product_24316634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-by-preston-16-x-20-black-matted-black-frame-em0565-b1620bmf/product_2086321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-james-traditional-metal-full-back-barstool-black-xuf125/product_201007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jana-mesh-stackable-side-chair-black-go5152/product_1983507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-by-preston-18-x-24-canvas-art-em0565-c1824gg/product_2078656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-brandice-5-x-8-academic-weekly-monthly-planner-plastic-cover-multicolor-146853/product_24581498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jasmine-ergonomic-mesh-swivel-mid-back-task-office-chair-black-go5307b/product_201028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-by-preston-35-x-47-canvas-art-em0565-c3547gg/product_2080602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rise-brewing-co-oat-milk-vanilla-nitro-cold-brew-coffee-7-oz-12-carton-fg-ss-014-007-012/product_24533205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-chanson-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-128694-a25/product_24583740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-16-x-20-wood-frame-art/product_34070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-chanson-8-x-10-academic-monthly-planner-plastic-cover-blue-128693-a25/product_24583767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rising-stonehenge-11-x-14-drawing-sketch-pad-15-sheets-pad-70643/product_2131434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jessica-leathersoft-swivel-high-back-executive-office-chair-black-go5301bbklea/product_201026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-cocorrina-3-63-x-6-13-monthly-planner-multicolor-147379/product_24564311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-collegiate-5-x-8-academic-weekly-monthly-planner-plastic-cover-gray-100139-a25/product_24581493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-by-michael-tompsett-16-x-20-white-matted-silver-frame-mt0371-s1620mf/product_2084937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-collegiate-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-gray-100135-a25/product_24581543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0130-w1114bmf/product_2079447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-11-x-14-white-matted-black-frame-ph0130-b1114mf/product_2079448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-bar-stool-black-antique-gold-ch3132030gbbq/product_1982930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rit-dyes-navy-blue-liquid-8-oz-bottle-pack-of-4-4pk-8309/product_2134236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-bar-stool-blue-ch3132030gbbl/product_1982932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rit-dyes-purple-liquid-8-oz-bottle-pack-of-4-4pk-8139/product_2133911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-8-x-10-academic-weekly-monthly-planner-black-144874/product_24581588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rit-dyes-sunshine-orange-liquid-8-oz-bottle-pack-of-4-4pk-8439/product_2134115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-signature-8-5-x-11-academic-weekly-monthly-planner-faux-leather-cover-distressed-brown/product_24579220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-annabel-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-white-144869/product_24581572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-barstool-without-back-white-ch3132030wh/product_1983289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0547-b1114mf/product_2082709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-signature-collection-5-5-x-8-5-academic-weekly-monthly-planner-faux-leather-cover-navy/product_24579194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-blurred-spring-lilac-5-x-8-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24581495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-16-x-20-black-frame-mt0547-b1620bmf/product_2083450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-counter-stool-without-back-red-ch3132024red/product_1983294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-black-blzp806bk/product_1241015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-casa-bella-17-x-11-academic-monthly-desk-pad-calendar-orange-white-149836/product_24581604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-medium/product_197816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-black-blzp809bk/product_1983501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0589-c2232gg/product_2077377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-casa-bella-5-x-8-academic-weekly-monthly-planner-plastic-cover-coral-white-149833/product_24581601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0547-c2232gg/product_2077390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-blue-blzp806bl/product_1240970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/river-city-200c-yellow-classic-rain-coats-3xl/product_154516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-wood-folding-chair-mahogany-black-2-pack-2xf2903mahwood/product_24442101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rigid-heavy-duty-bolt-cutter-center-cut-24/product_766182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salvador-dali-by-mark-ashkenazi-18-x-24-canvas-art-ali1005-c1824gg/product_2078872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rigid-two-badge-blocking-smart-card-holder-3-3-8-x-2-1-8-clear-20-per-pack/product_2622027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-analeis-17-x-11-academic-monthly-desk-pad-calendar-black-white-130617-a25/product_24581518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-samri-s-baldwing-the-whie-mahatma-1888-canvas-art-16x32-inches/product_245009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-armless-folding-chair-white-20-pack-20l3l1white/product_695526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-gray-blzp806gy/product_1240921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-copper-vein-frame-trapezoidal-back-banquet-chair-brown-4-pack-4fdbhf2bn/product_696423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-11-x-8-75-academic-monthly-wall-calendar-150160/product_24581544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0547-c3047gg/product_2076972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ring-video-doorbell-3-wifi-wired-wireless-smart-video-doorbell-silver-5892385/product_24484504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ring-wifi-wired-wireless-smart-video-doorbell-silver-6022381/product_24484505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-upholstered-reception-chair-black-4-pack-ha-mc309av-bk-gg/product_201087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0575-b1114bmf/product_2082626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0575-w1114mf/product_2082624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-lucy-5-x-8-academic-weekly-monthly-planner-plastic-cover-black-pink-149819/product_24581591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hughes-armless-ergonomic-fabric-swivel-high-back-task-office-chair-black-bt90297h/product_1983659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0575-c2232gg/product_2077703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hughes-ergonomic-fabric-swivel-high-back-task-office-chair-black-bt90297ha/product_1983658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rip-van-minis-dutch-caramel-vanilla-wafels-0-28-oz-32-packs-box-8916/product_24607085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rip-van-wafels-cookies-and-cream-stroopwafels-1-16-oz-12-packs-box-12-box-rvw00388/product_24316634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-by-preston-16-x-20-black-matted-black-frame-em0565-b1620bmf/product_2086321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-james-traditional-metal-full-back-barstool-black-xuf125/product_201007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jana-mesh-stackable-side-chair-black-go5152/product_1983507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-by-preston-18-x-24-canvas-art-em0565-c1824gg/product_2078656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-brandice-5-x-8-academic-weekly-monthly-planner-plastic-cover-multicolor-146853/product_24581498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jasmine-ergonomic-mesh-swivel-mid-back-task-office-chair-black-go5307b/product_201028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-by-preston-35-x-47-canvas-art-em0565-c3547gg/product_2080602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rise-brewing-co-oat-milk-vanilla-nitro-cold-brew-coffee-7-oz-12-carton-fg-ss-014-007-012/product_24533205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-chanson-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-128694-a25/product_24583740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-16-x-20-wood-frame-art/product_34070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-chanson-8-x-10-academic-monthly-planner-plastic-cover-blue-128693-a25/product_24583767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rising-stonehenge-11-x-14-drawing-sketch-pad-15-sheets-pad-70643/product_2131434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jessica-leathersoft-swivel-high-back-executive-office-chair-black-go5301bbklea/product_201026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-cocorrina-3-63-x-6-13-monthly-planner-multicolor-147379/product_24564311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-collegiate-5-x-8-academic-weekly-monthly-planner-plastic-cover-gray-100139-a25/product_24581493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-by-michael-tompsett-16-x-20-white-matted-silver-frame-mt0371-s1620mf/product_2084937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-collegiate-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-gray-100135-a25/product_24581543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0130-w1114bmf/product_2079447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-11-x-14-white-matted-black-frame-ph0130-b1114mf/product_2079448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-bar-stool-black-antique-gold-ch3132030gbbq/product_1982930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rit-dyes-navy-blue-liquid-8-oz-bottle-pack-of-4-4pk-8309/product_2134236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-bar-stool-blue-ch3132030gbbl/product_1982932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rit-dyes-purple-liquid-8-oz-bottle-pack-of-4-4pk-8139/product_2133911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-8-x-10-academic-weekly-monthly-planner-black-144874/product_24581588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rit-dyes-sunshine-orange-liquid-8-oz-bottle-pack-of-4-4pk-8439/product_2134115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-annabel-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-white-144869/product_24581572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-barstool-without-back-white-ch3132030wh/product_1983289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0547-b1114mf/product_2082709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-blurred-spring-lilac-5-x-8-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24581495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-counter-stool-without-back-red-ch3132024red/product_1983294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-16-x-20-black-frame-mt0547-b1620bmf/product_2083450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-casa-bella-17-x-11-academic-monthly-desk-pad-calendar-orange-white-149836/product_24581604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-black-blzp806bk/product_1241015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-medium/product_197816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-black-blzp809bk/product_1983501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-casa-bella-5-x-8-academic-weekly-monthly-planner-plastic-cover-coral-white-149833/product_24581601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-blue-blzp806bl/product_1240970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0547-c2232gg/product_2077390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/river-city-200c-yellow-classic-rain-coats-3xl/product_154516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-gray-blzp806gy/product_1240921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0547-c3047gg/product_2076972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-31-5-x-31-5-granite-white-rb32rbargw/product_201387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-flower-field-mint-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-144877/product_24581561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/river-city-classic-rain-coats-large-yellow-200cl/product_154514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-ii-by-michael-tompsett-12-x-19-canvas-art-mt0623-c1219gg/product_2079722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-flower-mint-3-63-x-6-13-academic-weekly-monthly-planner-multicolor-144878/product_24581535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/river-city-fr2003-classic-3-piece-flame-resistant-rainsuit-yellow-2xl/product_197842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-flutter-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-136685-a25/product_24583764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-60-x-18-granite-white-rb1860/product_201340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-ii-by-michael-tompsett-30-x-47-canvas-art-mt0623-c3047gg/product_2076893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-72-x-30-granite-white-rb3072adj/product_257233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-london-rose-3-63-x-6-13-monthly-planner-multicolor-143886/product_24564181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-72-x-30-granite-white-rb3072fh/product_1982273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:47:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-palms-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-white-green-137891-a25/product_24583728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-96-x-18-granite-white-rb1896/product_201352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/river-queen-salted-peanuts-32-oz/product_2795769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0805-b1114mf/product_2081898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/riverside-3d-12-x-18-construction-paper-blue-50-sheets-p103624/product_403016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0805-w1620bmf/product_2086016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0805-b1620mf/product_2086017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-street-map-by-michael-tompsett-12-x-19-canvas-art-mt0671-c1219gg/product_2079709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-brown-50-sheets-p103605/product_402629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-rugby-stripe-black-22-x-17-academic-monthly-desk-pad-calendar-black-white-144888/product_24581593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-faux-leather-backless-stool-black-bt-191-1-gg/product_200827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-fog-16-x-24-canvas-art/product_317268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-fog-22-x-32-canvas-art/product_317269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-holiday-red-50-sheets-p103442/product_432890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-pink-50-sheets-p103591/product_402421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-somerset-black-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24581582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-salmon-50-sheets-p103970/product_421801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-sheet-music-ii-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0824-w1114bmf/product_2081840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-mid-back-executive-side-chair-with-sled-base-black/product_201016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-sheet-music-ii-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0824-b1114mf/product_2081841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-swiss-dot-5-x-8-academic-weekly-monthly-planner-black-gold-150137/product_24581503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/riverside-groundwood-18-x-24-construction-paper-red-50-sheets-pack-p103455/product_826107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-recliner-and-ottoman-with-swiveling-mahogany-wood-base-brown-bt70222brnflair/product_1169312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ditsy-dapple-light-15-x-12-academic-monthly-wall-calendar-148669-a25/product_24583744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-11-x-14-wood-frame-mt0823-w1114bmf/product_2081843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-enviroshades-steno-notebook-6-x-9-80-sheets-pad-gregg-ruled-recycled-blue-paper-4-books-pk-12284/product_2675899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-environotes-1-subject-pocket-notebook-3-x-5-narrow-ruled-60-sheets-gray-silver-48-case/product_24598949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leathersoft-rocker-recliners-brown-menda343991brn/product_201315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-enterprise-5-x-8-academic-weekly-monthly-planner-plastic-cover-black-130611-a25/product_24583765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-enviroshades-steno-notebook-6-x-9-80-sheets-pad-gregg-ruled-recycled-gray-paper-4-books-pk-12274/product_2675900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-mt0823-w1620bmf/product_2085962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-5-x-4-875-wide-ruled-60-sheets-black-77122/product_24602550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0823-c2232gg/product_2077246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-75-x-9-75-wide-ruled-50-sheets-red-roa77922/product_601632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0823-c3047gg/product_2081282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-x-8-5-wide-ruled-48-sheets-black-77333/product_814864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-31-5-x-31-5-granite-white-rb32rbargw/product_201387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-gemma-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-white-118177-a25/product_24583733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-linus-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-burgundy-wla654mgby/product_257464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-livingston-collection-3-shelf-30-h-storage-bookcase-brown-oak-nanjn2522b3/product_24519002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-flower-field-mint-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-144877/product_24581561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-8-x-10-wide-ruled-60-sheets-black-77505/product_911766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0131-w1114bmf/product_2079444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-9-75-x-7-5-wide-ruled-60-sheets-black-77222/product_916889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-low-back-polymer-drafting-stool-with-tractor-seat-vibrant-orange/product_201296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-14-x-19-canvas-art-ph0131-c1419gg/product_2081470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-notebooks-9-x-11-college-ruled-100-sheets-each-11096/product_24563477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-16-x-20-black-matted-black-frame-ph0131-b1620bmf/product_2085560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0131-b1620mf/product_2085559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/river-city-classic-rain-coats-large-yellow-200cl/product_154514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-8-5-x-11-75-legal-pads-recycled-green-paper-50-sheets-pad-3-pads-pack-74193/product_24558015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-11-x-14-black-frame-art/product_311970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-biobased-1-subject-notebooks-6-x-9-5-college-ruled-70-sheets-each-13360/product_1128573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-ii-by-michael-tompsett-12-x-19-canvas-art-mt0623-c1219gg/product_2079722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/river-city-fr2003-classic-3-piece-flame-resistant-rainsuit-yellow-2xl/product_197842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-flower-mint-3-63-x-6-13-academic-weekly-monthly-planner-multicolor-144878/product_24581535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-60-x-18-granite-white-rb1860/product_201340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-flutter-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-136685-a25/product_24583764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-ii-by-michael-tompsett-30-x-47-canvas-art-mt0623-c3047gg/product_2076893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-72-x-30-granite-white-rb3072adj/product_257233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ivory-paper-co-flamingo-pink-8-x-10-academic-monthly-planner-plastic-cover-146896/product_24581619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-london-rose-3-63-x-6-13-monthly-planner-multicolor-143886/product_24564181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-72-x-30-granite-white-rb3072fh/product_1982273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-8-black-slfeml96h60lbk/product_24595272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-96-x-18-granite-white-rb1896/product_201352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/river-queen-salted-peanuts-32-oz/product_2795769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-palms-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-white-green-137891-a25/product_24583728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0805-b1114mf/product_2081898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/riverside-3d-12-x-18-construction-paper-blue-50-sheets-p103624/product_403016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0805-w1620bmf/product_2086016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0805-b1620mf/product_2086017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-street-map-by-michael-tompsett-12-x-19-canvas-art-mt0671-c1219gg/product_2079709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-brown-50-sheets-p103605/product_402629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-rugby-stripe-black-22-x-17-academic-monthly-desk-pad-calendar-black-white-144888/product_24581593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-faux-leather-backless-stool-black-bt-191-1-gg/product_200827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-fog-16-x-24-canvas-art/product_317268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-fog-22-x-32-canvas-art/product_317269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-holiday-red-50-sheets-p103442/product_432890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-somerset-black-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24581582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-pink-50-sheets-p103591/product_402421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-salmon-50-sheets-p103970/product_421801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-sheet-music-ii-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0824-w1114bmf/product_2081840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-mid-back-executive-side-chair-with-sled-base-black/product_201016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-sheet-music-ii-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0824-b1114mf/product_2081841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-swiss-dot-5-x-8-academic-weekly-monthly-planner-black-gold-150137/product_24581503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/riverside-groundwood-18-x-24-construction-paper-red-50-sheets-pack-p103455/product_826107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-recliner-and-ottoman-with-swiveling-mahogany-wood-base-brown-bt70222brnflair/product_1169312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ditsy-dapple-light-15-x-12-academic-monthly-wall-calendar-148669-a25/product_24583744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-11-x-14-wood-frame-mt0823-w1114bmf/product_2081843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-enviroshades-steno-notebook-6-x-9-80-sheets-pad-gregg-ruled-recycled-blue-paper-4-books-pk-12284/product_2675899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leathersoft-rocker-recliners-brown-menda343991brn/product_201315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-environotes-1-subject-pocket-notebook-3-x-5-narrow-ruled-60-sheets-gray-silver-48-case/product_24598949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-enterprise-5-x-8-academic-weekly-monthly-planner-plastic-cover-black-130611-a25/product_24583765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-enviroshades-steno-notebook-6-x-9-80-sheets-pad-gregg-ruled-recycled-gray-paper-4-books-pk-12274/product_2675900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-mt0823-w1620bmf/product_2085962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-5-x-4-875-wide-ruled-60-sheets-black-77122/product_24602550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0823-c2232gg/product_2077246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-75-x-9-75-wide-ruled-50-sheets-red-roa77922/product_601632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0823-c3047gg/product_2081282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-x-8-5-wide-ruled-48-sheets-black-77333/product_814864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-gemma-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-white-118177-a25/product_24583733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-linus-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-burgundy-wla654mgby/product_257464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-livingston-collection-3-shelf-30-h-storage-bookcase-brown-oak-nanjn2522b3/product_24519002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-8-x-10-wide-ruled-60-sheets-black-77505/product_911766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-9-75-x-7-5-wide-ruled-60-sheets-black-77222/product_916889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0131-w1114bmf/product_2079444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-low-back-polymer-drafting-stool-with-tractor-seat-vibrant-orange/product_201296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-14-x-19-canvas-art-ph0131-c1419gg/product_2081470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-16-x-20-black-matted-black-frame-ph0131-b1620bmf/product_2085560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-notebooks-9-x-11-college-ruled-100-sheets-each-11096/product_24563477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0131-b1620mf/product_2085559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-11-x-14-black-frame-art/product_311970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-8-5-x-11-75-legal-pads-recycled-green-paper-50-sheets-pad-3-pads-pack-74193/product_24558015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-biobased-1-subject-notebooks-6-x-9-5-college-ruled-70-sheets-each-13360/product_1128573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ivory-paper-co-flamingo-pink-8-x-10-academic-monthly-planner-plastic-cover-146896/product_24581619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-8-black-slfeml96h60lbk/product_24595272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-16-x-20-wood-frame-art/product_311977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ivory-paper-co-sammi-5-88-x-8-63-academic-weekly-monthly-planner-plastic-cover-multicolor-146884/product_24581603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-with-mesh-top-and-seats-8-black-slfeml96bk/product_24587879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-7-75-x-9-75-wide-ruled-50-sheets-green-roa77920/product_601626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jessica-3-63-x-6-13-monthly-planner-multicolor-147380/product_24564297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-martha-washington-leathersoft-swivel-executive-office-chair-black-801llf05bklea/product_257250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-16-x-20-white-matted-black-frame-ali1097-b1620mf/product_2086609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jordy-blue-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-149814/product_24581509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-16-x-20-white-matted-wood-frame-ali1097-w1620mf/product_2086608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-julieanne-15-x-12-academic-monthly-wall-calendar-blue-lavender-green-146979/product_24581574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-9-75-x-7-5-wide-ruled-50-sheets-black-77220/product_687889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mellie-round-aluminum-indoor-outdoor-bar-height-flip-up-table-tlh059a/product_1982657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-14-x-19-canvas-art-ali1098-c1419gg/product_2079883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-kachel-cool-5-x-8-weekly-monthly-planner-blue-pink-143942/product_24564242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-ink-what-you-think-1-subject-notebook-9-x-11-college-ruled-70-sheets-kraft-24-carton/product_24598321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-16-x-20-white-matted-black-frame-ali1098-b1620mf/product_2086606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-16-x-20-white-matted-wood-frame-ali1098-w1620mf/product_2086605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-legal-pads-recycled-paper-in-assorted-colors-8-5-x-11-75-50-sheets-pad-6-pads-pack-74221/product_24558013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-11-x-14-white-matted-black-frame-ali1099-b1114mf/product_2077495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-11-x-14-white-matted-wood-frame-ali1099-w1114mf/product_2077494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-signature-1-subject-professional-notebooks-8-5-x-11-graph-ruled-80-sheets-green-11382/product_24489836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-wide-ruled-filler-paper-8-x-10-5-3-hole-punched-100-sheets-pack-20010/product_402259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-11-x-14-black-frame-art/product_317136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-nyla-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-white-black-149821/product_24581564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-wide-ruled-filler-paper-8-x-10-5-3-hole-punched-200-sheets-pack-20020/product_478924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-ergonomic-mesh-swivel-low-back-task-office-chair-black-wa3074bkarm/product_130080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-quad-ruled-filler-paper-5-5-x-8-5-white-100-sheets-pack-20815/product_866292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-pucker-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-navy-146759/product_24581505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-gray-hl0001gy/product_1983469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sanford-gifford-lake-winnipiegee-canvas-16x32-inches/product_246402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-orange-hl0001or/product_1983473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-wide-landscape-format-writing-pad-college-ruled-11-x-9-1-2-white-40-sheets/product_2675897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-blue-white-frame-hl0001whblue/product_24501475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-30-x-47-canvas-art/product_317141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sanford-gifford-south-mountains-catskills-canvas-12x24-inches/product_246534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-sandra-check-8-5-x-11-academic-weekly-monthly-student-planner-plastic-cover-mint-green-white/product_24581506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-shining-sky-5-x-8-academic-weekly-monthly-planner-plastic-cover-green-gold-150003/product_24581513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-extra-firm-filament-round-long-handle-2-pack-of-6-pk6-255345002/product_24202321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-mesh-mid-back-executive-office-chair/product_SS244801558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-red-hl0001red/product_1983472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-santa-barbra-garden-26-x-32-canvas-art/product_314178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brush-sets-synthetic-set-of-5-255510001/product_2134636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savon-s-h-y-b-16-x-20-wood-frame-art/product_821395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-teacher-dots-15-x-12-academic-monthly-wall-calendar-100340-a25/product_24583755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-teacher-lesson-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-black-134433-a25/product_24583736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savvy-labrador-by-dean-russo-11-x-14-white-matted-silver-frame-ali0242-s1114mf/product_2076729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ollie-47-w-home-office-desk-with-3-drawers-walnut-polished-brass-zgzp028brgld/product_24581052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-by-mark-ashkenazi-18-x-24-canvas-art-ali1017-c1824gg/product_2078918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-16-x-20-wood-frame-art/product_311977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roblox-100-00-gift-card-email-delivery-108607b10000/product_24543295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-blue-stripe-8-5-x-11-academic-weekly-monthly-planner-white-blue-145921/product_24581579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roblox-200-00-gift-card-email-delivery-1012443b20000/product_24569469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roblox-200-00-gift-card-email-delivery-1020023b20000/product_24569473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-color-block-pink-5-x-8-academic-weekly-monthly-planner-plastic-cover/product_24581553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ivory-paper-co-sammi-5-88-x-8-63-academic-weekly-monthly-planner-plastic-cover-multicolor-146884/product_24581603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-park-avenue-collection-end-table-clear-silver-nanjh1737/product_24307338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roblox-25-00-gift-card-email-delivery-1020024b2500/product_24569470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-drafting-stool-gray-vibrant-black-lf-215-blk-gg/product_130050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-ganging-clip-white-10-pack-10le3whgang/product_1179926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-penny-s-floral-quilt-5-x-8-academic-weekly-monthly-planner-plastic-cover/product_24581617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roblox-50-00-gift-card-email-delivery-1020023b5000/product_24569481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roblox-50-00-gift-card-email-delivery-1020024b5000/product_24569471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-with-mesh-top-and-seats-8-black-slfeml96bk/product_24587879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-poly-accent-chair-white-2-pack-2fh132dppwh/product_24256867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-poly-accent-chair-white-2fh130dppwh/product_24256956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-7-75-x-9-75-wide-ruled-50-sheets-green-roa77920/product_601626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jessica-3-63-x-6-13-monthly-planner-multicolor-147380/product_24564297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-martha-washington-leathersoft-swivel-executive-office-chair-black-801llf05bklea/product_257250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-16-x-20-white-matted-black-frame-ali1097-b1620mf/product_2086609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jordy-blue-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-149814/product_24581509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-16-x-20-white-matted-wood-frame-ali1097-w1620mf/product_2086608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-julieanne-15-x-12-academic-monthly-wall-calendar-blue-lavender-green-146979/product_24581574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-primrose-pink-5-x-8-academic-weekly-monthly-planner-plastic-cover/product_24581548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-9-75-x-7-5-wide-ruled-50-sheets-black-77220/product_687889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mellie-round-aluminum-indoor-outdoor-bar-height-flip-up-table-tlh059a/product_1982657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-wavy-black-frame-8-x-10-academic-monthly-planner-plastic-cover-black-beige/product_24581586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-kachel-cool-5-x-8-weekly-monthly-planner-blue-pink-143942/product_24564242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-14-x-19-canvas-art-ali1098-c1419gg/product_2079883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-ink-what-you-think-1-subject-notebook-9-x-11-college-ruled-70-sheets-kraft-24-carton/product_24598321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-16-x-20-white-matted-black-frame-ali1098-b1620mf/product_2086606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-16-x-20-white-matted-wood-frame-ali1098-w1620mf/product_2086605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-legal-pads-recycled-paper-in-assorted-colors-8-5-x-11-75-50-sheets-pad-6-pads-pack-74221/product_24558013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-11-x-14-white-matted-black-frame-ali1099-b1114mf/product_2077495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-11-x-14-white-matted-wood-frame-ali1099-w1114mf/product_2077494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-11-x-14-black-frame-art/product_317136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-nyla-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-white-black-149821/product_24581564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-wide-ruled-filler-paper-8-x-10-5-3-hole-punched-100-sheets-pack-20010/product_402259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-signature-1-subject-professional-notebooks-8-5-x-11-graph-ruled-80-sheets-green-11382/product_24489836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-ergonomic-mesh-swivel-low-back-task-office-chair-black-wa3074bkarm/product_130080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-wide-ruled-filler-paper-8-x-10-5-3-hole-punched-200-sheets-pack-20020/product_478924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-quad-ruled-filler-paper-5-5-x-8-5-white-100-sheets-pack-20815/product_866292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-pucker-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-navy-146759/product_24581505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-gray-hl0001gy/product_1983469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sanford-gifford-lake-winnipiegee-canvas-16x32-inches/product_246402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-orange-hl0001or/product_1983473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-blue-white-frame-hl0001whblue/product_24501475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roaring-spring-wide-landscape-format-writing-pad-college-ruled-11-x-9-1-2-white-40-sheets/product_2675897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-30-x-47-canvas-art/product_317141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sanford-gifford-south-mountains-catskills-canvas-12x24-inches/product_246534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-sandra-check-8-5-x-11-academic-weekly-monthly-student-planner-plastic-cover-mint-green-white/product_24581506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-extra-firm-filament-round-long-handle-2-pack-of-6-pk6-255345002/product_24202321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-mesh-mid-back-executive-office-chair/product_SS244801558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-santa-barbra-garden-26-x-32-canvas-art/product_314178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-shining-sky-5-x-8-academic-weekly-monthly-planner-plastic-cover-green-gold-150003/product_24581513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brush-sets-synthetic-set-of-5-255510001/product_2134636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-red-hl0001red/product_1983472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savon-s-h-y-b-16-x-20-wood-frame-art/product_821395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-teacher-dots-15-x-12-academic-monthly-wall-calendar-100340-a25/product_24583755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-teacher-lesson-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-black-134433-a25/product_24583736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ollie-47-w-home-office-desk-with-3-drawers-walnut-polished-brass-zgzp028brgld/product_24581052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savvy-labrador-by-dean-russo-11-x-14-white-matted-silver-frame-ali0242-s1114mf/product_2076729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-by-mark-ashkenazi-18-x-24-canvas-art-ali1017-c1824gg/product_2078918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roblox-100-00-gift-card-email-delivery-108607b10000/product_24543295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-blue-stripe-8-5-x-11-academic-weekly-monthly-planner-white-blue-145921/product_24581579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roblox-200-00-gift-card-email-delivery-1012443b20000/product_24569469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roblox-200-00-gift-card-email-delivery-1020023b20000/product_24569473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-color-block-pink-5-x-8-academic-weekly-monthly-planner-plastic-cover/product_24581553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roblox-25-00-gift-card-email-delivery-1020024b2500/product_24569470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-park-avenue-collection-end-table-clear-silver-nanjh1737/product_24307338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-drafting-stool-gray-vibrant-black-lf-215-blk-gg/product_130050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-ganging-clip-white-10-pack-10le3whgang/product_1179926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-penny-s-floral-quilt-5-x-8-academic-weekly-monthly-planner-plastic-cover/product_24581617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roblox-50-00-gift-card-email-delivery-1020023b5000/product_24569481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roblox-50-00-gift-card-email-delivery-1020024b5000/product_24569471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-poly-accent-chair-white-2-pack-2fh132dppwh/product_24256867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-poly-accent-chair-white-2fh130dppwh/product_24256956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-primrose-pink-5-x-8-academic-weekly-monthly-planner-plastic-cover/product_24581548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-wavy-black-frame-8-x-10-academic-monthly-planner-plastic-cover-black-beige/product_24581586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-15-x-12-academic-monthly-wall-calendar-145903/product_24581491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-16-x-20-black-frame-art/product_313431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-letter-dot-grid/product_SS128245381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-5-x-8-academic-weekly-monthly-planner-plastic-cover/product_24581530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-posey-armless-ergonomic-fabric-wood-mobile-kneeling-office-chair-black-wlsb210/product_201487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-prince-indoor-outdoor-square-table-23-75-x-23-75-white-ch3133029wh/product_1982329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-6-x-8-8-dot-grid-ruled-36-pages-blue-evr-e-rc-cdf-fr/product_24453236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rebecca-leathersoft-swivel-high-back-executive-office-chair-white-go2192wh/product_2637276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-professional-notebooks-6-x-8-8-college-ruled-18-sheets-blue-evr2-e-rcccefr/product_24520228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-tropics-blue-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-149859/product_24581569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-cambridge-bridgette-8-5-x-11-academic-weekly-monthly-planner-poly-cover-multicolor-1712-905a-25/product_24579221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-6-x-8-8-dot-grid-ruled-36-pages-teal-evr-e-rc-cce-fr/product_24453240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-dot-grid-ruled-32-pages-teal-evr-l-rc-cce-fr/product_24328141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-dot-grid-ruled-32-pages-blue-evr-l-rc-cdf-fr/product_24328142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-48-w-x-30-d-conference-table-laminate-walnut-mtm4830wltubf/product_24595271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-lined-ruled-32-pages-blue-evr2-l-rc-cdf/product_24489600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seascape-by-preston-ready-to-hang-canvas-art-em209a-c1414gg/product_256200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seascape-by-preston-ready-to-hang-canvas-art-em209c-c1414gg/product_256202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-lined-ruled-32-pages-teal-evr2-l-rc-cce/product_24489592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-24-d-conference-table-laminate-gray-oak-mtm6024ltgryubf/product_24595245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0833-b1114mf/product_2081824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-24-d-conference-table-laminate-walnut-mtm6024wltabf/product_24595287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-gray-oak-mtm7236ltgryabf/product_24595284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-gray-oak-mtm7236ltgryubf/product_24595239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-30-d-conference-table-laminate-gray-oak-mtm6030ltgryabf/product_24595295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-11-x-14-wood-frame-mt0832-w1114bmf/product_2081718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-reusable-notebook-planner-combo-6-x-8-8-7-page-styles-42-pages-black-evrf-e-rc-a-fr/product_24492044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-reusable-notebook-planner-combo-8-5-x-11-7-page-styles-42-pages-black-evrf-l-rc-a-fr/product_24453235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-reusable-notebook-planner-combo-8-5-x-11-7-page-styles-42-pages-teal-evrf-l-rc-cce-fr/product_24453234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-reusable-notebook-planner-combo-6-x-8-8-7-page-styles-42-pages-teal-evrf-e-rc-cce-fr/product_24495002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-reusable-notebook-planner-combo-8-5-x-11-7-page-styles-42-pages-blue-evrf-l-rc-cdf-fr/product_24453244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rowan-rectangular-3-piece-folding-bench-and-table-set-25-5-x-41-granite-white-dadycz103/product_1981961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ronald-ergonomic-leathersoft-swivel-mid-back-task-office-chair-black-bt688bka/product_200859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-botanical-5-5-x-8-academic-weekly-monthly-planner-paper-cover-multicolor-ay24-30-s/product_24579181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-leathersoft-mesh-swivel-mid-back-task-office-chair-black-gowy82lea/product_1983483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-mesh-swivel-mid-back-executive-office-chair-transparent-black-gowy87/product_1983602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-mini-smart-notepad-3-5-x-5-5-dot-grid-ruled-black-24-sheets-pad-evr2-m-rc-a-fr/product_24520226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-mini-smart-notepad-3-5-x-5-5-dot-grid-ruled-blue-24-sheets-pad-evr2-m-rc-cdf-fr/product_24520227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-scarborough-folding-table-60-5-x-60-5-white-dad154z/product_1982282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-18-5-x-13-academic-monthly-desk-pad-calendar-white-blue-1556-25/product_24588064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-11-x-14-black-frame-art/product_820252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-white-brick-5-5-x-8-5-weekly-monthly-student-planner-paper-cover-sc24-sm-5585-s/product_24580288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rockstar-original-energy-drink-16-oz-818094005777/product_24551910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-24-x-18-academic-yearly-wet-erase-wall-calendar-reversible-white-blue-3965-25/product_24588057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0549-b1114bmf/product_2082704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-15-x-12-academic-monthly-wall-calendar-145903/product_24581491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-22-x-17-academic-monthly-desk-pad-calendar-white-blue-155-25/product_24588058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocstor-gigabit-ethernet-adapter-y10a173-w1/product_IM12CR748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-24-x-37-wet-erase-yearly-wall-calendar-reversible-white-blue-3964-24/product_24562558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0549-b1114mf/product_2082703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-37-x-24-academic-yearly-wet-erase-wall-calendar-reversible-white-blue-395-25/product_24588061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-steel-banquet-stack-chair-dolly-black/product_201014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-16-x-20-black-frame-art/product_313431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocstor-premium-usb-c-to-hdmi-adapter-m-f-6-4k-60hz/product_IM18J2867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocstor-mini-displayport-vga-video-cable-y10c163-b1/product_IM12CR739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-7-x-9-academic-weekly-monthly-planner-leatherette-cover-black-295532-25/product_24588056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-steel-mobile-computer-desk-white-nanjg06bwh/product_1240959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0809-c1219gg/product_2078951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-8-5-x-11-academic-weekly-appointment-book-leatherette-cover-black-257202-25/product_24588065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocstor-rocpro-p33-2tb-external-usb-type-c-portable-hard-drive-gray-gp3606-01/product_IM18XF286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0549-c3047gg/product_2076970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-granny-splash-ii-framed-matted-art-11x14-inches-wood-frame/product_254671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-moleskine-limited-edition-harry-potter-alohomora-5-x-8-25-academic-calendar-weekly-planner-pine-green/product_24598449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0549-b1620mf/product_2083411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-letter-dot-grid/product_SS128245381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-5-x-8-academic-weekly-monthly-planner-plastic-cover/product_24581530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-posey-armless-ergonomic-fabric-wood-mobile-kneeling-office-chair-black-wlsb210/product_201487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rebecca-leathersoft-swivel-high-back-executive-office-chair-white-go2192wh/product_2637276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-prince-indoor-outdoor-square-table-23-75-x-23-75-white-ch3133029wh/product_1982329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-6-x-8-8-dot-grid-ruled-36-pages-blue-evr-e-rc-cdf-fr/product_24453236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-professional-notebooks-6-x-8-8-college-ruled-18-sheets-blue-evr2-e-rcccefr/product_24520228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-tropics-blue-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-149859/product_24581569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-cambridge-bridgette-8-5-x-11-academic-weekly-monthly-planner-poly-cover-multicolor-1712-905a-25/product_24579221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-6-x-8-8-dot-grid-ruled-36-pages-teal-evr-e-rc-cce-fr/product_24453240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tania-fabric-stackable-side-reception-chair-navy-bt5151nvy/product_256951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-ii-by-michael-tompsett-12-x-19-canvas-art-mt0617-c1219gg/product_2079728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-dot-grid-ruled-32-pages-blue-evr-l-rc-cdf-fr/product_24328142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-48-w-x-30-d-conference-table-laminate-walnut-mtm4830wltubf/product_24595271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-dot-grid-ruled-32-pages-teal-evr-l-rc-cce-fr/product_24328141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-lined-ruled-32-pages-blue-evr2-l-rc-cdf/product_24489600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seascape-by-preston-ready-to-hang-canvas-art-em209a-c1414gg/product_256200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-24-d-conference-table-laminate-gray-oak-mtm6024ltgryubf/product_24595245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-lined-ruled-32-pages-teal-evr2-l-rc-cce/product_24489592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seascape-by-preston-ready-to-hang-canvas-art-em209c-c1414gg/product_256202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-gray-oak-mtm7236ltgryabf/product_24595284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-24-d-conference-table-laminate-walnut-mtm6024wltabf/product_24595287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0833-b1114mf/product_2081824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-gray-oak-mtm7236ltgryubf/product_24595239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-30-d-conference-table-laminate-gray-oak-mtm6030ltgryabf/product_24595295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-11-x-14-wood-frame-mt0832-w1114bmf/product_2081718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-reusable-notebook-planner-combo-8-5-x-11-7-page-styles-42-pages-teal-evrf-l-rc-cce-fr/product_24453234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-reusable-notebook-planner-combo-6-x-8-8-7-page-styles-42-pages-black-evrf-e-rc-a-fr/product_24492044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-reusable-notebook-planner-combo-8-5-x-11-7-page-styles-42-pages-black-evrf-l-rc-a-fr/product_24453235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-reusable-notebook-planner-combo-6-x-8-8-7-page-styles-42-pages-teal-evrf-e-rc-cce-fr/product_24495002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-reusable-notebook-planner-combo-8-5-x-11-7-page-styles-42-pages-blue-evrf-l-rc-cdf-fr/product_24453244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rowan-rectangular-3-piece-folding-bench-and-table-set-25-5-x-41-granite-white-dadycz103/product_1981961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ronald-ergonomic-leathersoft-swivel-mid-back-task-office-chair-black-bt688bka/product_200859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-botanical-5-5-x-8-academic-weekly-monthly-planner-paper-cover-multicolor-ay24-30-s/product_24579181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-mesh-swivel-mid-back-executive-office-chair-transparent-black-gowy87/product_1983602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-leathersoft-mesh-swivel-mid-back-task-office-chair-black-gowy82lea/product_1983483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-mini-smart-notepad-3-5-x-5-5-dot-grid-ruled-black-24-sheets-pad-evr2-m-rc-a-fr/product_24520226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocketbook-mini-smart-notepad-3-5-x-5-5-dot-grid-ruled-blue-24-sheets-pad-evr2-m-rc-cdf-fr/product_24520227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-scarborough-folding-table-60-5-x-60-5-white-dad154z/product_1982282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-18-5-x-13-academic-monthly-desk-pad-calendar-white-blue-1556-25/product_24588064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-11-x-14-black-frame-art/product_820252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-white-brick-5-5-x-8-5-weekly-monthly-student-planner-paper-cover-sc24-sm-5585-s/product_24580288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-24-x-18-academic-yearly-wet-erase-wall-calendar-reversible-white-blue-3965-25/product_24588057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rockstar-original-energy-drink-16-oz-818094005777/product_24551910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0549-b1114bmf/product_2082704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-22-x-17-academic-monthly-desk-pad-calendar-white-blue-155-25/product_24588058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocstor-gigabit-ethernet-adapter-y10a173-w1/product_IM12CR748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-24-x-37-wet-erase-yearly-wall-calendar-reversible-white-blue-3964-24/product_24562558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0549-b1114mf/product_2082703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-37-x-24-academic-yearly-wet-erase-wall-calendar-reversible-white-blue-395-25/product_24588061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-steel-banquet-stack-chair-dolly-black/product_201014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocstor-premium-usb-c-to-hdmi-adapter-m-f-6-4k-60hz/product_IM18J2867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocstor-mini-displayport-vga-video-cable-y10c163-b1/product_IM12CR739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-7-x-9-academic-weekly-monthly-planner-leatherette-cover-black-295532-25/product_24588056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-steel-mobile-computer-desk-white-nanjg06bwh/product_1240959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0809-c1219gg/product_2078951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-8-5-x-11-academic-weekly-appointment-book-leatherette-cover-black-257202-25/product_24588065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rocstor-rocpro-p33-2tb-external-usb-type-c-portable-hard-drive-gray-gp3606-01/product_IM18XF286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0549-c3047gg/product_2076970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-granny-splash-ii-framed-matted-art-11x14-inches-wood-frame/product_254671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-moleskine-limited-edition-harry-potter-alohomora-5-x-8-25-academic-calendar-weekly-planner-pine-green/product_24598449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0549-b1620mf/product_2083411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tania-fabric-stackable-side-reception-chair-navy-bt5151nvy/product_256951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-ii-by-michael-tompsett-12-x-19-canvas-art-mt0617-c1219gg/product_2079728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-grapes-splash-ii-framed-matted-art-16x20-inches-wood-frame/product_254678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-america-s-national-parks-12-x-12-academic-calendar-monthly-wall-calendar-9781975481308/product_24590667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-lemon-splash-ii-framed-matted-art-11x14-inches-wood-frame/product_254683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-beaches-12-x-12-academic-calendar-monthly-wall-calendar-9781975481315/product_24590688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-red-apple-splash-framed-matted-art-11x14-inches-wood-frame/product_254659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-strawberry-splash-ii-framed-matted-art-11x14-inches-wood-frame/product_254688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-turner-ergonomic-leathersoft-swivel-high-back-fully-tufted-executive-office-chair-brown-ci360brn/product_1240872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rogue-canvas-leather-business-messenger-bag-black-walmessbag-blk/product_24435781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-house-of-turnowsky-official-14-x-10-academic-calendar-monthly-desk-pad-calendar-9781975480448/product_24590668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rogue-wallet-international-traveler-leather-money-clip-brown-waltvlweek-brn/product_24435777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rogue-wallet-leather-portfolio-black-walport-black/product_24435776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0833-c1219gg/product_2081624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rogue-walletguard-rfid-blocking-credit-card-sleeve-vault-style-walrfidpkgvault/product_1440274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0832-c1624gg/product_2077942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-pen-ink-6-x-7-75-academic-weekly-planner-hardcover-ivory-ebony-9781975480417/product_24590672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0833-c1624gg/product_2077941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-seaside-currents-12-x-12-academic-calendar-monthly-desk-or-wall-calendar-9781975480400/product_24590675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-seaside-currents-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-multicolor-9781975480424/product_24590670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roku-3810xb-refurbished-streaming-stick-plus-esie3810xb/product_24337236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0833-c2232gg/product_2077287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-taylor-swift-12-x-12-academic-monthly-wall-calendar-9781975483234/product_24609757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roku-express-3960r-streaming-media-player-black/product_24556360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vivian-vinyl-swivel-mid-back-executive-office-chair-black-go2240bk/product_2607257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-punch-studio-9-5-x-11-5-academic-monthly-planner-paper-cover-blue-multicolor-79142/product_24579477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vivian-vinyl-swivel-mid-back-executive-office-chair-orange-go2240org/product_2607255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roku-streambar-4k-hd-hdr-streaming-media-player-premium-audio-all-in-one-9102r/product_24463537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vivian-vinyl-swivel-mid-back-executive-office-chair-pink-go2240pk/product_2607254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-11-x-8-monthly-desk-wall-calendar-white-red-black-st60366-23/product_24576637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roku-voice-remote-with-tv-controls-for-roku-tv-rca1r/product_24551895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roll-add-2-1-4in/product_387677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-33-round-activity-table-height-adjustable-green-yuycx007rdtbgn/product_130187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-18-x-24-canvas-art-mt0870-c1824gg/product_2078369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-22-x-17-academic-monthly-desk-pad-calendar-navy-st59497-23/product_24576640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-22-x-17-academic-monthly-desk-pad-calendar-white-black-st12952-23/product_24576638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-24-x-32-canvas-art-mt0870-c2432gg/product_2081181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-45-round-activity-table-height-adjustable-green-yuycx005rdtbgn/product_130184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-35-x-47-canvas-art-mt0869-c3547gg/product_2080457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-blue-belt/product_171071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-7-x-9-academic-weekly-monthly-appointment-book-black-st25497-23/product_24576644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-kidney-activity-table-48-x-72-height-adjustable-oak-xua4872kidoakta/product_130148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-kidney-activity-table-48-x-96-height-adjustable-gray-xua4896kidgyha/product_201575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:49:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-ii-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0870-w1620bmf/product_2085824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-8-x-11-academic-weekly-monthly-appointment-book-black-st25499-23/product_24576639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-yellow-belt/product_171069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-8-x-11-academic-weekly-monthly-planner-black-st23572-23/product_24576646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-24-x-48-height-adjustable-red-yuycx001rectbrd/product_130176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-grapes-splash-ii-framed-matted-art-16x20-inches-wood-frame/product_254678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-art-12-x-17-academic-monthly-wall-calendar-white-black-ay25-8512/product_24579731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-blue-belt/product_171081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-30-x-48-height-adjustable-gray-xua3048recgyhp/product_201544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-18-x-24-canvas-art/product_312005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-30-x-72-height-adjustable-gray-xua3072recgyta/product_130134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-america-s-national-parks-12-x-12-academic-calendar-monthly-wall-calendar-9781975481308/product_24590667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-square-activity-table-24-x-24-height-adjustable-blue-yuycx002sqrtbbl/product_130177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-yellow-belt/product_171079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-bibliophile-series-royal-tartan-9-x-11-academic-weekly-monthly-planner-paper-cover-blue-yellow/product_24590106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-blue-plaid-3-5-x-6-5-academic-weekly-monthly-planner-paperboard-cover-multicolor-ay25-7500/product_24590092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-blue-watercolor-6-5-x-8-academic-monthly-planner-paperboard-cover-ay25-4200/product_24590060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rolodex-nestable-jumbo-wire-mesh-pencil-holder-black-62557/product_901359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-collection-cabana-stripe-6-x-8-academic-weekly-monthly-planner-ay25-9214/product_24590110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-17-1-4-x-11-1-4-x-4-kraft-25-bundle-17114/product_23978626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-collection-gumballs-6-x-8-academic-weekly-monthly-planner-paperboard-cover-multicolor/product_24590067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-18-x-12-x-2-kraft-25-bundle-18122/product_2301295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seduccion-24-x-32-canvas-art/product_33848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-lemon-splash-ii-framed-matted-art-11x14-inches-wood-frame/product_254683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-beaches-12-x-12-academic-calendar-monthly-wall-calendar-9781975481315/product_24590688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-red-apple-splash-framed-matted-art-11x14-inches-wood-frame/product_254659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-strawberry-splash-ii-framed-matted-art-11x14-inches-wood-frame/product_254688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-turner-ergonomic-leathersoft-swivel-high-back-fully-tufted-executive-office-chair-brown-ci360brn/product_1240872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rogue-canvas-leather-business-messenger-bag-black-walmessbag-blk/product_24435781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-house-of-turnowsky-official-14-x-10-academic-calendar-monthly-desk-pad-calendar-9781975480448/product_24590668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rogue-wallet-international-traveler-leather-money-clip-brown-waltvlweek-brn/product_24435777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rogue-wallet-leather-portfolio-black-walport-black/product_24435776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0833-c1219gg/product_2081624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-elements-series-aspen-trees-6-x-8-academic-weekly-monthly-planner-paperboard-cover-yellow-white/product_24590057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romano-silver-photo-frame-27-x-31-inch-dsw1385391/product_2192377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rogue-walletguard-rfid-blocking-credit-card-sleeve-vault-style-walrfidpkgvault/product_1440274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0832-c1624gg/product_2077942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-pen-ink-6-x-7-75-academic-weekly-planner-hardcover-ivory-ebony-9781975480417/product_24590672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0833-c1624gg/product_2077941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-seaside-currents-12-x-12-academic-calendar-monthly-desk-or-wall-calendar-9781975480400/product_24590675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-seaside-currents-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-multicolor-9781975480424/product_24590670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roku-3810xb-refurbished-streaming-stick-plus-esie3810xb/product_24337236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0833-c2232gg/product_2077287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-taylor-swift-12-x-12-academic-monthly-wall-calendar-9781975483234/product_24609757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roku-express-3960r-streaming-media-player-black/product_24556360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vivian-vinyl-swivel-mid-back-executive-office-chair-black-go2240bk/product_2607257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-punch-studio-9-5-x-11-5-academic-monthly-planner-paper-cover-blue-multicolor-79142/product_24579477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vivian-vinyl-swivel-mid-back-executive-office-chair-orange-go2240org/product_2607255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roku-streambar-4k-hd-hdr-streaming-media-player-premium-audio-all-in-one-9102r/product_24463537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vivian-vinyl-swivel-mid-back-executive-office-chair-pink-go2240pk/product_2607254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-11-x-8-monthly-desk-wall-calendar-white-red-black-st60366-23/product_24576637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roku-voice-remote-with-tv-controls-for-roku-tv-rca1r/product_24551895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roll-add-2-1-4in/product_387677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-33-round-activity-table-height-adjustable-green-yuycx007rdtbgn/product_130187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-18-x-24-canvas-art-mt0870-c1824gg/product_2078369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-22-x-17-academic-monthly-desk-pad-calendar-navy-st59497-23/product_24576640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-22-x-17-academic-monthly-desk-pad-calendar-white-black-st12952-23/product_24576638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-24-x-32-canvas-art-mt0870-c2432gg/product_2081181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-45-round-activity-table-height-adjustable-green-yuycx005rdtbgn/product_130184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-blue-belt/product_171071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-35-x-47-canvas-art-mt0869-c3547gg/product_2080457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-7-x-9-academic-weekly-monthly-appointment-book-black-st25497-23/product_24576644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-kidney-activity-table-48-x-72-height-adjustable-oak-xua4872kidoakta/product_130148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-kidney-activity-table-48-x-96-height-adjustable-gray-xua4896kidgyha/product_201575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-8-x-11-academic-weekly-monthly-appointment-book-black-st25499-23/product_24576639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-ii-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0870-w1620bmf/product_2085824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-yellow-belt/product_171069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-8-x-11-academic-weekly-monthly-planner-black-st23572-23/product_24576646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-24-x-48-height-adjustable-red-yuycx001rectbrd/product_130176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-art-12-x-17-academic-monthly-wall-calendar-white-black-ay25-8512/product_24579731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-blue-belt/product_171081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-30-x-48-height-adjustable-gray-xua3048recgyhp/product_201544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-18-x-24-canvas-art/product_312005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-30-x-72-height-adjustable-gray-xua3072recgyta/product_130134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-yellow-belt/product_171079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-square-activity-table-24-x-24-height-adjustable-blue-yuycx002sqrtbbl/product_130177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-bibliophile-series-royal-tartan-9-x-11-academic-weekly-monthly-planner-paper-cover-blue-yellow/product_24590106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-blue-plaid-3-5-x-6-5-academic-weekly-monthly-planner-paperboard-cover-multicolor-ay25-7500/product_24590092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-blue-watercolor-6-5-x-8-academic-monthly-planner-paperboard-cover-ay25-4200/product_24590060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rolodex-nestable-jumbo-wire-mesh-pencil-holder-black-62557/product_901359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-collection-cabana-stripe-6-x-8-academic-weekly-monthly-planner-ay25-9214/product_24590110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-17-1-4-x-11-1-4-x-4-kraft-25-bundle-17114/product_23978626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-collection-gumballs-6-x-8-academic-weekly-monthly-planner-paperboard-cover-multicolor/product_24590067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-18-x-12-x-2-kraft-25-bundle-18122/product_2301295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seduccion-24-x-32-canvas-art/product_33848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-elements-series-aspen-trees-6-x-8-academic-weekly-monthly-planner-paperboard-cover-yellow-white/product_24590057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romano-silver-photo-frame-27-x-31-inch-dsw1385391/product_2192377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-large-plastic-utility-caddy-12-75-h-x-11-25-w-purple-rom26006/product_274425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-19-x-13-x-6-kraft-25-bundle-19136/product_2301383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-caddy-with-6-cups-small-assorted-colors-pack-of-2-rom250-2/product_24504248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-16-x-24-canvas-art/product_312936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-22-x-32-canvas-art/product_312937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-canvas-art-18x32-inches/product_244852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-red-pack-of-3-rom72502-3/product_24504179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-16-x-20-white-matted-black-frame-ali1289-b1620mf/product_2083589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-30-x-20-x-8-kraft-15-bundle-30208/product_2301582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-11-x-14-black-frame-art/product_33597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-26-x-26-x-4-kraft-15-bundle-26264/product_2301584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-11-x-14-wood-frame-art/product_33592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:49:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-22-x-32-canvas-art/product_33594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-small-utility-caddy-9-25-x-9-25-x-5-25-green-pack-of-6-rom25905-6/product_24497347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fleming-s-gift-card/product_SS204063541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-16-x-20-wood-frame-art/product_33591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flex-2-1-50-strength-flexible-reading-glasses-black-demi-e5028/product_24286326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flex-2-2-75-strength-flexible-reading-glasses-black-demi-e5028/product_24286679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-products-small-utility-caddy-yellow-2-bd/product_139713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-letter-box-no-lid-green-4-ea-bd/product_139356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-letter-box-orange-5-rom16109/product_1625813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flex-seal-liquid-rubber-sealant-coating-spray-14-oz-clear-fscl20/product_24420584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-white-lotus-series-seersucker-stripe-6-x-8-academic-weekly-monthly-planner-paperboard-cover/product_24590081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexboot-series-cat5e-24awg-utp-ethernet-network-patch-cable-20ft-black/product_2505298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-abstract-florals-7-x-9-25-academic-monthly-planner-plastic-cover-multicolor-ppcd12-473/product_24582979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serenity-pond-18-x-18-canvas-art/product_314288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serenity-pond-24-x-24-canvas-art/product_314289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-bold-and-botanical-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24582970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-camp-nostalgia-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24582971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-47-sit-stand-desk-converter-black-m3b/product_24174412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-stowaway-plastic-tray-no-lid-red-pack-of-3-rom12102-3/product_24504286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roo-games-quick-chess-board-game-qg01/product_24517515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-fishers-of-men-14-x-19-canvas-stretched-190836012206/product_2575640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-32-7-x-32-5-vinyl-stick-giant-wall-decals/product_235106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-one-14-x-19-canvas-stretched-art-print-190836011407/product_2575637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-adventures-under-the-sea-peel-and-stick-wall-decal-10-x-18/product_135462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-always-kiss-me-goodnight-peel-and-stick-wall-decal-black/product_136073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-alcoveriser-19-9-h-x-35-8-w-x-24-d-plastic-laptop-riser-black-em7mb/product_24452244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-poppy-piping-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-ppbd12-169/product_24582960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-virgin-and-son-i-14-x-19-canvas-stretched-190836012367/product_2575632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-rio-vibes-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor-ppcd12-469/product_24582961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-avengers-gallery-art-contemporary-wall-mural-movies-tv-rmk11411m/product_24565492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-large-plastic-utility-caddy-12-75-h-x-11-25-w-purple-rom26006/product_274425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-stargazer-4-63-x-7-academic-weekly-monthly-planner-plastic-cover-blue-gold-ppmd12-166/product_24582965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-batman-gotham-guardian-peel-and-stick-wall-decal-10-x-18/product_135669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-black-peonies-contemporary-wall-decal-set-botanical-rmk4413gm/product_24565466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-sweet-citrus-22-x-17-academic-monthly-desk-calendar-orange-green-pdc3d12-076/product_24582953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-55-w-electric-adjustable-standing-desk/product_SS237146231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-brushwork-painted-butterfly-peel-and-stick-wall-decal/product_277206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-76-w-electric-l-shaped-adjustable-standing-desk/product_SS237146118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-for-seven-brothers-16-x-24-canvas-art/product_315503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-bubble-guppies-peel-and-stick-wall-decal-10-x-18/product_465761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-for-seven-brothers-22-x-32-canvas-art/product_315504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-buddy-the-elf-contemporary-wall-decal-set-holiday-rmk4339gm/product_24565463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-19-x-13-x-6-kraft-25-bundle-19136/product_2301383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-76-w-l-shaped-adjustable-standing-desk-white-e7lw557624wht/product_24572664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-bees-and-botanicals-17-x-12-academic-monthly-desk-pad-calendar-47514/product_24593551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-55-w-adjustable-standing-desk-bamboo-black-e7bpro5528-lbzb/product_24588921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-55-w-adjustable-standing-desk-white-e7wpro5528-w/product_24588922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-chevron-sticktiles-peel-and-stick-backsplash-traditional-decals-decorative-4-pack-til3461flt/product_24425275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-b1114mf-the-aqua-vase-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-butterfly-moon-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47736/product_24593557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-caddy-with-6-cups-small-assorted-colors-pack-of-2-rom250-2/product_24504248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-cinderella-glamour-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_135727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-60-w-adjustable-bamboo-standing-desk-bamboo-black-e7bpro6030-lbzb/product_24588920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-16-x-24-canvas-art/product_312936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-22-x-32-canvas-art/product_312937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-canvas-art-18x32-inches/product_244852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-red-pack-of-3-rom72502-3/product_24504179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-30-x-20-x-8-kraft-15-bundle-30208/product_2301582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-16-x-20-white-matted-black-frame-ali1289-b1620mf/product_2083589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-11-x-14-black-frame-art/product_33597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-26-x-26-x-4-kraft-15-bundle-26264/product_2301584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-11-x-14-wood-frame-art/product_33592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-c1419gg-the-aqua-vase-by-sheila-golden-14-x-19-frameless-art/product_1552509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-60-w-adjustable-standing-desk-bamboo-white-e7wpro6030-lbzb/product_24588912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-22-x-32-canvas-art/product_33594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fleming-s-gift-card/product_SS204063541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-small-utility-caddy-9-25-x-9-25-x-5-25-green-pack-of-6-rom25905-6/product_24497347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-16-x-20-wood-frame-art/product_33591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flex-2-1-50-strength-flexible-reading-glasses-black-demi-e5028/product_24286326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flex-2-2-75-strength-flexible-reading-glasses-black-demi-e5028/product_24286679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-products-small-utility-caddy-yellow-2-bd/product_139713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-letter-box-no-lid-green-4-ea-bd/product_139356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-letter-box-orange-5-rom16109/product_1625813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-white-lotus-series-seersucker-stripe-6-x-8-academic-weekly-monthly-planner-paperboard-cover/product_24590081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flex-seal-liquid-rubber-sealant-coating-spray-14-oz-clear-fscl20/product_24420584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-abstract-florals-7-x-9-25-academic-monthly-planner-plastic-cover-multicolor-ppcd12-473/product_24582979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexboot-series-cat5e-24awg-utp-ethernet-network-patch-cable-20ft-black/product_2505298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serenity-pond-18-x-18-canvas-art/product_314288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serenity-pond-24-x-24-canvas-art/product_314289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-bold-and-botanical-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24582970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-camp-nostalgia-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24582971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/romanoff-stowaway-plastic-tray-no-lid-red-pack-of-3-rom12102-3/product_24504286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-47-sit-stand-desk-converter-black-m3b/product_24174412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roo-games-quick-chess-board-game-qg01/product_24517515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-fishers-of-men-14-x-19-canvas-stretched-190836012206/product_2575640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-32-7-x-32-5-vinyl-stick-giant-wall-decals/product_235106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-one-14-x-19-canvas-stretched-art-print-190836011407/product_2575637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-adventures-under-the-sea-peel-and-stick-wall-decal-10-x-18/product_135462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-always-kiss-me-goodnight-peel-and-stick-wall-decal-black/product_136073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-poppy-piping-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-ppbd12-169/product_24582960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-alcoveriser-19-9-h-x-35-8-w-x-24-d-plastic-laptop-riser-black-em7mb/product_24452244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-virgin-and-son-i-14-x-19-canvas-stretched-190836012367/product_2575632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-rio-vibes-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor-ppcd12-469/product_24582961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-avengers-gallery-art-contemporary-wall-mural-movies-tv-rmk11411m/product_24565492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-stargazer-4-63-x-7-academic-weekly-monthly-planner-plastic-cover-blue-gold-ppmd12-166/product_24582965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-batman-gotham-guardian-peel-and-stick-wall-decal-10-x-18/product_135669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-sweet-citrus-22-x-17-academic-monthly-desk-calendar-orange-green-pdc3d12-076/product_24582953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-black-peonies-contemporary-wall-decal-set-botanical-rmk4413gm/product_24565466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-brushwork-painted-butterfly-peel-and-stick-wall-decal/product_277206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-55-w-electric-adjustable-standing-desk/product_SS237146231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-76-w-electric-l-shaped-adjustable-standing-desk/product_SS237146118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-for-seven-brothers-16-x-24-canvas-art/product_315503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-bubble-guppies-peel-and-stick-wall-decal-10-x-18/product_465761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-for-seven-brothers-22-x-32-canvas-art/product_315504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-buddy-the-elf-contemporary-wall-decal-set-holiday-rmk4339gm/product_24565463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-76-w-l-shaped-adjustable-standing-desk-white-e7lw557624wht/product_24572664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-bees-and-botanicals-17-x-12-academic-monthly-desk-pad-calendar-47514/product_24593551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-55-w-adjustable-standing-desk-bamboo-black-e7bpro5528-lbzb/product_24588921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-55-w-adjustable-standing-desk-white-e7wpro5528-w/product_24588922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-chevron-sticktiles-peel-and-stick-backsplash-traditional-decals-decorative-4-pack-til3461flt/product_24425275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-b1114mf-the-aqua-vase-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-butterfly-moon-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47736/product_24593557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-cinderella-glamour-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_135727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-60-w-adjustable-bamboo-standing-desk-bamboo-black-e7bpro6030-lbzb/product_24588920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-c1419gg-the-aqua-vase-by-sheila-golden-14-x-19-frameless-art/product_1552509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-60-w-adjustable-standing-desk-bamboo-white-e7wpro6030-lbzb/product_24588912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-cactus-3-5-x-6-5-monthly-planner-multicolor-39304/product_24588652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-classic-wonder-woman-peel-and-stick-giant-wall-decal-18-x-40/product_466281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-72-w-adjustable-standing-desk-bamboo-black-e7bpro7230-lbzb/product_24588919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-construction-vehicles-peel-and-stick-wall-decal-10-x-18/product_466174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-72-w-adjustable-standing-desk-bamboo-white-e7wpro7230-lbzb/product_24588911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-decorative-spider-man-quote-contemporary-wall-decal-set-movies-tv-rmk2697tb/product_24565484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-c1824gg-purple-blooms-in-sunlight-by-sheila-golden-24-x-18-frmls-art/product_1550956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-78-w-adjustable-standing-desk-bamboo-white-e7wpro7830lbzb/product_24588917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-78-w-electric-adjustable-standing-desk/product_SS237146127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7q-60-w-adjustable-standing-desk-black-walnut-black-e7qb6030-bw/product_24588908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-cherry-blossom-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47439/product_24593550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-denim-stripe-3-5-x-6-5-monthly-planner-blue-38482/product_24561016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-ew8-48-w-adjustable-standing-desk-black-ew8b/product_24572670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1114bmf-red-flower-shadows-by-sheila-golden-14-x-11-frm-art-blk-mtd/product_1551936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1620bmf-red-flower-shadows-by-sheila-golden-20-x-16-frm-art-blk-mtd/product_1551461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-floral-punch-3-5-x-6-5-monthly-planner-multicolor-38499/product_24588657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-express-yourself-colorful-alphabet-peel-and-stick-wall-decal-10-x-18/product_135512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-fa-la-la-la-la-contemporary-wall-decal-set-holiday-rmk4833scs/product_24565467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-28-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-28b/product_24592396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-c1824gg-red-flower-shadows-by-sheila-golden-24-x-18-frameless-art/product_1550955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-green-goddess-3-5-x-6-5-monthly-planner-multicolor-38505/product_24588676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-faith-hope-and-love-quote-peel-and-stick-wall-decal-9-3-4-x-13/product_136154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-36-w-manual-adjustable-standing-desk-converter-black-m7-e-36c/product_24592397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-honeybee-3-5-x-6-5-academic-weekly-monthly-planner-paper-cover-multicolor-47705/product_24593591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-40-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-40b/product_24592394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-indigo-3-5-x-6-5-monthly-planner-beige-blue-38512/product_24588669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-motorized-alcoveriser-em7-40-w-rectangular-adjustable-standing-desk-converter-black-em7l/product_24589756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-c1419gg-vase-with-yellow-flowers-by-sheila-golden-19-x-14-frmls-art/product_1552384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-c1824gg-vase-with-yellow-flowers-by-sheila-golden-24-x-18-frmls-art/product_1550951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-italy-3-5-x-6-5-monthly-planner-multicolor-39021/product_24588671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-frozen-peel-and-stick-wall-decal-10-x-18/product_465699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-c3547gg-vase-with-yellow-flowers-by-sheila-golden-47-x-35-frmls-art/product_1552030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-gerber-daisies-peel-and-stick-wall-decal-40-x-18-40-x-9/product_136109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-lots-of-lemons-3-5-x-6-5-monthly-planner-yellow-green-38529/product_24588665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-giant-wall-contemporary-decals-chalkboard-2-pack-rmk3317gm/product_24425296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-w1620mf-vase-with-yellow-flowers-by-sheila-golden-20x16-frm-art-wht-mtd/product_1553457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-modern-sunset-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-black-yellow-47750/product_24593560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-12-piece-bar-chart-graph-board-set-multi-grade-34159/product_24473780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-mushrooms-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47453/product_24593577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-mystic-butterfly-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47460/product_24593535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-halloween-contemporary-wall-decal-set-holiday-rmk4690gm/product_24565465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-24-piece-rectangular-dry-erase-writing-paddle-set-multi-grade-10040/product_24473796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-paris-8-5-x-11-academic-weekly-monthly-planner-paper-cover-kraft-black-47583/product_24593587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-cactus-3-5-x-6-5-monthly-planner-multicolor-39304/product_24588652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5701-w1620mf-enchanted-by-sheila-golden-20-x-16-framed-art-white-matted/product_1553517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-perfect-peony-8-5-x-11-academic-weekly-monthly-planner-beige-green-47590/product_24593559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-24-piece-two-sided-dry-erase-board-set-multi-grade-45454/product_24473884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-24-x-36-corkboard-wood-framed-flp10300/product_24322609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-plum-abstract-8-5-x-11-academic-weekly-monthly-planner-paper-cover-multicolor-47606/product_24593545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-b1620bmf-mystic-garden-by-sheila-golden-16-x-20-framed-art-blk-mtd/product_1551463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-poppies-3-5-x-6-5-monthly-planner-multicolor-38543/product_24588674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-c1419gg-mystic-garden-by-sheila-golden-14-x-19-frameless-art/product_1552439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-c1824gg-mystic-garden-by-sheila-golden-18-x-24-frameless-art/product_1550958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-purrfect-3-5-x-6-5-monthly-planner-multicolor-38567/product_24561084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-classic-wonder-woman-peel-and-stick-giant-wall-decal-18-x-40/product_466281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-holly-berries-and-twigs-traditional-wall-decal-set-holiday-rmk4834scs/product_24565508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-lion-king-chair-rail-prepasted-wall-mural-6-ft-h-x-10-1-2-ft-w/product_135946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-w1114mf-mystic-garden-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-rad-plaid-3-5-x-6-5-monthly-planner-multicolor-39038/product_24588673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-w1620mf-mystic-garden-by-sheila-golden-16-x-20-framed-art-wht-mtd/product_1553513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-b1114mf-orange-reflection-by-sheila-golden-14-x-11-framed-art-wht-mtd/product_1551940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-44-qt-storage-totes-assorted-colors-4-pack-40192/product_24575845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-marvel-classics-peel-and-stick-wall-decal/product_277180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-72-w-adjustable-standing-desk-bamboo-black-e7bpro7230-lbzb/product_24588919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-48-wall-screen-corrugated-study-carrel-24-pack-white-flp6000524/product_138529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-construction-vehicles-peel-and-stick-wall-decal-10-x-18/product_466174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-72-w-adjustable-standing-desk-bamboo-white-e7wpro7230-lbzb/product_24588911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-decorative-spider-man-quote-contemporary-wall-decal-set-movies-tv-rmk2697tb/product_24565484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-c1824gg-purple-blooms-in-sunlight-by-sheila-golden-24-x-18-frmls-art/product_1550956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-78-w-adjustable-standing-desk-bamboo-white-e7wpro7830lbzb/product_24588917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-cherry-blossom-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47439/product_24593550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7q-60-w-adjustable-standing-desk-black-walnut-black-e7qb6030-bw/product_24588908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-78-w-electric-adjustable-standing-desk/product_SS237146127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-denim-stripe-3-5-x-6-5-monthly-planner-blue-38482/product_24561016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-marvel-comic-cover-contemporary-wall-mural-movies-tv-rmk11410m/product_24565477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-8-5-x-11-sketch-book-14-sheets-12-pack-bk812/product_24473788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-ew8-48-w-adjustable-standing-desk-black-ew8b/product_24572670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1114bmf-red-flower-shadows-by-sheila-golden-14-x-11-frm-art-blk-mtd/product_1551936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1620bmf-red-flower-shadows-by-sheila-golden-20-x-16-frm-art-blk-mtd/product_1551461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-floral-punch-3-5-x-6-5-monthly-planner-multicolor-38499/product_24588657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-express-yourself-colorful-alphabet-peel-and-stick-wall-decal-10-x-18/product_135512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-28-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-28b/product_24592396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-fa-la-la-la-la-contemporary-wall-decal-set-holiday-rmk4833scs/product_24565467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-c1824gg-red-flower-shadows-by-sheila-golden-24-x-18-frameless-art/product_1550955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-green-goddess-3-5-x-6-5-monthly-planner-multicolor-38505/product_24588676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-faith-hope-and-love-quote-peel-and-stick-wall-decal-9-3-4-x-13/product_136154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-36-w-manual-adjustable-standing-desk-converter-black-m7-e-36c/product_24592397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-honeybee-3-5-x-6-5-academic-weekly-monthly-planner-paper-cover-multicolor-47705/product_24593591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-40-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-40b/product_24592394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-indigo-3-5-x-6-5-monthly-planner-beige-blue-38512/product_24588669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flexispot-motorized-alcoveriser-em7-40-w-rectangular-adjustable-standing-desk-converter-black-em7l/product_24589756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-c1419gg-vase-with-yellow-flowers-by-sheila-golden-19-x-14-frmls-art/product_1552384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-c1824gg-vase-with-yellow-flowers-by-sheila-golden-24-x-18-frmls-art/product_1550951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-italy-3-5-x-6-5-monthly-planner-multicolor-39021/product_24588671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-frozen-peel-and-stick-wall-decal-10-x-18/product_465699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-c3547gg-vase-with-yellow-flowers-by-sheila-golden-47-x-35-frmls-art/product_1552030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-gerber-daisies-peel-and-stick-wall-decal-40-x-18-40-x-9/product_136109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-lots-of-lemons-3-5-x-6-5-monthly-planner-yellow-green-38529/product_24588665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-giant-wall-contemporary-decals-chalkboard-2-pack-rmk3317gm/product_24425296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-w1620mf-vase-with-yellow-flowers-by-sheila-golden-20x16-frm-art-wht-mtd/product_1553457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-modern-sunset-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-black-yellow-47750/product_24593560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-12-piece-bar-chart-graph-board-set-multi-grade-34159/product_24473780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-mushrooms-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47453/product_24593577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-mystic-butterfly-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47460/product_24593535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-halloween-contemporary-wall-decal-set-holiday-rmk4690gm/product_24565465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-paris-8-5-x-11-academic-weekly-monthly-planner-paper-cover-kraft-black-47583/product_24593587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-24-piece-rectangular-dry-erase-writing-paddle-set-multi-grade-10040/product_24473796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5701-w1620mf-enchanted-by-sheila-golden-20-x-16-framed-art-white-matted/product_1553517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-perfect-peony-8-5-x-11-academic-weekly-monthly-planner-beige-green-47590/product_24593559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-24-piece-two-sided-dry-erase-board-set-multi-grade-45454/product_24473884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-plum-abstract-8-5-x-11-academic-weekly-monthly-planner-paper-cover-multicolor-47606/product_24593545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-24-x-36-corkboard-wood-framed-flp10300/product_24322609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-poppies-3-5-x-6-5-monthly-planner-multicolor-38543/product_24588674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-c1419gg-mystic-garden-by-sheila-golden-14-x-19-frameless-art/product_1552439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-b1620bmf-mystic-garden-by-sheila-golden-16-x-20-framed-art-blk-mtd/product_1551463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-c1824gg-mystic-garden-by-sheila-golden-18-x-24-frameless-art/product_1550958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-purrfect-3-5-x-6-5-monthly-planner-multicolor-38567/product_24561084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-holly-berries-and-twigs-traditional-wall-decal-set-holiday-rmk4834scs/product_24565508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-lion-king-chair-rail-prepasted-wall-mural-6-ft-h-x-10-1-2-ft-w/product_135946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-w1114mf-mystic-garden-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-w1620mf-mystic-garden-by-sheila-golden-16-x-20-framed-art-wht-mtd/product_1553513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-rad-plaid-3-5-x-6-5-monthly-planner-multicolor-39038/product_24588673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-b1114mf-orange-reflection-by-sheila-golden-14-x-11-framed-art-wht-mtd/product_1551940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-44-qt-storage-totes-assorted-colors-4-pack-40192/product_24575845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-marvel-classics-peel-and-stick-wall-decal/product_277180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-48-wall-screen-corrugated-study-carrel-24-pack-white-flp6000524/product_138529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-8-5-x-11-sketch-book-14-sheets-12-pack-bk812/product_24473788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-marvel-comic-cover-contemporary-wall-mural-movies-tv-rmk11410m/product_24565477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-tropical-summer-3-5-x-6-5-monthly-planner-multicolor-39335/product_24561090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-merry-christmas-wreath-traditional-wall-decal-set-holiday-rmk4480gm/product_24565458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-w1114mf-orange-reflection-by-sheila-golden-14-x-11-framed-art-wht-mtd/product_1551939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-mexican-tile-peel-and-stick-wall-traditional-decals-decorative-16-pack-rmk3747gm/product_24425304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-vintage-floral-8-5-x-11-academic-weekly-monthly-planner-paper-cover-multicolor-47613/product_24593556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-w1620mf-orange-reflection-by-sheila-golden-20-x-16-framed-art-wht-mtd/product_1553511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-watercolor-stripe-22-x-17-academic-monthly-desk-pad-calendar-47576/product_24593585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-and-friends-clubhouse-capers-chair-rail-prepasted-wallpaper-mural/product_1236051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-attendance-certificate-8-5-x-11-multicolor-30-pack-5-packs-carton-va580-5/product_24575849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-waves-3-5-x-6-5-monthly-planner-multicolor-38581/product_24561001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5706-c1824gg-geraniums-against-yellow-by-sheila-golden-24-x-18-frmls-art/product_1550959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-mouse-peel-and-stick-giant-wall-decal-with-augmented-reality-18-x-40-9-x-40/product_135783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5706-c3547gg-geraniums-against-yellow-by-sheila-golden-47-x-35-frmls-art/product_1552038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2026-blue-sky-ivory-paper-co-daviana-3-63-x-6-13-academic-monthly-planner-cream-blue-146890/product_24581517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-minnie-mouse-peel-stick-giant-wall-decal-18-x-40-and-9-x-40-rmk1509gm/product_135788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-bucket-filler-combo-pack-multicolor-6-pieces-pack-bfs100/product_24473888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-c-flute-corrugated-sheet-40-x-32-brown-25-carton-32405-25/product_24575887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-c1414gg-a-poppy-moment-by-sheila-golden-14-x-14-frameless-art/product_1552376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2026-cambridge-workstyle-mellow-frost-3-5-x-6-25-academic-monthly-planner-paper-cover-teal-gold-1606-021a-46-25/product_24579204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-nintendo-super-mario-build-a-scene-peel-and-stick-wall-decal/product_1236027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-c3535gg-a-poppy-moment-by-sheila-golden-35-x-35-frameless-art/product_1554102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2026-willow-creek-navy-duotone-academic-monthly-planner-paper-cover-navy-slate-gray-47668/product_24593579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-children-s-decals-geography-33-pack-rmk4021gm/product_24425322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-cork-board-36-x-24-brown-2-carton-37024-2/product_24575937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-c2424gg-mixed-blue-bouquet-by-sheila-golden-24-x-24-frameless-art/product_1553417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-cork-bulletin-board-2-x-1-5-5-carton-10086/product_24575930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-monthly-wall-calendar-with-jacket-sk8-00-24/product_24549057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-c3535gg-mixed-blue-bouquet-by-sheila-golden-35-x-35-frameless-art/product_1554103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-12-x-17-monthly-wet-erase-wall-calendar-pmlm02-28-24/product_24549160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-12-x-17-three-month-wall-calendar-white-black-sw115-28-24/product_24549067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-nature-rmk11045wp/product_24425313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-13-pack-rmk3904scs/product_24425306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-27-pack-rmk3648scs/product_24425285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-c1419gg-sweet-memory-by-sheila-golden-19-x-14-frameless-art/product_1552434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-4-pack-rmk3652scs/product_24425288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-cork-project-sheet-30-x-20-brown-25-carton-21300-25/product_24575929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-c1824gg-sweet-memory-by-sheila-golden-24-x-18-frameless-art/product_1550953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-c2432gg-sweet-memory-by-sheila-golden-32-x-24-frameless-art/product_1552486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-cork-roll-4-x-6-6mm-thick-flp38005/product_2127359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-calendar-4-pack-rmk3726gm/product_24425312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-cork-roll-4-x-8-3mm-thick-flp38001/product_2127131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-decorative-16-pack-rmk3696gm/product_24427851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-tropical-summer-3-5-x-6-5-monthly-planner-multicolor-39335/product_24561090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-flip-chart-24-x-33-blue-white-4-carton-30501-4/product_24575879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-decorative-16-pack-rmk3701gm/product_24425277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-plastic-letter-tray-blue-2-pack-40361/product_24575940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-blue-gray-sw200-00-24/product_24549104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-white-black-sk22-00-24/product_24549120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-decal-construction-trucks/product_277207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-white-black-sk24-00-24/product_24549089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-presentation-board-4-x-3-bleached-white-24-carton-30042-24/product_847448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5710-c3547gg-bouquet-for-bonnard-by-sheila-golden-47-x-35-frameless-art/product_1552040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-stick-contemporary-giant-decal-palm-leaf-2-pack-rmk3861gm/product_24425297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-22-x-17-monthly-desk-pad-calendar-slate-blue-89701-24/product_24549103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-pokemon-favorite-character-children-s-wall-decal-set-cartoons-rmk4150scs/product_24565488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-pokemon-iconic-peel-and-stick-wall-decal/product_1236041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-merry-christmas-wreath-traditional-wall-decal-set-holiday-rmk4480gm/product_24565458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-c1818gg-floral-expressions-by-sheila-golden-18-x-18-frameless-art/product_1551287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-c2424gg-floral-expressions-by-sheila-golden-24-x-24-frameless-art/product_1553418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-pumpkin-faces-contemporary-wall-decal-set-holiday-rmk4691scs/product_24565501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-19-monthly-desk-pad-calendar-purple-gray-sw2300024/product_24559837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-retro-christmas-cars-wall-decal-set-holiday-rmk4478scs/product_24565459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-b1111bmf-early-june-bouquet-by-sheila-golden-11-x-11-frm-art-blk-mtd/product_1552249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-w1114mf-orange-reflection-by-sheila-golden-14-x-11-framed-art-wht-mtd/product_1551939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-scroll-dry-erase-calendar-peel-stick-giant-wall-decal-white/product_466199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-mexican-tile-peel-and-stick-wall-traditional-decals-decorative-16-pack-rmk3747gm/product_24425304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-vintage-floral-8-5-x-11-academic-weekly-monthly-planner-paper-cover-multicolor-47613/product_24593556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-w1620mf-orange-reflection-by-sheila-golden-20-x-16-framed-art-wht-mtd/product_1553511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-watercolor-stripe-22-x-17-academic-monthly-desk-pad-calendar-47576/product_24593585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-and-friends-clubhouse-capers-chair-rail-prepasted-wallpaper-mural/product_1236051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-attendance-certificate-8-5-x-11-multicolor-30-pack-5-packs-carton-va580-5/product_24575849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-waves-3-5-x-6-5-monthly-planner-multicolor-38581/product_24561001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-36-yearly-wet-erase-wall-calendar-reversible-green-pm210-28-24/product_24549105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5706-c1824gg-geraniums-against-yellow-by-sheila-golden-24-x-18-frmls-art/product_1550959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-mouse-peel-and-stick-giant-wall-decal-with-augmented-reality-18-x-40-9-x-40/product_135783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-kit-36-x-48-white-24-carton-30832-24/product_24575900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5706-c3547gg-geraniums-against-yellow-by-sheila-golden-47-x-35-frmls-art/product_1552038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2026-blue-sky-ivory-paper-co-daviana-3-63-x-6-13-academic-monthly-planner-cream-blue-146890/product_24581517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-minnie-mouse-peel-stick-giant-wall-decal-18-x-40-and-9-x-40-rmk1509gm/product_135788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-bucket-filler-combo-pack-multicolor-6-pieces-pack-bfs100/product_24473888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-c-flute-corrugated-sheet-40-x-32-brown-25-carton-32405-25/product_24575887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-c1414gg-a-poppy-moment-by-sheila-golden-14-x-14-frameless-art/product_1552376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2026-cambridge-workstyle-mellow-frost-3-5-x-6-25-academic-monthly-planner-paper-cover-teal-gold-1606-021a-46-25/product_24579204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-nintendo-super-mario-build-a-scene-peel-and-stick-wall-decal/product_1236027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-c3535gg-a-poppy-moment-by-sheila-golden-35-x-35-frameless-art/product_1554102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-2026-willow-creek-navy-duotone-academic-monthly-planner-paper-cover-navy-slate-gray-47668/product_24593579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-children-s-decals-geography-33-pack-rmk4021gm/product_24425322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-cork-board-36-x-24-brown-2-carton-37024-2/product_24575937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-c2424gg-mixed-blue-bouquet-by-sheila-golden-24-x-24-frameless-art/product_1553417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-cork-bulletin-board-2-x-1-5-5-carton-10086/product_24575930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-c3535gg-mixed-blue-bouquet-by-sheila-golden-35-x-35-frameless-art/product_1554103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-monthly-wall-calendar-with-jacket-sk8-00-24/product_24549057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-12-x-17-monthly-wet-erase-wall-calendar-pmlm02-28-24/product_24549160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-12-x-17-three-month-wall-calendar-white-black-sw115-28-24/product_24549067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-nature-rmk11045wp/product_24425313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-27-pack-rmk3648scs/product_24425285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-13-pack-rmk3904scs/product_24425306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-c1419gg-sweet-memory-by-sheila-golden-19-x-14-frameless-art/product_1552434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-4-pack-rmk3652scs/product_24425288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-cork-project-sheet-30-x-20-brown-25-carton-21300-25/product_24575929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-c1824gg-sweet-memory-by-sheila-golden-24-x-18-frameless-art/product_1550953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-c2432gg-sweet-memory-by-sheila-golden-32-x-24-frameless-art/product_1552486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-cork-roll-4-x-6-6mm-thick-flp38005/product_2127359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-calendar-4-pack-rmk3726gm/product_24425312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-cork-roll-4-x-8-3mm-thick-flp38001/product_2127131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-decorative-16-pack-rmk3696gm/product_24427851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-flip-chart-24-x-33-blue-white-4-carton-30501-4/product_24575879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-plastic-letter-tray-blue-2-pack-40361/product_24575940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-decorative-16-pack-rmk3701gm/product_24425277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-blue-gray-sw200-00-24/product_24549104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-white-black-sk22-00-24/product_24549120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-decal-construction-trucks/product_277207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-white-black-sk24-00-24/product_24549089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-presentation-board-4-x-3-bleached-white-24-carton-30042-24/product_847448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-peel-stick-contemporary-giant-decal-palm-leaf-2-pack-rmk3861gm/product_24425297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-22-x-17-monthly-desk-pad-calendar-slate-blue-89701-24/product_24549103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5710-c3547gg-bouquet-for-bonnard-by-sheila-golden-47-x-35-frameless-art/product_1552040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-pokemon-favorite-character-children-s-wall-decal-set-cartoons-rmk4150scs/product_24565488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-pokemon-iconic-peel-and-stick-wall-decal/product_1236041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-c1818gg-floral-expressions-by-sheila-golden-18-x-18-frameless-art/product_1551287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-c2424gg-floral-expressions-by-sheila-golden-24-x-24-frameless-art/product_1553418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-19-monthly-desk-pad-calendar-purple-gray-sw2300024/product_24559837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-pumpkin-faces-contemporary-wall-decal-set-holiday-rmk4691scs/product_24565501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-retro-christmas-cars-wall-decal-set-holiday-rmk4478scs/product_24565459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-b1111bmf-early-june-bouquet-by-sheila-golden-11-x-11-frm-art-blk-mtd/product_1552249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-scroll-dry-erase-calendar-peel-stick-giant-wall-decal-white/product_466199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-36-yearly-wet-erase-wall-calendar-reversible-green-pm210-28-24/product_24549105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-kit-36-x-48-white-24-carton-30832-24/product_24575900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:50:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:50:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:50:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-3-25-x-6-5-weekly-appointment-book-black-70-008-05-24/product_24559825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-c1414gg-early-june-bouquet-by-sheila-golden-14-x-14-frameless-art/product_1552446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-skeleton-contemporary-wall-decal-set-holiday-rmk4689gm/product_24565496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-small-gerber-daisies-peel-and-stick-wall-decal-10-x-18/product_136130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-deluxe-dry-erase-whiteboard-33-x-24-4-per-carton-30503-4/product_24575919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-deluxe-dry-erase-whiteboard-33-x-24-4-per-carton-30504-4/product_24575916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-sofia-the-first-peel-and-stick-wall-decal/product_277175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-dry-erase-wall-calendar-reversible-blue-gray-a1102-24/product_24549108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-double-sided-magnetic-dry-erase-whiteboard-9-x-12-flp10076/product_1582412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-spider-man-wall-decal-set-movies-tv-rmk4234gm/product_24565475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-answer-paddle-9-x-5-2-bd/product_139978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-base-ten-grid-boards-class-pack-of-12/product_274163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-b1620mf-amid-sunflowers-by-sheila-golden-16-x-20-framed-art-wht-mtd/product_1553506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-classic-force-quote-wall-decal-set-movies-tv-rmk3011scs/product_24565499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-blackboard-aluminum-frame-36-x-48-17941/product_24575917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-blue-pm300-28-24/product_24549132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-blackboard-wood-frame-18-x-24-17920/product_24575914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-c3547gg-amid-sunflowers-by-sheila-golden-35-x-47-frameless-art/product_1552033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-5-5-x-8-25-daily-diary-hardsided-cover-red-gold-sd389-13-24/product_24548816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-strong-quote-contemporary-wall-decal-set-movies-tv-rmk3077scs/product_24565502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5714-c1419gg-wildflowers-against-the-sky-by-sheila-golden-19-x-14-frmls-art/product_1552433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-stickshades-contemporary-window-film-privacy-wfm3711slg/product_24425321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-5-x-8-daily-appointment-book-black-70-203-05-24/product_24548801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-chalkboard-marquee-easel-42-white-black-stained-wood-31210/product_24473846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-eraser-gray-24-pack-32000/product_24575861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-stickshades-contemporary-window-film-privacy-wfm3713slg/product_24425319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-5-x-8-daily-appointment-book-black-70-800-05-24/product_24548758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-marquee-easel-35-5-white-corrugated-plastic-31276/product_24473876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-teenage-mutant-ninja-turtles-peel-and-stick-wall-decal/product_203061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-marquee-easel-42-white-black-natural-wood-31700/product_24473852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-marquee-easel-42-black-stained-wood-31310/product_24473837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-11-x-14-black-frame-art/product_500005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-tree-branches-peel-and-stick-wall-decal-18-x-40-9-x-40/product_136132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-16-x-20-black-frame-art/product_502193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-mobile-storyboard-0-75-x-1-12-pack-35259/product_24473861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-16-x-20-wood-frame-art/product_493099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-watercolor-winter-deer-contemporary-wall-decal-set-animals-rmk3928gm/product_24565476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-30-x-47-canvas-art/product_498176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-white-background-clouds-peel-and-stick-wall-decal-10-x-18/product_135491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-sticky-note-3-x-3-dozen-91133/product_24575924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-7-x-8-75-monthly-planner-fashion-blue-70-124-20-24/product_24548821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-11-x-14-wood-frame-art/product_315088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-3-25-x-6-5-weekly-appointment-book-black-70-008-05-24/product_24559825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-16-x-20-black-frame-art/product_315083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-0-5-x-0-5-24-pack-45656/product_24473880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-0-75-x-1-11000/product_24472776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-30-x-47-canvas-art/product_315087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-11-daily-8-person-appointment-book-set-black-70-212-05-24/product_24549163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roots-executive-polyurethane-padfolio-black-rq9pf-25/product_24454351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-0-83-x-0-65-18002/product_24472777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-monthly-planner-refill-pages-white-gray-481-685y-24/product_24548815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-6-x-9-12-pack-11354/product_24473853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-she-only-comes-out-at-night-by-kurt-shaffer-12-x-19-canvas-art-ks01087-c1219gg/product_2079788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-6-x-9-24-pack-11454/product_24473833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-weekly-monthly-planner-refill-pages-white-gray-481-285y-24/product_24548765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-9-x-12-10912/product_24471550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-c1414gg-early-june-bouquet-by-sheila-golden-14-x-14-frameless-art/product_1552446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-she-only-comes-out-at-night-by-kurt-shaffer-22-x-32-canvas-art-ks01087-c2232gg/product_2080104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-weekly-monthly-planner-refill-white-brown-481-485-24/product_24548768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/round-stic-xtracomfort-1-2mm/product_SS240148879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-9-x-12-12-pack-11277/product_24473839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-she-only-comes-out-at-night-by-kurt-shaffer-30-x-47-canvas-art-ks01087-c3047gg/product_2077036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-weekly-planner-refill-pages-white-gray-061-285y-24/product_24548767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-skeleton-contemporary-wall-decal-set-holiday-rmk4689gm/product_24565496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-75-x-11-5-daily-two-person-appointment-book-black-70-222-05-24/product_24548772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-small-gerber-daisies-peel-and-stick-wall-decal-10-x-18/product_136130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-deluxe-dry-erase-whiteboard-33-x-24-4-per-carton-30503-4/product_24575919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-deluxe-dry-erase-whiteboard-33-x-24-4-per-carton-30504-4/product_24575916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-dry-erase-wall-calendar-reversible-blue-gray-a1102-24/product_24549108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-sofia-the-first-peel-and-stick-wall-decal/product_277175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-double-sided-magnetic-dry-erase-whiteboard-9-x-12-flp10076/product_1582412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/round-world-products-world-map-international-jigsaw-puzzle-500-piece-rwphmp01/product_1610006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-spider-man-wall-decal-set-movies-tv-rmk4234gm/product_24565475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-answer-paddle-9-x-5-2-bd/product_139978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-base-ten-grid-boards-class-pack-of-12/product_274163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-b1620mf-amid-sunflowers-by-sheila-golden-16-x-20-framed-art-wht-mtd/product_1553506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-classic-force-quote-wall-decal-set-movies-tv-rmk3011scs/product_24565499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-set-9-x-12-12-sets-of-3-flp31003/product_24384503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-blackboard-aluminum-frame-36-x-48-17941/product_24575917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-blue-pm300-28-24/product_24549132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-blackboard-wood-frame-18-x-24-17920/product_24575914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-c3547gg-amid-sunflowers-by-sheila-golden-35-x-47-frameless-art/product_1552033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-5-5-x-8-25-daily-diary-hardsided-cover-red-gold-sd389-13-24/product_24548816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-strong-quote-contemporary-wall-decal-set-movies-tv-rmk3077scs/product_24565502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5714-c1419gg-wildflowers-against-the-sky-by-sheila-golden-19-x-14-frmls-art/product_1552433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-stickshades-contemporary-window-film-privacy-wfm3711slg/product_24425321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-chalkboard-marquee-easel-42-white-black-stained-wood-31210/product_24473846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-5-x-8-daily-appointment-book-black-70-203-05-24/product_24548801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-eraser-gray-24-pack-32000/product_24575861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-stickshades-contemporary-window-film-privacy-wfm3713slg/product_24425319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-5-x-8-daily-appointment-book-black-70-800-05-24/product_24548758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-marquee-easel-35-5-white-corrugated-plastic-31276/product_24473876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-teenage-mutant-ninja-turtles-peel-and-stick-wall-decal/product_203061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-marquee-easel-42-white-black-natural-wood-31700/product_24473852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-marquee-easel-42-black-stained-wood-31310/product_24473837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-11-x-14-black-frame-art/product_500005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-tree-branches-peel-and-stick-wall-decal-18-x-40-9-x-40/product_136132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-16-x-20-black-frame-art/product_502193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-mobile-storyboard-0-75-x-1-12-pack-35259/product_24473861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-16-x-20-wood-frame-art/product_493099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-watercolor-winter-deer-contemporary-wall-decal-set-animals-rmk3928gm/product_24565476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-30-x-47-canvas-art/product_498176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roommates-white-background-clouds-peel-and-stick-wall-decal-10-x-18/product_135491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-7-x-8-75-monthly-planner-fashion-blue-70-124-20-24/product_24548821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-sticky-note-3-x-3-dozen-91133/product_24575924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-11-x-14-wood-frame-art/product_315088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-16-x-20-black-frame-art/product_315083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-0-5-x-0-5-24-pack-45656/product_24473880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-0-75-x-1-11000/product_24472776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-11-daily-8-person-appointment-book-set-black-70-212-05-24/product_24549163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roots-executive-polyurethane-padfolio-black-rq9pf-25/product_24454351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-30-x-47-canvas-art/product_315087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-0-83-x-0-65-18002/product_24472777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-monthly-planner-refill-pages-white-gray-481-685y-24/product_24548815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-6-x-9-12-pack-11354/product_24473853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-she-only-comes-out-at-night-by-kurt-shaffer-12-x-19-canvas-art-ks01087-c1219gg/product_2079788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-6-x-9-24-pack-11454/product_24473833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-9-x-12-10912/product_24471550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-weekly-monthly-planner-refill-pages-white-gray-481-285y-24/product_24548765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-she-only-comes-out-at-night-by-kurt-shaffer-22-x-32-canvas-art-ks01087-c2232gg/product_2080104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/round-stic-xtracomfort-1-2mm/product_SS240148879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-weekly-monthly-planner-refill-white-brown-481-485-24/product_24548768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-9-x-12-12-pack-11277/product_24473839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-she-only-comes-out-at-night-by-kurt-shaffer-30-x-47-canvas-art-ks01087-c3047gg/product_2077036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-weekly-planner-refill-pages-white-gray-061-285y-24/product_24548767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-75-x-11-5-daily-two-person-appointment-book-black-70-222-05-24/product_24548772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:51:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/round-world-products-world-map-international-jigsaw-puzzle-500-piece-rwphmp01/product_1610006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-set-9-x-12-12-sets-of-3-flp31003/product_24384503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-11-x-14-wood-frame-mt0755-w1114bmf/product_2082041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rowdy-mermaid-organic-roaring-pineapple-kombucha-12-oz-12-box-307-00392/product_24563494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-e-flute-corrugated-sheet-40-x-32-brown-10-carton-32404-10/product_24575871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rowdy-mermaid-organic-savory-peach-kombucha-12-oz-12-box-307-00390/product_24563511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roxio-easy-cd-dvd-burning-2-for-1-user-windows-download-esdrecdb2ml/product_24577291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0755-b1620bmf/product_2086162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-explorer-award-combo-pack-multicolor-aes100/product_24473882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0755-b1620mf/product_2086161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roxio-easy-cd-dvd-burning-2-for-1-user-windows-dvd-download-recdb2mlmbamc/product_24411748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-9-x-11-monthly-planner-black-70-260-05-24/product_24548803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-north-carolina-by-michael-tompsett-11-x-14-black-frame-mt0525-b1114bmf/product_2082776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-burkhart-s-day-counter-7-5-x-4-5-daily-desk-calendar-refill-multicolor-e712-50-24/product_24549165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roxio-easy-vhs-to-dvd-3-plus-for-1-user-windows-dvd-cork1z800f043/product_429741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-north-carolina-by-michael-tompsett-11-x-14-wood-frame-mt0525-w1114mf/product_2082774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-16-x-20-white-25-pack-16200-25/product_24576842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-big-kid-s-choice-round-brush-6-pack-of-12-pk12-bk62-6/product_24198951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-20-x-30-red-10-pack-20315-10/product_24576841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-8-25-x-11-weekly-monthly-planner-purple-70940x-14-24/product_24549090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-24-x-36-white-25-pack-24360-25/product_24576847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-30-x-40-white-10-carton-30400-10/product_24575866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-9-x-11-monthly-planner-purple-70-250x-14-24/product_24548783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-0-angular-shader-pack-of-6-pk6-r4200a-0/product_24200754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-3-5-x-6-weekly-planner-black-sk48-00-24/product_24548766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-display-board-30-x-20-black-25-carton-20308-25/product_24575933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-1-8-in-stippler-pack-of-6-pk6-r4200d-1-8/product_24198103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-displays-2-5-x-2-assorted-colors-10-carton-20320/product_24575928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-12-0-angular-shader-pack-of-6-pk6-r4200a-12-0/product_24200774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-5-x-8-weekly-appointment-book-planner-black-g200-00-24/product_24549150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-blue-carnation-canvas-art-35x47-inches/product_254862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-7-x-8-75-weekly-planner-black-g535-00-24/product_24549174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-12-0-round-pack-of-6-pk6-r4200r-12-0/product_24200728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-red-24-carton-30089-24/product_24576838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-2-0-shader-pack-of-6-pk6-r4200s-2-0/product_24198677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-round-pack-of-6-pk6-r4200r-20-0/product_24200725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foldable-cardboard-freestanding-computer-privacy-screen-w-pass-through-window-22-5-h-x-62-w-black-24-pack-61858/product_24575841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-for-monica-canvas-art-24x32-inches/product_254937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-script-liner-pack-of-6-pk6-r4200sl-20-0/product_24201844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-ii-canvas-art-canvas-art-ready-to-h-14x19-inches/product_255014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-8-x-12-monthly-planner-black-sk2-00-24/product_24549060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-ii-canvas-art-canvas-art-ready-to-h-35x47-inches/product_255019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-in-pink-canvas-art-35x35-inches/product_254970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-4-angular-shader-pack-of-6-pk6-r4200a-4/product_24200759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-11-x-14-wood-frame-mt0755-w1114bmf/product_2082041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-general-learning-mini-dry-erase-answer-paddles-24-set-multi-grade-10037/product_24473863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-in-yellow-canvas-art-35x47-inches/product_254905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalk-board-frameless-9-5-x-12-pack-of-6-flp10109-6/product_24496427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-brites-2-cool-e-z-print-paper-poster-boards-14-x-8-5-assorted-neon-colors-10-pack-46315/product_13005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-brites-28-x-22-posters-neon-assorted-5-pack/product_24359424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-aluminum-frame-18-x-24-32710/product_24575855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-aluminum-frame-36-x-48-34710/product_24575852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-easy-to-read-21-75-x-17-monthly-desk-pad-calendar-white-blue-sklp24-32-24/product_24549070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-ettavee-my-day-8-5-x-5-5-daily-monthly-planner-refill-multicolor-ev81-125-24/product_24548792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-wood-frame-24-x-36-33700/product_24575921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rowdy-mermaid-organic-roaring-pineapple-kombucha-12-oz-12-box-307-00392/product_24563494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-executive-9-x-11-monthly-padfolio-faux-leather-cover-black-70-290-05-24/product_24548799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-dream-bouquet-canvas-art-14x14-inches/product_254948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-fashion-8-25-x-11-weekly-appointment-book-blue-70-940-20-24/product_24548769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-journal-7-x-8-5-white-blank-28-pages-12-set-flpbk512/product_24322560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-d-oro-14-x-19-canvas-stretched-190836240654/product_2576451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-consumer-firesafe-fb15-fireproof-document-bag-13518x/product_24564142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-green-reflection-canvas-art-35x35-inches/product_254954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-activity-fun-box-11-x-10-x-2-75-flp17001/product_24382766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-e-flute-corrugated-sheet-40-x-32-brown-10-carton-32404-10/product_24575871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-dansk-butter-cookies-12-oz-krd819971/product_671512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-sunflowrs-canvas-art-35x47-inches/product_254857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rowdy-mermaid-organic-savory-peach-kombucha-12-oz-12-box-307-00390/product_24563511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roxio-easy-cd-dvd-burning-2-for-1-user-windows-download-esdrecdb2ml/product_24577291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0755-b1620bmf/product_2086162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-explorer-award-combo-pack-multicolor-aes100/product_24473882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0755-b1620mf/product_2086161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-dry-erase-whiteboard-9-x-12-3-bundle-flp10025-3/product_24496241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roxio-easy-cd-dvd-burning-2-for-1-user-windows-dvd-download-recdb2mlmbamc/product_24411748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-9-x-11-monthly-planner-black-70-260-05-24/product_24548803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-north-carolina-by-michael-tompsett-11-x-14-black-frame-mt0525-b1114bmf/product_2082776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-burkhart-s-day-counter-7-5-x-4-5-daily-desk-calendar-refill-multicolor-e712-50-24/product_24549165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roxio-easy-vhs-to-dvd-3-plus-for-1-user-windows-dvd-cork1z800f043/product_429741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-north-carolina-by-michael-tompsett-11-x-14-wood-frame-mt0525-w1114mf/product_2082774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-glass-vase-canvas-art-ready-to-hang-18x24-inches/product_254710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-16-x-20-white-25-pack-16200-25/product_24576842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-big-kid-s-choice-round-brush-6-pack-of-12-pk12-bk62-6/product_24198951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-20-x-30-red-10-pack-20315-10/product_24576841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-24-x-36-white-25-pack-24360-25/product_24576847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-8-25-x-11-weekly-monthly-planner-purple-70940x-14-24/product_24549090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-30-x-40-white-10-carton-30400-10/product_24575866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-9-x-11-monthly-planner-purple-70-250x-14-24/product_24548783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-display-board-30-x-20-black-25-carton-20308-25/product_24575933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-1-8-in-stippler-pack-of-6-pk6-r4200d-1-8/product_24198103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-3-5-x-6-weekly-planner-black-sk48-00-24/product_24548766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-0-angular-shader-pack-of-6-pk6-r4200a-0/product_24200754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-12-0-angular-shader-pack-of-6-pk6-r4200a-12-0/product_24200774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-displays-2-5-x-2-assorted-colors-10-carton-20320/product_24575928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-5-x-8-weekly-appointment-book-planner-black-g200-00-24/product_24549150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-7-x-8-75-weekly-planner-black-g535-00-24/product_24549174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-12-0-round-pack-of-6-pk6-r4200r-12-0/product_24200728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-2-0-shader-pack-of-6-pk6-r4200s-2-0/product_24198677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-round-pack-of-6-pk6-r4200r-20-0/product_24200725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-blue-carnation-canvas-art-35x47-inches/product_254862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-red-24-carton-30089-24/product_24576838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-foldable-cardboard-freestanding-computer-privacy-screen-w-pass-through-window-22-5-h-x-62-w-black-24-pack-61858/product_24575841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-for-monica-canvas-art-24x32-inches/product_254937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-script-liner-pack-of-6-pk6-r4200sl-20-0/product_24201844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-ii-canvas-art-canvas-art-ready-to-h-14x19-inches/product_255014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-ii-canvas-art-canvas-art-ready-to-h-35x47-inches/product_255019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-8-x-12-monthly-planner-black-sk2-00-24/product_24549060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-in-pink-canvas-art-35x35-inches/product_254970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-4-angular-shader-pack-of-6-pk6-r4200a-4/product_24200759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-general-learning-mini-dry-erase-answer-paddles-24-set-multi-grade-10037/product_24473863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-in-yellow-canvas-art-35x47-inches/product_254905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-brites-2-cool-e-z-print-paper-poster-boards-14-x-8-5-assorted-neon-colors-10-pack-46315/product_13005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalk-board-frameless-9-5-x-12-pack-of-6-flp10109-6/product_24496427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-aluminum-frame-36-x-48-34710/product_24575852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-brites-28-x-22-posters-neon-assorted-5-pack/product_24359424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-aluminum-frame-18-x-24-32710/product_24575855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-easy-to-read-21-75-x-17-monthly-desk-pad-calendar-white-blue-sklp24-32-24/product_24549070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-ettavee-my-day-8-5-x-5-5-daily-monthly-planner-refill-multicolor-ev81-125-24/product_24548792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-wood-frame-24-x-36-33700/product_24575921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-executive-9-x-11-monthly-padfolio-faux-leather-cover-black-70-290-05-24/product_24548799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-dream-bouquet-canvas-art-14x14-inches/product_254948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-fashion-8-25-x-11-weekly-appointment-book-blue-70-940-20-24/product_24548769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-journal-7-x-8-5-white-blank-28-pages-12-set-flpbk512/product_24322560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-d-oro-14-x-19-canvas-stretched-190836240654/product_2576451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-consumer-firesafe-fb15-fireproof-document-bag-13518x/product_24564142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-green-reflection-canvas-art-35x35-inches/product_254954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-activity-fun-box-11-x-10-x-2-75-flp17001/product_24382766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-dansk-butter-cookies-12-oz-krd819971/product_671512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-sunflowrs-canvas-art-35x47-inches/product_254857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-dry-erase-whiteboard-9-x-12-3-bundle-flp10025-3/product_24496241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-glass-vase-canvas-art-ready-to-hang-18x24-inches/product_254710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-dry-erase-whiteboard-set-9-x-12-12-sets-of-3-flp31004/product_24382558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-essentials-washable-palette-white-r6wellp/product_2802678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:51:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:51:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-essentials-washable-palette-white-rd44p/product_2802676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magenta-blossoms-in-blue-vase-18-x-18-canvas-stretched-190836239931/product_2575881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-kathy-davis-8-5-x-5-5-weekly-monthly-planner-refill-multicolor-kd81-285y-24/product_24548824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magical-blue-poppy-canvas-art-18x24-inches/product_254941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-mobile-dry-erase-whiteboard-9-x-12-24-carton-10025-24/product_24575918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magical-blue-poppy-canvas-art-35x47-inches/product_254943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-my-day-6-75-x-3-75-daily-planner-refill-white-red-063-125y-24/product_24548795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-orange-wild-flowers-canvas-art-24x24-inches/product_254996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-travel-easy-non-washable-painting-kit-assorted-colors-0-17-oz-13-pack-rset-acr7000/product_2313360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-my-month-kathy-davis-8-5-x-5-5-monthly-planner-refill-multicolor-kd81-685-24/product_24548791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-paper-flowers-21-75-x-17-monthly-desk-pad-calendar-5035-24/product_24549097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-value-pack-short-handle-assorted-brushes-50-pack-rset-9388/product_2796115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-polypropylene-project-board-28-x-20-32302-10/product_24473802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-poppies-canvas-art-14x19-inches/product_254875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-plan-write-remember-5-x-8-25-daily-planning-notebook-brown-70-6201-30-24/product_24549085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-puppies-21-75-x-17-monthly-desk-pad-calendar-dmd166-32-24/product_24549146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-value-pack-short-handle-flat-brushes-assorted-sizes-3-pack-rset-9355/product_2313381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-blooming-11-x-11-matted-framed-art-print-190836241132/product_2573870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-premium-polypropylene-presentation-board-3-x-4-black-10-pack-30072-10/product_24473786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-presentation-board-and-header-set-3-x-4-white-24-pack-30242/product_24473918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-poppies-14-x-19-canvas-stretched-190836239740/product_2576445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-products-2-sided-magnetic-plastic-dry-erase-whiteboard-aluminum-framed-12-x-17-5-pack-of-3-flp18232-3/product_24496348 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-8-25-x-11-monthly-planner-black-76-06-05-24/product_24548804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-city-of-hope-11-x-8-monthly-wall-calendar-pmpn50-28-24/product_24549081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-24-hour-women-s-travel-tote-bag-colombian-leather-black-634-black-vl/product_1960732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-8oz-conditioner-cleaning-solution-made-in-usa-9000-lt-0/product_1960706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-products-2-sided-melamine-mobile-dry-erase-whiteboard-6-x-9-pack-of-12-flp15454-12/product_24496350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-tiger-lily-bouquet-11-x-11-matted-framed-190836240265/product_2573860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-flip-a-week-5-5-x-7-weekly-calendar-refill-multicolor-sw706-50-24/product_24549107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-products-2-sided-plastic-mobile-dry-erase-whiteboard-9-x-12-pack-of-4-flp10034-4/product_24496239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-black-leather-rfid-blocking-credit-card-sleeve-rfid-411-blk-2/product_1960649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-black-genuine-leather-shoulder-bag-small-vlhbszp-blks/product_24403278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-products-cardstock-science-fair-project-titles-8-5-x-1-5-green-13-per-set-12-sets-flp51620-12/product_24511488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-products-chalk-board-green-18-x-24-pack-of-3-flp10104-3/product_24509375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-tropical-blooms-canvas-art-18x24-inches/product_255012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-business-card-case-coco/product_425977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-debossed-passport-jacket-blue/product_431588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-vase-of-poppies-5-18-x-18-canvas-stretched-190836241200/product_2575002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-debossed-passport-jacket-coco/product_431546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-debossed-passport-jacket-purple/product_431540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-dry-erase-whiteboard-set-9-x-12-12-sets-of-3-flp31004/product_24382558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-signature-collection-8-5-x-11-weekly-monthly-planner-faux-leather-navy-yp905-2024/product_24549116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-white-vase-with-bright-flowers-canvas-a-24x24-inches/product_254958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-signature-lite-8-5-x-11-weekly-monthly-planner-poly-cover-black-yp905l-05-24/product_24549113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-simplified-by-emily-ley-8-5-x-5-5-daily-monthly-planner-refill-multicolor-el100-4311-24/product_24548782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-deluxe-card-holder-tan/product_425800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-products-two-sided-rectangular-lined-blank-dry-erase-writing-paddle-7-75-x-10-pack-of-6-flp18002-6/product_24516824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-euro-commuter-wallet-black/product_429733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-print-canvas-art-24x32-inches/product_254903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-flip-manicure-set-black/product_428183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-ruled-double-sided-dry-erase-whiteboard-9-x-12-24-pk-flp12034/product_138805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-essentials-washable-palette-white-r6wellp/product_2802678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-ruled-double-sided-dry-erase-whiteboard-9-x-12-flp10134/product_273269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-style-8-x-5-daily-desk-pad-calendar-refill-white-black-e458-50-24/product_24549162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-hipster-wallet-black/product_428393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-superhero-award-combo-pack-multicolor-shs100/product_24473915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-international-travel-adapter-wall-plug-881-bl-pl/product_1960707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-ii-canvas-art-18x24-inches/product_254763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-tri-fold-project-board-48-x-36-corrugated-paper-black-4-pack-18067/product_24599157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-ii-canvas-art-24x32-inches/product_254764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-essentials-washable-palette-white-rd44p/product_2802676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-wallmates-24-x-18-yearly-dry-erase-calendar-white-gray-aw5060-28-24/product_24549144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magenta-blossoms-in-blue-vase-18-x-18-canvas-stretched-190836239931/product_2575881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-kathy-davis-8-5-x-5-5-weekly-monthly-planner-refill-multicolor-kd81-285y-24/product_24548824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-watercolors-8-5-x-11-weekly-monthly-planner-multicolor-791-905g-24/product_24549115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magical-blue-poppy-canvas-art-18x24-inches/product_254941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-mobile-dry-erase-whiteboard-9-x-12-24-carton-10025-24/product_24575918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magical-blue-poppy-canvas-art-35x47-inches/product_254943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-two-sided-dry-erase-whiteboard-2-x-1-5-6-pack-20685/product_24473822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-my-day-6-75-x-3-75-daily-planner-refill-white-red-063-125y-24/product_24548795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-orange-wild-flowers-canvas-art-24x24-inches/product_254996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-travel-easy-non-washable-painting-kit-assorted-colors-0-17-oz-13-pack-rset-acr7000/product_2313360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-my-month-kathy-davis-8-5-x-5-5-monthly-planner-refill-multicolor-kd81-685-24/product_24548791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-value-pack-short-handle-assorted-brushes-50-pack-rset-9388/product_2796115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-paper-flowers-21-75-x-17-monthly-desk-pad-calendar-5035-24/product_24549097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-two-sided-rectangular-dry-erase-whiteboard-set-7-75-x-10-12-sets-of-3-flp18123/product_24384513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-polypropylene-project-board-28-x-20-32302-10/product_24473802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-poppies-canvas-art-14x19-inches/product_254875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-plan-write-remember-5-x-8-25-daily-planning-notebook-brown-70-6201-30-24/product_24549085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-puppies-21-75-x-17-monthly-desk-pad-calendar-dmd166-32-24/product_24549146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-value-pack-short-handle-flat-brushes-assorted-sizes-3-pack-rset-9355/product_2313381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-premium-polypropylene-presentation-board-3-x-4-black-10-pack-30072-10/product_24473786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-blooming-11-x-11-matted-framed-art-print-190836241132/product_2573870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-presentation-board-and-header-set-3-x-4-white-24-pack-30242/product_24473918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-poppies-14-x-19-canvas-stretched-190836239740/product_2576445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-8-25-x-11-monthly-planner-black-76-06-05-24/product_24548804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-products-2-sided-magnetic-plastic-dry-erase-whiteboard-aluminum-framed-12-x-17-5-pack-of-3-flp18232-3/product_24496348 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-city-of-hope-11-x-8-monthly-wall-calendar-pmpn50-28-24/product_24549081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-24-hour-women-s-travel-tote-bag-colombian-leather-black-634-black-vl/product_1960732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-8oz-conditioner-cleaning-solution-made-in-usa-9000-lt-0/product_1960706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-products-2-sided-melamine-mobile-dry-erase-whiteboard-6-x-9-pack-of-12-flp15454-12/product_24496350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-tiger-lily-bouquet-11-x-11-matted-framed-190836240265/product_2573860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-flip-a-week-5-5-x-7-weekly-calendar-refill-multicolor-sw706-50-24/product_24549107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-products-2-sided-plastic-mobile-dry-erase-whiteboard-9-x-12-pack-of-4-flp10034-4/product_24496239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-black-leather-rfid-blocking-credit-card-sleeve-rfid-411-blk-2/product_1960649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-black-genuine-leather-shoulder-bag-small-vlhbszp-blks/product_24403278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-products-cardstock-science-fair-project-titles-8-5-x-1-5-green-13-per-set-12-sets-flp51620-12/product_24511488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-products-chalk-board-green-18-x-24-pack-of-3-flp10104-3/product_24509375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-tropical-blooms-canvas-art-18x24-inches/product_255012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-business-card-case-coco/product_425977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-debossed-passport-jacket-blue/product_431588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-vase-of-poppies-5-18-x-18-canvas-stretched-190836241200/product_2575002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-debossed-passport-jacket-coco/product_431546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-debossed-passport-jacket-purple/product_431540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-signature-collection-8-5-x-11-weekly-monthly-planner-faux-leather-navy-yp905-2024/product_24549116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-white-vase-with-bright-flowers-canvas-a-24x24-inches/product_254958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-signature-lite-8-5-x-11-weekly-monthly-planner-poly-cover-black-yp905l-05-24/product_24549113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-simplified-by-emily-ley-8-5-x-5-5-daily-monthly-planner-refill-multicolor-el100-4311-24/product_24548782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-products-two-sided-rectangular-lined-blank-dry-erase-writing-paddle-7-75-x-10-pack-of-6-flp18002-6/product_24516824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-euro-commuter-wallet-black/product_429733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-flip-manicure-set-black/product_428183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-deluxe-card-holder-tan/product_425800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-print-canvas-art-24x32-inches/product_254903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-ruled-double-sided-dry-erase-whiteboard-9-x-12-24-pk-flp12034/product_138805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-ruled-double-sided-dry-erase-whiteboard-9-x-12-flp10134/product_273269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-style-8-x-5-daily-desk-pad-calendar-refill-white-black-e458-50-24/product_24549162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-hipster-wallet-black/product_428393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-international-travel-adapter-wall-plug-881-bl-pl/product_1960707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-superhero-award-combo-pack-multicolor-shs100/product_24473915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-ii-canvas-art-18x24-inches/product_254763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-tri-fold-project-board-48-x-36-corrugated-paper-black-4-pack-18067/product_24599157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-ii-canvas-art-24x32-inches/product_254764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-wallmates-24-x-18-yearly-dry-erase-calendar-white-gray-aw5060-28-24/product_24549144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-watercolors-8-5-x-11-weekly-monthly-planner-multicolor-791-905g-24/product_24549115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-two-sided-dry-erase-whiteboard-2-x-1-5-6-pack-20685/product_24473822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-two-sided-rectangular-dry-erase-whiteboard-set-7-75-x-10-12-sets-of-3-flp18123/product_24384513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-two-sided-rectangular-dry-erase-whiteboard-set-7-75-x-10-sets-of-12-flp18125/product_24384508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:52:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-under-the-sea-award-combo-pack-multicolor-uss101/product_24473891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-dragonfly-iii-canvas-art-24x32-inches/product_254742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-11-x-8-75-monthly-wall-calendar-147479/product_24564219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-15-x-12-monthly-wall-calendar-144076/product_24564205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipz-milk-chocolate-covered-pretzels-mini-bags-2-oz-12-count/product_23973724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-view-id-holder-coco/product_428380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-henri-s-bouquet-canvas-art-35x47-inches/product_254777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-17-x-22-gold-standoff-hardware-105528-gld/product_24602053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-hymn-to-nature-canvas-art-24x32-inches-sg5638-c2432gg/product_255109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-22-x-17-monthly-desk-pad-calendar-143734/product_24564284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leatherkey-ring-organizer-613-brn-usa/product_2419762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-24-x-36-silver-stand-off-caps-2-pack-105536-gs-2pk/product_24602097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-maroon-shades-canvas-art-18x24-inches/product_255100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-orange-flowers-canvas-art-18x24-inches/product_254794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-vaquetta-black-leather-tote-small-vlstote-blks/product_24403276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-palm-canvas-art-18x24-inches/product_255062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-8-1-2-x-11-skin-tone-craft-paper-r-15233/product_153975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-chemical-spill-keep-out-caution-keep-clear-20x12/product_554583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-peony-canvas-art-18x24-inches/product_254797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-purple-144839/product_24551870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-do-not-enter-caution-keep-out-20x12/product_554578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-peony-canvas-art-35x47-inches/product_254799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-charcoal-gray-143976/product_24551868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-forklift-traffic-caution-no-pedestrian-traffic-20x12/product_554586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-keep-clear-machine-under-test-caution-keep-clear-hazardous-area-20x12/product_554603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-danger-restricted-area-danger-construction-area-20x12/product_554585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-art-start-kit-r-2604/product_2202456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-broken-bones-x-rays/product_847100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-scarlet-bouquet-canvas-art-18x24-inches/product_254843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-classroom-weaving-baskets-craft-kit-6-5-x-4-5-x-2-25-bright-assorted-colors-150-strips-r-16003/product_850264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-scarlet-bouquet-canvas-art-35x47-inches/product_254845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-12-x-18-50-sheets-per-pack-3-packs-r-15212-3/product_24507200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-art-card-cover-peach-blue-143941/product_24564319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-9-x-12-white-50-pack-3-packs-bundle-r-15213-3/product_24507201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floor-signs-walk-on-caution-watch-your-step-6x24/product_546071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-multicolor-140195-24/product_24551062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-feathers-up-to-8cm-x-23cm-white-80-per-pack-3-packs-r-24916-3/product_24491695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-9mat-38-x-39-nonagon-gaming-e-sport-chair-mat-for-carpets-up-to-1-2-polycarbonate-fc111001009r/product_1945175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-advantagemat-48-x-118-rectangular-chair-mat-for-carpets-up-to-1-4-vinyl-fr1130025ev/product_1601185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-white-144063/product_24551839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-gray-143953/product_24551846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-green-white-144064/product_24551841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-two-sided-rectangular-dry-erase-whiteboard-set-7-75-x-10-sets-of-12-flp18125/product_24384508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-craft-accessories-bright-buttons-1-lb-r-2132/product_847230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-143690/product_24564241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-2000-anti-fatigue-mat-16-w-x-24-l-midnight-black-fca21624gy/product_2710691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-craft-accessories-really-big-buttons-60-pack/product_847966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-146299/product_24551861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-yellow-wall-canvas-art-35x47-inches/product_254752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-5-88-x-8-63-weekly-monthly-planner-black-143587-24/product_24551056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-dinosaur-rubbing-plates-clear-6-per-pack-2-packs-r-5823-2/product_24511280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-8-5-x-11-weekly-monthly-planner-black-143590-24/product_24551060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipside-under-the-sea-award-combo-pack-multicolor-uss101/product_24473891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-amethyst-8-5-x-11-weekly-monthly-planner-blue-gray-142883/product_24564203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-glaciermat-carpet-hard-floor-chair-mat-36-x-48-crystal-clear-glass-fc123648eg/product_2094584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-economy-origami-paper-6-x-6-72-sheets-per-pack-3-packs-r-15204-3/product_24497376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shenandoah-autumn-30-x-47-canvas-art/product_317150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-analeis-8-5-x-11-weekly-monthly-planner-black-white-100001-24/product_24551086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-face-pad/product_274414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shh-prince-sleeping-by-grace-riley-canvas-art-14x14-inches/product_248268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-analeis-8-x-10-monthly-planner-multicolor-100004-24/product_24551065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-dragonfly-iii-canvas-art-24x32-inches/product_254742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-andreo-5-x-8-weekly-monthly-planner-multicolor-137950-24/product_24551136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-11-x-8-75-monthly-wall-calendar-147479/product_24564219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flipz-milk-chocolate-covered-pretzels-mini-bags-2-oz-12-count/product_23973724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-andreo-8-5-x-11-weekly-monthly-planner-multicolor-137948-24/product_24551138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leather-view-id-holder-coco/product_428380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-15-x-12-monthly-wall-calendar-144076/product_24564205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-henri-s-bouquet-canvas-art-35x47-inches/product_254777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ships-riding-on-the-seine-14-x-19-canvas-art/product_496928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-17-x-22-gold-standoff-hardware-105528-gld/product_24602053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-hymn-to-nature-canvas-art-24x32-inches-sg5638-c2432gg/product_255109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-22-x-17-monthly-desk-pad-calendar-143734/product_24564284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-leatherkey-ring-organizer-613-brn-usa/product_2419762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-24-x-36-silver-stand-off-caps-2-pack-105536-gs-2pk/product_24602097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-ashlyn-8-5-x-11-weekly-monthly-planner-navy-143957/product_24551833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-maroon-shades-canvas-art-18x24-inches/product_255100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-orange-flowers-canvas-art-18x24-inches/product_254794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/royce-vaquetta-black-leather-tote-small-vlstote-blks/product_24403276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-palm-canvas-art-18x24-inches/product_255062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-8-1-2-x-11-skin-tone-craft-paper-r-15233/product_153975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-peony-canvas-art-18x24-inches/product_254797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-chemical-spill-keep-out-caution-keep-clear-20x12/product_554583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-do-not-enter-caution-keep-out-20x12/product_554578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-purple-144839/product_24551870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-peony-canvas-art-35x47-inches/product_254799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-charcoal-gray-143976/product_24551868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-forklift-traffic-caution-no-pedestrian-traffic-20x12/product_554586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-keep-clear-machine-under-test-caution-keep-clear-hazardous-area-20x12/product_554603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-broken-bones-x-rays/product_847100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-art-start-kit-r-2604/product_2202456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-scarlet-bouquet-canvas-art-18x24-inches/product_254843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-danger-restricted-area-danger-construction-area-20x12/product_554585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-classroom-weaving-baskets-craft-kit-6-5-x-4-5-x-2-25-bright-assorted-colors-150-strips-r-16003/product_850264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-scarlet-bouquet-canvas-art-35x47-inches/product_254845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-12-x-18-50-sheets-per-pack-3-packs-r-15212-3/product_24507200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-art-card-cover-peach-blue-143941/product_24564319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-9-x-12-white-50-pack-3-packs-bundle-r-15213-3/product_24507201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-feathers-up-to-8cm-x-23cm-white-80-per-pack-3-packs-r-24916-3/product_24491695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floor-signs-walk-on-caution-watch-your-step-6x24/product_546071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-multicolor-140195-24/product_24551062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-9mat-38-x-39-nonagon-gaming-e-sport-chair-mat-for-carpets-up-to-1-2-polycarbonate-fc111001009r/product_1945175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-advantagemat-48-x-118-rectangular-chair-mat-for-carpets-up-to-1-4-vinyl-fr1130025ev/product_1601185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-white-144063/product_24551839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-gray-143953/product_24551846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-green-white-144064/product_24551841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-craft-accessories-bright-buttons-1-lb-r-2132/product_847230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-143690/product_24564241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-2000-anti-fatigue-mat-16-w-x-24-l-midnight-black-fca21624gy/product_2710691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-craft-accessories-really-big-buttons-60-pack/product_847966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-146299/product_24551861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-yellow-wall-canvas-art-35x47-inches/product_254752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-5-88-x-8-63-weekly-monthly-planner-black-143587-24/product_24551056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-8-5-x-11-weekly-monthly-planner-black-143590-24/product_24551060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-dinosaur-rubbing-plates-clear-6-per-pack-2-packs-r-5823-2/product_24511280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-amethyst-8-5-x-11-weekly-monthly-planner-blue-gray-142883/product_24564203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-glaciermat-carpet-hard-floor-chair-mat-36-x-48-crystal-clear-glass-fc123648eg/product_2094584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-economy-origami-paper-6-x-6-72-sheets-per-pack-3-packs-r-15204-3/product_24497376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shenandoah-autumn-30-x-47-canvas-art/product_317150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-analeis-8-5-x-11-weekly-monthly-planner-black-white-100001-24/product_24551086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shh-prince-sleeping-by-grace-riley-canvas-art-14x14-inches/product_248268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-face-pad/product_274414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-analeis-8-x-10-monthly-planner-multicolor-100004-24/product_24551065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-andreo-5-x-8-weekly-monthly-planner-multicolor-137950-24/product_24551136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-andreo-8-5-x-11-weekly-monthly-planner-multicolor-137948-24/product_24551138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ships-riding-on-the-seine-14-x-19-canvas-art/product_496928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-ashlyn-8-5-x-11-weekly-monthly-planner-navy-143957/product_24551833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-gear-stencils-15-set-r-58624/product_23999875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shore-lark-11-x-14-black-frame-art/product_498780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-24-x-24-medium-pile-clear-126020rr/product_922536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baccara-dark-8-5-x-11-weekly-monthly-planner-multicolor-110211-24/product_24551028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-35-x-47-clear-128919er/product_778171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shore-lark-14-x-24-canvas-art/product_491929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-48-x-118-clear-1230019er/product_459573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-36-x-36-medium-pile-clear-129020rr/product_922530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-48-x-53-clear-1213419er/product_778170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shore-lark-18-x-32-canvas-art/product_492439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-48-x-60-clear-1215019tr/product_100719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-60-x-118-clear-1215030019er/product_459556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-belize-8-5-x-11-weekly-monthly-planner-blue-142882/product_24564265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siena-door-by-moises-levy-16-x-20-white-matted-black-frame-ali1100-b1620mf/product_2086600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-cocorrina-8-5-x-11-weekly-monthly-planner-multicolor-143696/product_24564290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-paint-pipettes-8-per-pack-3-packs-r-5449-3/product_24518795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-paper-popz-1500-shapes-pack-2-packs-r-15648-2/product_24500156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-danae-8-5-x-11-weekly-monthly-planner-black-white-147234/product_24564183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sierra-nevada-silence-26-x-32-canvas-art/product_314108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-silence-is-golden-18-x-24-canvas-art/product_313966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-plastic-lacing-needles-32-pack-6-packs-r-5601-6/product_24568721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-annabel-5-88-x-8-63-weekly-monthly-planner-pink-white-147094/product_24564279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-slip-plastic-desk-pad-18-x-12-clear-fpde12184ra44/product_922377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-annabel-8-5-x-11-weekly-monthly-planner-pink-white-143892/product_24564313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-blush-5-x-8-weekly-monthly-planner-pink-143888/product_24564267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-silvester-shchedrin-new-rome-with-the-castel-canvas-art-18x24-inches/product_245916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-canada-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0783-c1624gg/product_2077993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-slip-plastic-desk-pad-59-x-29-clear-fpde2949ra/product_900335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-30-x-48-rectangular-chair-mat-for-hard-floors-enhanced-polymer-fceco123048ep/product_2521461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-rubbing-plates-insects-clear-16-per-pack-2-packs-r-5803-2/product_24511276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-static-12-x-18-rectangular-desk-pads-for-hard-surfaces-vinyl-fpde312184ra2/product_24073807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-36-x-48-rectangular-chair-mat-for-hard-floors-enhanced-polymer-fceco123648ep/product_2521460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0606-c1219gg/product_2079088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0606-w1620mf/product_2083237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-straws-connectors-705-pack-r-6090/product_873825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-structure-sticks-building-set-400-sticks-per-pack-2-packs-r-60765-2/product_24568720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-jungle-tiger-3-63-x-6-13-weekly-monthly-planner-multicolor-147220/product_24564281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-48-x-60-rectangular-chair-mat-for-hard-floors-enhanced-polymer-freco124860ep/product_2521458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0783-c1219gg/product_2078984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-london-rose-8-5-x-11-weekly-monthly-planner-multicolor-143883/product_24564262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-hard-floor-chair-mat-with-lip-48-x-60-medium-pile-clear-eco4860lp/product_922462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-london-rose-8-x-10-daily-monthly-planner-multicolor-143884/product_24564179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-unruly-rulers-stencils-pre-k-4-pack-2-packs-r-58632-2/product_24493499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-revolutionmat-hard-floor-chair-mat-48-x-51-clear-eco4851aep/product_922458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-gear-stencils-15-set-r-58624/product_23999875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-wipe-clean-worksheet-cover-dry-erase-whiteboard-plastic-frame-9-x-12-r-59040/product_1610259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0783-c3047gg/product_2081440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-x-ray-animal/product_847227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-palms-5-x-8-weekly-monthly-planner-white-green-137362-24/product_24551099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-megamat-extra-thick-46-x-53-rectangular-chair-mat-for-hard-floors-carpets-polycarbonate-fcm121345er/product_1187719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rub-n-buff-the-original-wax-metallic-finish-silver-leaf-pack-of-3/product_1721516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-revolutionmat-29-x-46-rectangular-chair-mat-for-carpets-polypropylene-ncmfllgc0001/product_24486532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-11-x-14-black-frame-art/product_315508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shore-lark-11-x-14-black-frame-art/product_498780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-navy-5-x-8-weekly-monthly-planner-multicolor-103620-24/product_24551018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-08-h-plastic-step-stool-fg252300beig/product_540666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-16-x-20-wood-frame-art/product_315516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-revolutionmat-45-x-53-rectangular-chair-mat-for-hard-floor-polypropylene-ncmfllac0003/product_24486534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-22-x-32-canvas-art/product_315512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-30-x-47-canvas-art/product_315513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-10-5-angled-broom-gray-fg638500gray/product_756077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-30-x-47-rectangular-chair-mat-for-carpets-polycarbonate-11197523er/product_922540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-24-x-24-medium-pile-clear-126020rr/product_922536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sir-thomas-estate-garden-18-x-24-canvas-art/product_314095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baccara-dark-8-5-x-11-weekly-monthly-planner-multicolor-110211-24/product_24551028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-35-x-47-clear-128919er/product_778171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shore-lark-14-x-24-canvas-art/product_491929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-48-x-118-clear-1230019er/product_459573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-36-x-36-medium-pile-clear-129020rr/product_922530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-secret-garden-8-5-x-11-weekly-monthly-planner-multicolor-140101-24/product_24551026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-shelf-plastic-poly-mobile-utility-cart-black-fg9t6600bla/product_757910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-48-x-53-clear-1213419er/product_778170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shore-lark-18-x-32-canvas-art/product_492439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-48-x-60-clear-1215019tr/product_100719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-black-fg345700bla/product_758222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-60-x-118-clear-1215030019er/product_459556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-belize-8-5-x-11-weekly-monthly-planner-blue-142882/product_24564265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siena-door-by-moises-levy-16-x-20-white-matted-black-frame-ali1100-b1620mf/product_2086600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-cocorrina-8-5-x-11-weekly-monthly-planner-multicolor-143696/product_24564290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-paint-pipettes-8-per-pack-3-packs-r-5449-3/product_24518795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-paper-popz-1500-shapes-pack-2-packs-r-15648-2/product_24500156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sierra-nevada-silence-26-x-32-canvas-art/product_314108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-plastic-lacing-needles-32-pack-6-packs-r-5601-6/product_24568721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-silence-is-golden-18-x-24-canvas-art/product_313966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-annabel-5-88-x-8-63-weekly-monthly-planner-pink-white-147094/product_24564279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-slip-plastic-desk-pad-18-x-12-clear-fpde12184ra44/product_922377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-danae-8-5-x-11-weekly-monthly-planner-black-white-147234/product_24564183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-annabel-8-5-x-11-weekly-monthly-planner-pink-white-143892/product_24564313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-blush-5-x-8-weekly-monthly-planner-pink-143888/product_24564267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-silvester-shchedrin-new-rome-with-the-castel-canvas-art-18x24-inches/product_245916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-canada-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0783-c1624gg/product_2077993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-slip-plastic-desk-pad-59-x-29-clear-fpde2949ra/product_900335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-rubbing-plates-insects-clear-16-per-pack-2-packs-r-5803-2/product_24511276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-30-x-48-rectangular-chair-mat-for-hard-floors-enhanced-polymer-fceco123048ep/product_2521461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-static-12-x-18-rectangular-desk-pads-for-hard-surfaces-vinyl-fpde312184ra2/product_24073807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-36-x-48-rectangular-chair-mat-for-hard-floors-enhanced-polymer-fceco123648ep/product_2521460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0606-c1219gg/product_2079088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-straws-connectors-705-pack-r-6090/product_873825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0606-w1620mf/product_2083237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-structure-sticks-building-set-400-sticks-per-pack-2-packs-r-60765-2/product_24568720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-jungle-tiger-3-63-x-6-13-weekly-monthly-planner-multicolor-147220/product_24564281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-48-x-60-rectangular-chair-mat-for-hard-floors-enhanced-polymer-freco124860ep/product_2521458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0783-c1219gg/product_2078984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-london-rose-8-5-x-11-weekly-monthly-planner-multicolor-143883/product_24564262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-hard-floor-chair-mat-with-lip-48-x-60-medium-pile-clear-eco4860lp/product_922462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-london-rose-8-x-10-daily-monthly-planner-multicolor-143884/product_24564179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-wipe-clean-worksheet-cover-dry-erase-whiteboard-plastic-frame-9-x-12-r-59040/product_1610259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0783-c3047gg/product_2081440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-revolutionmat-hard-floor-chair-mat-48-x-51-clear-eco4851aep/product_922458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-unruly-rulers-stencils-pre-k-4-pack-2-packs-r-58632-2/product_24493499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/roylco-x-ray-animal/product_847227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-palms-5-x-8-weekly-monthly-planner-white-green-137362-24/product_24551099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-megamat-extra-thick-46-x-53-rectangular-chair-mat-for-hard-floors-carpets-polycarbonate-fcm121345er/product_1187719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-revolutionmat-29-x-46-rectangular-chair-mat-for-carpets-polypropylene-ncmfllgc0001/product_24486532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rub-n-buff-the-original-wax-metallic-finish-silver-leaf-pack-of-3/product_1721516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-navy-5-x-8-weekly-monthly-planner-multicolor-103620-24/product_24551018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-11-x-14-black-frame-art/product_315508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-08-h-plastic-step-stool-fg252300beig/product_540666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-16-x-20-wood-frame-art/product_315516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-revolutionmat-45-x-53-rectangular-chair-mat-for-hard-floor-polypropylene-ncmfllac0003/product_24486534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-22-x-32-canvas-art/product_315512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-10-5-angled-broom-gray-fg638500gray/product_756077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-30-x-47-rectangular-chair-mat-for-carpets-polycarbonate-11197523er/product_922540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-30-x-47-canvas-art/product_315513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sir-thomas-estate-garden-18-x-24-canvas-art/product_314095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-secret-garden-8-5-x-11-weekly-monthly-planner-multicolor-140101-24/product_24551026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-shelf-plastic-poly-mobile-utility-cart-black-fg9t6600bla/product_757910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-black-fg345700bla/product_758222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-swiss-dot-5-x-8-weekly-monthly-planner-black-gold-147227/product_24564230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siwash-rock-16-x-20-black-frame-art/product_317154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-3-gallon-kitchen-compost-bin-green-2055571/product_24523805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-53-rectangular-chair-mat-for-carpets-polycarbonate-1213419er/product_715444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-bexley-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-144112/product_24551856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-3-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-gray-fg409100gray/product_962292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-3-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-platinum-fg342488plat/product_488939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ski-gear-11-x-14-wood-frame-art/product_315016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-79-rectangular-chair-mat-for-hard-floors-polycarbonate-1220019er/product_891994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-soft-sage-8-x-10-monthly-planner-plastic-cover-light-green-144109/product_24551834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-60-x-118-rectangular-chair-mat-for-carpets-polycarbonate-fr1115030023er/product_1561143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-tile-8-5-x-11-weekly-monthly-planner-blue-101411-24/product_24551075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-wild-flora-8-5-x-11-monthly-planner-multicolor-143925/product_24564288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-9t68-executive-3-shelf-polypropylene-mobile-serving-cart-with-swivel-wheels-black-fg9t6800bla/product_912707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-deep-forest-green-enterprise-3-63-x-6-13-weekly-monthly-planner-green-142994/product_24564208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-biohazard-spill-mop-pads-10-pack-2017060/product_2867192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-effie-5-x-8-weekly-monthly-planner-multicolor-138329-24/product_24551137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floracraft-foam-snowballs-4-in-pack-of-2-pack-of-3/product_1720361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-12-pocket-cleaning-cart-organizer-black-nylon-rcp1867533ct/product_1990272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-15-x-12-monthly-wall-calendar-white-gray-111292-24/product_24551094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-bottle-can-recycling-lid-32-gallon-blue-22-3-4-h-x-22-9-10-w-x-4-5-8-d/product_919709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-blue-brown-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-16-x-20-black-frame-art/product_314949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-22-x-32-canvas-art/product_314952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-16-x-24-canvas-art/product_314951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-30-x-47-canvas-art/product_314953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-8-5-x-11-weekly-monthly-appointment-book-deep-forest-green-147383/product_24564199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-indoor-trash-can-w-no-lid-black-resin-44-gal-fg264360bla/product_706429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-indoor-lid-gray-polyethylene-32-gal-fg263100gray/product_432465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-8-x-10-monthly-planner-black-131794-24/product_24551070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-brown-green-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-22-x-32-canvas-art/product_313711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-by-pat-saunders-11-x-14-black-matted-silver-frame-ps076-s1114bmf/product_2076432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-brown-green-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-inkwell-press-airia-8-5-x-11-weekly-monthly-planner-blue-143358/product_24564222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-hallaway-8-5-x-11-weekly-monthly-planner-plastic-cover-black-147456/product_24564324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-small-composition-i-18-x-18-canvas-art/product_313439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-rollout-trash-can-container-with-lid-50-gallons-gray-silver-fg9w2700gray/product_507606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-with-no-lid-gray-10-gal-fg261000-gray/product_812452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-grey-gold-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-with-no-lid-red-32-gal-fg263200red/product_936595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-jessica-8-5-x-11-weekly-monthly-planner-multicolor-143711/product_24564263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-joselyn-5-x-8-weekly-monthly-planner-multicolor-110396-24/product_24551030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-swiss-dot-5-x-8-weekly-monthly-planner-black-gold-147227/product_24564230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-16-x-20-wood-frame-art/product_315097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-ivory-grey-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-ivory-grey-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-ivory-brown-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-22-x-32-canvas-art/product_315094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-resin-trash-can-44-gallons-gray-2131929/product_24487888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-kelly-ventura-magenta-bloom-8-5-x-11-weekly-monthly-planner-multicolor-140945-24/product_24551101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-11-x-11-white-matted-black-frame-ali1136-b1111mf/product_2084018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-laila-5-x-8-weekly-monthly-planner-multicolor-137276-24/product_24551044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-laila-8-5-x-11-weekly-monthly-planner-multicolor-137273-24/product_24551025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siwash-rock-16-x-20-black-frame-art/product_317154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-14-x-14-canvas-art-ali1136-c1414gg/product_2077687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-leeya-5-x-8-weekly-monthly-planner-purple-143712/product_24564188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-round-plastic-container-lid-gray-55-gallons-fg265400gray/product_847810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-leeya-8-5-x-11-weekly-monthly-planner-purple-143713/product_24564220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-3-gallon-kitchen-compost-bin-green-2055571/product_24523805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-libro-5-x-8-weekly-monthly-planner-charcoal-147389/product_24564224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-soft-2-ply-standard-toilet-paper-white-400-sheets-roll-48-rolls-case-b448/product_24448545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-libro-8-5-x-11-weekly-monthly-planner-charcoal-147388/product_24564218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-53-rectangular-chair-mat-for-carpets-polycarbonate-1213419er/product_715444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-35-x-35-canvas-art-ali1136-c3535gg/product_2078896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-3-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-gray-fg409100gray/product_962292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-bexley-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-144112/product_24551856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-79-rectangular-chair-mat-for-hard-floors-polycarbonate-1220019er/product_891994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-life-note-it-5-88-x-8-63-weekly-monthly-planner-multicolor-139478-24/product_24551077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-3-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-platinum-fg342488plat/product_488939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ski-gear-11-x-14-wood-frame-art/product_315016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-soft-sage-8-x-10-monthly-planner-plastic-cover-light-green-144109/product_24551834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-60-x-118-rectangular-chair-mat-for-carpets-polycarbonate-fr1115030023er/product_1561143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-wild-flora-8-5-x-11-monthly-planner-multicolor-143925/product_24564288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-tile-8-5-x-11-weekly-monthly-planner-blue-101411-24/product_24551075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-tilt-truck-1-cu-yd-black-fg131542bla1/product_24584812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-9t68-executive-3-shelf-polypropylene-mobile-serving-cart-with-swivel-wheels-black-fg9t6800bla/product_912707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-deep-forest-green-enterprise-3-63-x-6-13-weekly-monthly-planner-green-142994/product_24564208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-biohazard-spill-mop-pads-10-pack-2017060/product_2867192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-effie-5-x-8-weekly-monthly-planner-multicolor-138329-24/product_24551137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floracraft-foam-snowballs-4-in-pack-of-2-pack-of-3/product_1720361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-12-pocket-cleaning-cart-organizer-black-nylon-rcp1867533ct/product_1990272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-15-x-12-monthly-wall-calendar-white-gray-111292-24/product_24551094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-bottle-can-recycling-lid-32-gallon-blue-22-3-4-h-x-22-9-10-w-x-4-5-8-d/product_919709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-16-x-24-canvas-art/product_314951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-22-x-32-canvas-art/product_314952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-16-x-20-black-frame-art/product_314949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-blue-brown-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-30-x-47-canvas-art/product_314953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-indoor-trash-can-w-no-lid-black-resin-44-gal-fg264360bla/product_706429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-8-5-x-11-weekly-monthly-appointment-book-deep-forest-green-147383/product_24564199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-indoor-lid-gray-polyethylene-32-gal-fg263100gray/product_432465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-brown-green-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-8-x-10-monthly-planner-black-131794-24/product_24551070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-22-x-32-canvas-art/product_313711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-by-pat-saunders-11-x-14-black-matted-silver-frame-ps076-s1114bmf/product_2076432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-brown-green-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-inkwell-press-airia-8-5-x-11-weekly-monthly-planner-blue-143358/product_24564222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-hallaway-8-5-x-11-weekly-monthly-planner-plastic-cover-black-147456/product_24564324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-with-no-lid-gray-10-gal-fg261000-gray/product_812452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-grey-gold-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-rollout-trash-can-container-with-lid-50-gallons-gray-silver-fg9w2700gray/product_507606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-small-composition-i-18-x-18-canvas-art/product_313439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-with-no-lid-red-32-gal-fg263200red/product_936595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-jessica-8-5-x-11-weekly-monthly-planner-multicolor-143711/product_24564263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-joselyn-5-x-8-weekly-monthly-planner-multicolor-110396-24/product_24551030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-16-x-20-wood-frame-art/product_315097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-ivory-grey-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-ivory-brown-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-ivory-grey-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-22-x-32-canvas-art/product_315094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-laila-5-x-8-weekly-monthly-planner-multicolor-137276-24/product_24551044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-kelly-ventura-magenta-bloom-8-5-x-11-weekly-monthly-planner-multicolor-140945-24/product_24551101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-11-x-11-white-matted-black-frame-ali1136-b1111mf/product_2084018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-resin-trash-can-44-gallons-gray-2131929/product_24487888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-laila-8-5-x-11-weekly-monthly-planner-multicolor-137273-24/product_24551025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-14-x-14-canvas-art-ali1136-c1414gg/product_2077687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-leeya-5-x-8-weekly-monthly-planner-purple-143712/product_24564188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-leeya-8-5-x-11-weekly-monthly-planner-purple-143713/product_24564220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/floral-soft-2-ply-standard-toilet-paper-white-400-sheets-roll-48-rolls-case-b448/product_24448545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-libro-8-5-x-11-weekly-monthly-planner-charcoal-147388/product_24564218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-libro-5-x-8-weekly-monthly-planner-charcoal-147389/product_24564224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-round-plastic-container-lid-gray-55-gallons-fg265400gray/product_847810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-35-x-35-canvas-art-ali1136-c3535gg/product_2078896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-life-note-it-5-88-x-8-63-weekly-monthly-planner-multicolor-139478-24/product_24551077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-tilt-truck-1-cu-yd-black-fg131542bla1/product_24584812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-life-note-it-marina-7-x-9-weekly-monthly-planner-blue-139480-24/product_24551027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-trash-can-dolly/product_SS123312494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snow-mill-24-x-32-canvas-art/product_313852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-11-x-8-75-monthly-wall-calendar-101593-24/product_24551068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluke-networks-11291000-is40-pro-tool-kit/product_IM1L09906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-autumn-24-x-32-canvas-art/product_314298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-autumn-18-x-24-canvas-art/product_314297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-vented-trash-can-receptacle-without-lid-55-gallons-gray-fg265500gray/product_812585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-15-x-12-monthly-wall-calendar-117888-24/product_24551039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-8-5-x-11-weekly-monthly-planner-multicolor-100654-24/product_24551090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-caution-cone-25-8-yellow-fg627777yel/product_812520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-maritza-5-88-x-8-63-weekly-monthly-planner-blue-white-143704/product_24564254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-modesto-8-5-x-11-weekly-monthly-planner-blue-146714/product_24564191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-16-x-20-wood-frame-art/product_501530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-brute-round-recycling-container-blue-44-gal-fg264307blue/product_2502744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-18-x-24-canvas-art/product_493860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-nevaeh-8-5-x-11-weekly-monthly-planner-multicolor-143945/product_24551851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-landscape-1925-24-x-32-canvas-art/product_495280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-nevaeh-8-x-10-monthly-planner-multicolor-143947/product_24551864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-hinged-dome-tilt-truck-lid-black-fg131700bla/product_936444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluke-networks-network-auto-tester-lrat-2000/product_IM16YQ546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluke-networks-pro3000-analog-probe-26100900/product_IM1GV2411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-16-x-20-black-frame-art/product_502542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-passages-8-5-x-11-weekly-monthly-planner-faux-leather-cover-black-143975/product_24551860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluke-networks-need-l-lock-crimping-pliers-11294000/product_IM1U76981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluke-networks-rj45-rj11-modular-adapter-black-ciq-rja/product_IM1GD6446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-park-24-x-32-canvas-art/product_314184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-landmark-series-replacement-part-ashtray-lid-10-3-4-dia-x-7-h-sable/product_2475205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-purple-stripe-8-5-weekly-monthly-planner-lilac-white-147236/product_24564189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-reflections-22-x-17-monthly-desk-pad-calendar-117886-24/product_24551050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-30-x-47-canvas-art/product_491803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-passages-8-x-10-monthly-planner-charcoal-gray-100011-24/product_24551092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-rue-du-flore-11-x-8-75-monthly-wall-calendar-blue-purple-101613-24/product_24551100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluke-networks-wireview-2-6-optview-cable-id-set-e81434/product_IM16YQ580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flyers-kiosk/product_24553354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluorescent-yellow-shipping-tags-8-6-1-4-x-3-1-8-1000-case/product_496201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-microfiber-reusable-cleaning-cloths-24-pack-1820583/product_318452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-25-h-x-11-w-wet-floor-sign-each-fg611277yel/product_597310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soccer-by-grace-riely-canvas-art-made-in-america-22x32-inches/product_248193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-rue-du-flore-15-x-12-monthly-wall-calendar-blue-purple-101611-24/product_24551017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-rue-du-flore-8-5-x-11-weekly-monthly-planner-blue-purple-101602-24/product_24551048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-socialism-against-bolshevism-for-a-free-europe-canvas-art-16x24-inches/product_244925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-spanish-5-x-8-weekly-monthly-planner-black-142090-24/product_24551085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-winnie-8-5-x-11-weekly-monthly-planner-multicolor-143708/product_24564266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-life-note-it-marina-7-x-9-weekly-monthly-planner-blue-139480-24/product_24551027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/foam-board-posters/product_2274747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-16-x-20-black-frame-art/product_493903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/foam-fun-number-magnets-62-numbers-18-operational-signs/product_877485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-polyethylene-side-bin-1-25-gal-blue-fg295073blue/product_75455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-8-manual-lime-squeezer-8563/product_2479641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/foamboard-poster-kioks/product_24553360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-brownline-17-75-x-10-88-monthly-desk-pad-calendar-blue-white-c181700/product_24559281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-trash-can-dolly/product_SS123312494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-chrome-plated-shelf-post-74-fg074c/product_2476091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-super-stitch-24-oz-blend-wet-mop-5-headband-blue-6-carton-fgd25306bl00/product_199160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-brownline-mountain-8-5-x-11-weekly-planner-multicolor-cb950g-04/product_24559259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/foam-roll-24-x-18-ft-each-fr2418/product_2301965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-slim-jim-black-front-step-trash-can-24-gallon-black/product_1672284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snow-mill-24-x-32-canvas-art/product_313852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-35-x-47-canvas-art/product_312728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-11-x-8-75-monthly-wall-calendar-101593-24/product_24551068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-structural-foam-tilt-truck-152-gallon-600-lb-capacity-black-fg101100bla/product_848395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-green-epoxy-coated-wire-shelf-24-x-36-ff2436g/product_2475985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-11-x-14-black-frame-art/product_316425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/focus-ii-l20-boost-walk-behind-scrubber/product_1959837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluke-networks-11291000-is40-pro-tool-kit/product_IM1L09906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/focus-ii-l20-boost-walk-behind-scrubber/product_1959861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-autumn-24-x-32-canvas-art/product_314298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-autumn-18-x-24-canvas-art/product_314297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-15-x-12-monthly-wall-calendar-117888-24/product_24551039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-vented-trash-can-receptacle-without-lid-55-gallons-gray-fg265500gray/product_812585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-compost-bin-lid-for-3-gal-5-5-gal-compost-bins-green-2108900/product_24523809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-8-5-x-11-weekly-monthly-planner-multicolor-100654-24/product_24551090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-caution-cone-25-8-yellow-fg627777yel/product_812520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-maritza-5-88-x-8-63-weekly-monthly-planner-blue-white-143704/product_24564254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-modesto-8-5-x-11-weekly-monthly-planner-blue-146714/product_24564191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-16-x-20-wood-frame-art/product_501530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-brute-round-recycling-container-blue-44-gal-fg264307blue/product_2502744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-16-x-20-black-frame-art/product_316426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-18-x-24-canvas-art/product_493860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-nevaeh-8-5-x-11-weekly-monthly-planner-multicolor-143945/product_24551851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-landscape-1925-24-x-32-canvas-art/product_495280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-nevaeh-8-x-10-monthly-planner-multicolor-143947/product_24551864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-hinged-dome-tilt-truck-lid-black-fg131700bla/product_936444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluke-networks-network-auto-tester-lrat-2000/product_IM16YQ546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluke-networks-pro3000-analog-probe-26100900/product_IM1GV2411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-16-x-20-black-frame-art/product_502542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-passages-8-5-x-11-weekly-monthly-planner-faux-leather-cover-black-143975/product_24551860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluke-networks-need-l-lock-crimping-pliers-11294000/product_IM1U76981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-park-24-x-32-canvas-art/product_314184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluke-networks-rj45-rj11-modular-adapter-black-ciq-rja/product_IM1GD6446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-landmark-series-replacement-part-ashtray-lid-10-3-4-dia-x-7-h-sable/product_2475205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-reflections-22-x-17-monthly-desk-pad-calendar-117886-24/product_24551050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-purple-stripe-8-5-weekly-monthly-planner-lilac-white-147236/product_24564189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-30-x-47-canvas-art/product_491803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-passages-8-x-10-monthly-planner-charcoal-gray-100011-24/product_24551092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-rue-du-flore-11-x-8-75-monthly-wall-calendar-blue-purple-101613-24/product_24551100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluke-networks-wireview-2-6-optview-cable-id-set-e81434/product_IM16YQ580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fluorescent-yellow-shipping-tags-8-6-1-4-x-3-1-8-1000-case/product_496201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/flyers-kiosk/product_24553354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-microfiber-reusable-cleaning-cloths-24-pack-1820583/product_318452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-25-h-x-11-w-wet-floor-sign-each-fg611277yel/product_597310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soccer-by-grace-riely-canvas-art-made-in-america-22x32-inches/product_248193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-rue-du-flore-15-x-12-monthly-wall-calendar-blue-purple-101611-24/product_24551017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-rue-du-flore-8-5-x-11-weekly-monthly-planner-blue-purple-101602-24/product_24551048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-socialism-against-bolshevism-for-a-free-europe-canvas-art-16x24-inches/product_244925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-spanish-5-x-8-weekly-monthly-planner-black-142090-24/product_24551085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-winnie-8-5-x-11-weekly-monthly-planner-multicolor-143708/product_24564266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/foam-board-posters/product_2274747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-16-x-20-black-frame-art/product_493903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/foam-fun-number-magnets-62-numbers-18-operational-signs/product_877485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-polyethylene-side-bin-1-25-gal-blue-fg295073blue/product_75455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-8-manual-lime-squeezer-8563/product_2479641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-brownline-17-75-x-10-88-monthly-desk-pad-calendar-blue-white-c181700/product_24559281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/foamboard-poster-kioks/product_24553360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-chrome-plated-shelf-post-74-fg074c/product_2476091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-super-stitch-24-oz-blend-wet-mop-5-headband-blue-6-carton-fgd25306bl00/product_199160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-brownline-mountain-8-5-x-11-weekly-planner-multicolor-cb950g-04/product_24559259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/foam-roll-24-x-18-ft-each-fr2418/product_2301965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-slim-jim-black-front-step-trash-can-24-gallon-black/product_1672284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-35-x-47-canvas-art/product_312728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-green-epoxy-coated-wire-shelf-24-x-36-ff2436g/product_2475985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-structural-foam-tilt-truck-152-gallon-600-lb-capacity-black-fg101100bla/product_848395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-11-x-14-black-frame-art/product_316425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/focus-ii-l20-boost-walk-behind-scrubber/product_1959837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/focus-ii-l20-boost-walk-behind-scrubber/product_1959861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-compost-bin-lid-for-3-gal-5-5-gal-compost-bins-green-2108900/product_24523809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-16-x-20-black-frame-art/product_316426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-eccolo-5-5-x-7-75-weekly-monthly-planner-multicolor-ry24-401c/product_24560236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-configure-indoor-recycling-bin-mixed-33-gallon-stenni-gray-1961629/product_2094985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-100-colombian-coffee-medium-roast-22-6-oz-2550020532/product_24491349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-35-x-47-canvas-art/product_316430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-configure-indoor-recycling-compost-23-gallon-stenni-gray-1961627/product_2094986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-cube-truck-with-no-lid-black-500-lb-fg461900bla/product_936487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-by-michael-tompsett-24-x-32-canvas-art-mt0696-c2432gg/product_2078082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-filofax-8-5-x-10-88-academic-calendar-monthly-planner-black-c1811001/product_24559282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-defenders-indoor-step-trash-can-red-metal-4-gal-fgst7eplrd/product_796501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-1850-pioneer-blend-caffeinated-ground-coffee-medium-roast-12-oz-smu60514/product_24346108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-high-security-janitorial-cleaning-cart-black-1861427/product_967726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-1850-trail-blazer-caffeinated-ground-coffee-medium-dark-roast-12-oz-smu60515/product_24346110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-coffee-keurig-k-cup-pod-dark-roast-96-carton-6662ct/product_24562597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-14-x-19-canvas-art/product_312468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-lobby-pro-dustpan-fg253100bla/product_599847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-ground-coffee-dark-roast-22-6-oz-02054/product_1685435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-series-8-single-action-sweeper-black-fg421288bla/product_958091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-breakfast-blend-coffee-light-roast-0-24-oz-keurig-k-cup-pods-24-box-000370677-6684/product_1968211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-series-hygen-quick-connect-flexi-wand-microfiber-duster-white-fgq85200wh00/product_912582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-11-x-14-black-frame-art/product_316542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-extra-deep-plastic-drawer-organizer-black-11906ros/product_377024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-breakfast-blend-ground-coffee-light-roast-22-6-oz-2550020529/product_24491347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-11-x-14-wood-frame-art/product_316548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-gray-marble-8-5-x-11-weekly-monthly-planner-gray-white-spls24-8511-06/product_24559526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-17-x-22-monthly-desk-pad-calendar-refill-white-black-126-24/product_24562559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-by-michael-tompsett-14-x-19-canvas-art-mt0722-c1419gg/product_2079046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-white-blue-164-24/product_24562552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-by-michael-tompsett-24-x-32-canvas-art-mt0722-c2432gg/product_2078057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-medium-roast-0-28-oz-keurig-k-cup-pods-24-box-6685/product_464819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-forkliftable-tilt-truck-plastic-1250-lb-capacity-black-fg131500bla/product_936386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-glutton-container-base-brown-56-gal-fg256b00brn/product_815641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-32-x-48-yearly-wet-erase-wall-calendar-white-blue-3961-24/product_24562516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-medium-roast-5-4-oz-30-carton-2550006102/product_24472779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-filter-packs-coffee-medium-roast-0-9-oz-160-box-pro44192/product_587050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-11-x-14-black-frame-art/product_312474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-monthly-appointment-book-black-262-02-24/product_24562563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-groundskeeper-outdoor-ash-urn-black-resin-fg257088bla/product_725712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-ground-coffee-medium-roast-25-9-oz-canister-smu02042-2550030407/product_1684921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-instant-decaf-coffee-8-oz-jar/product_180386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-daily-planner-black-28202-24/product_24563324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-coffee-singles-classic-roast-bags-medium-roast-19-box-29764/product_402701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-18-microfiber-super-scubber-wet-pad-yellow-6-count-fgq81000yl00/product_848871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-french-vanilla-ground-coffee-9-6-oz-2550098181/product_24584686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-eccolo-5-5-x-7-75-weekly-monthly-planner-multicolor-ry24-401c/product_24560236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-35-x-47-canvas-art/product_312648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-bar-harbor-7-x-4-25-monthly-desk-calendar-wedgwood-blue-gray-3679-24/product_24562532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-dry-cloths-green-12-carton-fgq62000gr00/product_659362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-breast-cancer-awareness-12-x-12-monthly-wall-calendar-3671-24/product_24562533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-dry-cloths-yellow-12-carton-fgq61000yl00/product_821120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sower-1888-35-x-47-canvas-art/product_492296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-rags-red-12-carton-fgq62000rd00/product_887265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-ss1065083/product_SS129820949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spa-daisies-iii-by-chris-paschke-11-x-11-white-matted-silver-frame-wap0057-s1111mf/product_2079261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-configure-indoor-recycling-bin-mixed-33-gallon-stenni-gray-1961629/product_2094985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-pulse-microfiber-mop-kit-fgq96900yl00/product_756051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-quick-connect-extension-handle-yellow-20-40-50-8-cm-101-6-cm/product_936524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fontana-sugar-free-vanilla-flavored-coffee-syrup-1-liter-nes41282/product_24298975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-indoor-trash-cans-w-no-lid-black-plastic-7-gal-fg295600bla/product_2707554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-economy-compact-18-5-x-13-monthly-desk-pad-calendar-white-black-0124-02-24/product_24562541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-indoor-trash-can-w-no-lid-black-steel-12-gal-fgso1220plbk/product_758519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-100-colombian-coffee-medium-roast-22-6-oz-2550020532/product_24491349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/footlocker-gift-card-25-email-delivery/product_24326150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-35-x-47-canvas-art/product_316430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ford-chrome-double-rung-neon-clock-ford-oval-886511971820/product_2444381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fore-runner-mats/product_SS207332386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-invader-side-gate-mop-handle-fgh116000000/product_848943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-configure-indoor-recycling-compost-23-gallon-stenni-gray-1961627/product_2094986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-by-michael-tompsett-24-x-32-canvas-art-mt0696-c2432gg/product_2078082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-filofax-8-5-x-10-88-academic-calendar-monthly-planner-black-c1811001/product_24559282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-defenders-indoor-step-trash-can-red-metal-4-gal-fgst7eplrd/product_796501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-cube-truck-with-no-lid-black-500-lb-fg461900bla/product_936487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-100-email-delivery/product_2380955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-1850-pioneer-blend-caffeinated-ground-coffee-medium-roast-12-oz-smu60514/product_24346108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-high-security-janitorial-cleaning-cart-black-1861427/product_967726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-1850-trail-blazer-caffeinated-ground-coffee-medium-dark-roast-12-oz-smu60515/product_24346110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-coffee-keurig-k-cup-pod-dark-roast-96-carton-6662ct/product_24562597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-14-x-19-canvas-art/product_312468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-lobby-pro-dustpan-fg253100bla/product_599847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-mountains-22-x-17-monthly-desk-pad-calendar-176-24/product_24562513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-ground-coffee-dark-roast-22-6-oz-02054/product_1685435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-series-8-single-action-sweeper-black-fg421288bla/product_958091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-breakfast-blend-coffee-light-roast-0-24-oz-keurig-k-cup-pods-24-box-000370677-6684/product_1968211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-series-hygen-quick-connect-flexi-wand-microfiber-duster-white-fgq85200wh00/product_912582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-11-x-14-black-frame-art/product_316542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-extra-deep-plastic-drawer-organizer-black-11906ros/product_377024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-breakfast-blend-ground-coffee-light-roast-22-6-oz-2550020529/product_24491347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-11-x-14-wood-frame-art/product_316548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-gray-marble-8-5-x-11-weekly-monthly-planner-gray-white-spls24-8511-06/product_24559526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-17-x-22-monthly-desk-pad-calendar-refill-white-black-126-24/product_24562559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-white-blue-164-24/product_24562552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-by-michael-tompsett-14-x-19-canvas-art-mt0722-c1419gg/product_2079046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-by-michael-tompsett-24-x-32-canvas-art-mt0722-c2432gg/product_2078057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-medium-roast-0-28-oz-keurig-k-cup-pods-24-box-6685/product_464819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-forkliftable-tilt-truck-plastic-1250-lb-capacity-black-fg131500bla/product_936386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-glutton-container-base-brown-56-gal-fg256b00brn/product_815641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-32-x-48-yearly-wet-erase-wall-calendar-white-blue-3961-24/product_24562516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-medium-roast-5-4-oz-30-carton-2550006102/product_24472779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-filter-packs-coffee-medium-roast-0-9-oz-160-box-pro44192/product_587050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-11-x-14-black-frame-art/product_312474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-ground-coffee-medium-roast-25-9-oz-canister-smu02042-2550030407/product_1684921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-groundskeeper-outdoor-ash-urn-black-resin-fg257088bla/product_725712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-monthly-appointment-book-black-262-02-24/product_24562563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-instant-decaf-coffee-8-oz-jar/product_180386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-daily-planner-black-28202-24/product_24563324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-coffee-singles-classic-roast-bags-medium-roast-19-box-29764/product_402701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-18-microfiber-super-scubber-wet-pad-yellow-6-count-fgq81000yl00/product_848871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-french-vanilla-ground-coffee-9-6-oz-2550098181/product_24584686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-35-x-47-canvas-art/product_312648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-bar-harbor-7-x-4-25-monthly-desk-calendar-wedgwood-blue-gray-3679-24/product_24562532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-dry-cloths-green-12-carton-fgq62000gr00/product_659362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-breast-cancer-awareness-12-x-12-monthly-wall-calendar-3671-24/product_24562533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-dry-cloths-yellow-12-carton-fgq61000yl00/product_821120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sower-1888-35-x-47-canvas-art/product_492296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-rags-red-12-carton-fgq62000rd00/product_887265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/folgers-ss1065083/product_SS129820949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spa-daisies-iii-by-chris-paschke-11-x-11-white-matted-silver-frame-wap0057-s1111mf/product_2079261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-pulse-microfiber-mop-kit-fgq96900yl00/product_756051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-quick-connect-extension-handle-yellow-20-40-50-8-cm-101-6-cm/product_936524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fontana-sugar-free-vanilla-flavored-coffee-syrup-1-liter-nes41282/product_24298975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-indoor-trash-cans-w-no-lid-black-plastic-7-gal-fg295600bla/product_2707554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-economy-compact-18-5-x-13-monthly-desk-pad-calendar-white-black-0124-02-24/product_24562541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-indoor-trash-can-w-no-lid-black-steel-12-gal-fgso1220plbk/product_758519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/footlocker-gift-card-25-email-delivery/product_24326150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ford-chrome-double-rung-neon-clock-ford-oval-886511971820/product_2444381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fore-runner-mats/product_SS207332386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-invader-side-gate-mop-handle-fgh116000000/product_848943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-100-email-delivery/product_2380955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-mountains-22-x-17-monthly-desk-pad-calendar-176-24/product_24562513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0751-b1114mf/product_2081224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:39 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:39 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-invader-wet-mop-handle-1-headband-mop-60-aluminum-handle-yellow-plastic-head/product_812640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-200-email-delivery/product_2380978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-scenic-8-25-x-4-25-monthly-desk-tent-calendar-3649-24/product_24562515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/forever-classic-5lb/product_SS238923442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-seasonal-holiday-depictions-12-x-12-monthly-wall-calendar-338-24/product_24563552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-lobby-pro-upright-dustpan-with-cover-black-11-1-4-w/product_849716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-8732hs-cross-cut-paper-optical-media-high-security-office-shredder-fd8732hs/product_24520706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-inkwell-press-tavi-5-x-8-weekly-monthly-planner-black-gold-142878/product_24564198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-marshal-classic-container-round-polyethylene-15-gallon-brown/product_936471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spanish-chairs-by-preston-ready-to-hang-art-10x32-inches/product_247849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-metallic-indoor-trash-can-w-no-lid-stainless-steel-metal-15-gal-fgcc16sssgl/product_758513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-autoseal-fd-1406-desktop-pressure-sealer-73-forms-minute/product_2949560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongue-11-x-14-black-frame-art/product_491675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-13m-14-5-guillotine-paper-cutter-w-led-laser-line-off-white-cut-true-13m/product_1882534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-15m-16-9-guillotine-paper-cutter-with-led-laser-line-off-white-cut-true-15m/product_1317271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongues-30-x-47-canvas-art/product_500138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-mop-heads-headband-12-carton-3486266/product_918430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-deskside-8302cc-8-sheet-cross-cut-commercial-shredder-fd8302cc/product_1317275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-southworth-rustic-floral-7-x-9-25-weekly-monthly-planner-lovely-lavender-swag-91041/product_24560227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-deskside-8302sc-23-sheet-strip-cut-commercial-shredder-fd8302sc/product_1317280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-southworth-rustic-floral-8-5-x-11-weekly-monthly-planner-lavender-wreath-91069/product_24560226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-motorized-roto-tilt-truck-101-gal-850-lb-capacity-plastic-black-rcp2173519/product_24569988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-southworth-watercolors-7-x-9-25-weekly-monthly-planner-soft-watercolor-91035/product_24560228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-16-x-20-black-frame-art/product_33809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-11-x-8-wall-calendar-white-black-st12949-24/product_24545104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-fd-300-automatic-paper-folder-200-sheets-fd300/product_1317285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-optimizers-file-organizer-clear-plastic-94600ros/product_459462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-fd-324-automatic-desktop-paper-letter-folder-500-sheets/product_24448140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-fd-442-electric-letter-opener-multicolor-fd442/product_24593134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-15-69-x-12-dry-erase-wall-calendar-red-white-st53905-24/product_24545177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-fd-6104-automatic-paper-folder-and-envelope-stuffer-200-sheets-fd6104/product_24448149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-pail-and-mop-strainer-combination-15-quart-rcp-6194-stl/product_747019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-11-x-14-white-matted-wood-frame-ali1137-w1114mf/product_2077479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-15-x-22-wall-calendar-red-white-st53925-24/product_24545098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-plastic-edge-magazine-holders-frost-12-pack-t02802/product_261644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-black-st12951-24/product_24545367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-gray-st59701-24/product_24545092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-navy-st59700-24/product_24545091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-22-x-32-canvas-art-ali1137-c2232gg/product_2080199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-30-x-47-canvas-art-ali1137-c3047gg/product_2077014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-24-x-36-wall-calendar-gray-st58449-24/product_24545401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-plaza-indoor-outdoor-waste-container-rectangular-plastic-50-gallon-beige-fg396400beig/product_818843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-poly-drawer-organizer-black-11916ros/product_391932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0751-b1114mf/product_2081224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-hdd-ssd-high-security-shredder-fd87hds/product_24600528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-polyethylene-step-trash-can-red-23-gal-fg614600red/product_936576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-onsite-7-sheet-crosscut-high-security-shredder-fd-8304cc/product_24600527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-3-x-6-weekly-monthly-planner-black-st12937-24/product_24545398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0450-c3047gg/product_2080937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-onsite-8704cc-45-sheet-cross-cut-multimedia-office-shredder-fd8704cc/product_24520705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-32-x-48-wall-calendar-red-st56781-24/product_24545394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-refine-stainless-steel-indoor-trash-can-with-open-lid-15-gallon-silver-2147581/product_24485981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-invader-wet-mop-handle-1-headband-mop-60-aluminum-handle-yellow-plastic-head/product_812640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-onsite-office-8402cc-26-sheet-cross-cut-commercial-shredder-fd8402cc/product_1317279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-onsite-office-8502cc-25-sheet-cross-cut-commercial-shredder-fd8502cc/product_1317284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-daily-appointment-book-assorted-colors-st12933-24/product_24545389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-splendor-24-x-47-canvas-art/product_315212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-14-x-19-canvas-art/product_314694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-16-x-20-black-frame-art/product_314693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-200-email-delivery/product_2380978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-round-brute-trash-can-receptacle-blue-32-gal-121-12-liters/product_936597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-22-x-32-canvas-art/product_314696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-scenic-8-25-x-4-25-monthly-desk-tent-calendar-3649-24/product_24562515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-7-x-8-75-daily-planner-black-st60461-24/product_24545396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-soliloquy-18-x-24-canvas-art/product_314119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/forever-classic-5lb/product_SS238923442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-seasonal-holiday-depictions-12-x-12-monthly-wall-calendar-338-24/product_24563552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-lobby-pro-upright-dustpan-with-cover-black-11-1-4-w/product_849716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-8732hs-cross-cut-paper-optical-media-high-security-office-shredder-fd8732hs/product_24520706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-indoor-lid-blue-plastic-23-gallon-1788372/product_919713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-inkwell-press-tavi-5-x-8-weekly-monthly-planner-black-gold-142878/product_24564198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-marshal-classic-container-round-polyethylene-15-gallon-brown/product_936471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-metallic-indoor-trash-can-w-no-lid-stainless-steel-metal-15-gal-fgcc16sssgl/product_758513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spanish-chairs-by-preston-ready-to-hang-art-10x32-inches/product_247849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-autoseal-fd-1406-desktop-pressure-sealer-73-forms-minute/product_2949560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-13m-14-5-guillotine-paper-cutter-w-led-laser-line-off-white-cut-true-13m/product_1882534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongue-11-x-14-black-frame-art/product_491675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-soliloquy-35-x-47-canvas-art/product_314121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-15m-16-9-guillotine-paper-cutter-with-led-laser-line-off-white-cut-true-15m/product_1317271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongues-30-x-47-canvas-art/product_500138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-mop-heads-headband-12-carton-3486266/product_918430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-deskside-8302cc-8-sheet-cross-cut-commercial-shredder-fd8302cc/product_1317275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-southworth-rustic-floral-7-x-9-25-weekly-monthly-planner-lovely-lavender-swag-91041/product_24560227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-southworth-rustic-floral-8-5-x-11-weekly-monthly-planner-lavender-wreath-91069/product_24560226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-deskside-8302sc-23-sheet-strip-cut-commercial-shredder-fd8302sc/product_1317280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-motorized-roto-tilt-truck-101-gal-850-lb-capacity-plastic-black-rcp2173519/product_24569988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-southworth-watercolors-7-x-9-25-weekly-monthly-planner-soft-watercolor-91035/product_24560228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-16-x-20-black-frame-art/product_33809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-11-x-8-wall-calendar-white-black-st12949-24/product_24545104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-optimizers-file-organizer-clear-plastic-94600ros/product_459462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-fd-300-automatic-paper-folder-200-sheets-fd300/product_1317285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-fd-442-electric-letter-opener-multicolor-fd442/product_24593134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-fd-324-automatic-desktop-paper-letter-folder-500-sheets/product_24448140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-15-69-x-12-dry-erase-wall-calendar-red-white-st53905-24/product_24545177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-fd-6104-automatic-paper-folder-and-envelope-stuffer-200-sheets-fd6104/product_24448149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-pail-and-mop-strainer-combination-15-quart-rcp-6194-stl/product_747019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-11-x-14-white-matted-wood-frame-ali1137-w1114mf/product_2077479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-15-x-22-wall-calendar-red-white-st53925-24/product_24545098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-plastic-edge-magazine-holders-frost-12-pack-t02802/product_261644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-black-st12951-24/product_24545367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-gray-st59701-24/product_24545092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-navy-st59700-24/product_24545091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-22-x-32-canvas-art-ali1137-c2232gg/product_2080199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-30-x-47-canvas-art-ali1137-c3047gg/product_2077014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-24-x-36-wall-calendar-gray-st58449-24/product_24545401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-plaza-indoor-outdoor-waste-container-rectangular-plastic-50-gallon-beige-fg396400beig/product_818843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-poly-drawer-organizer-black-11916ros/product_391932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-hdd-ssd-high-security-shredder-fd87hds/product_24600528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-polyethylene-step-trash-can-red-23-gal-fg614600red/product_936576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-onsite-7-sheet-crosscut-high-security-shredder-fd-8304cc/product_24600527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0450-c3047gg/product_2080937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-3-x-6-weekly-monthly-planner-black-st12937-24/product_24545398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-onsite-8704cc-45-sheet-cross-cut-multimedia-office-shredder-fd8704cc/product_24520705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-32-x-48-wall-calendar-red-st56781-24/product_24545394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-refine-stainless-steel-indoor-trash-can-with-open-lid-15-gallon-silver-2147581/product_24485981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-onsite-office-8502cc-25-sheet-cross-cut-commercial-shredder-fd8502cc/product_1317284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/formax-onsite-office-8402cc-26-sheet-cross-cut-commercial-shredder-fd8402cc/product_1317279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-splendor-24-x-47-canvas-art/product_315212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-daily-appointment-book-assorted-colors-st12933-24/product_24545389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-14-x-19-canvas-art/product_314694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-16-x-20-black-frame-art/product_314693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-round-brute-trash-can-receptacle-blue-32-gal-121-12-liters/product_936597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-22-x-32-canvas-art/product_314696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-soliloquy-18-x-24-canvas-art/product_314119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-7-x-8-75-daily-planner-black-st60461-24/product_24545396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:54:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:54:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:54:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-indoor-lid-blue-plastic-23-gallon-1788372/product_919713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-soliloquy-35-x-47-canvas-art/product_314121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-7-x-9-weekly-monthly-planner-assorted-colors-st12944-24/product_24545388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-time-impressions-16-x-47-canvas-art/product_314391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-dolly-black-1980602/product_24550780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-13-gallon-gray/product_1672320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-four-person-daily-appointment-book-assorted-colors-st12935-24/product_24545390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-pano-18-x-24-canvas-art/product_314336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-monthly-planner-assorted-colors-st12943-24/product_24545382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fractions-decimals-percents-learning-resources-deluxe-rainbow-fraction-circles-51-set/product_845899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-10-x-32-canvas-art-em0566-c1032gg/product_2078783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-16-x-47-canvas-art-em0566-c1647gg/product_2076753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-monthly-planner-assorted-colors-st19504-24/product_24545400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-6-x-19-canvas-art-em0566-c619gg/product_2085201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-8-x-24-canvas-art-em0566-c824gg/product_2078583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallons-beige-1883456/product_1672290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallons-red-1883564/product_1672317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-weekly-monthly-appointment-book-assorted-colors-st12940-24/product_24545381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-with-built-in-wheels-24-gallons-1883552/product_1672269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0568-b1114mf/product_2082646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-paper-lid-blue-fg270388blue/product_39796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0568-w1114mf/product_2082645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0568-c1219gg/product_2079149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/framatic-fineline-aluminum-frames-silver-8-in-x-10-in-f0810s/product_2245356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/framatic-metro-seamless-panel-frames-11-x-14-black-11102/product_2135524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-single-stream-paper-recycling-station-23-gallon-gray-green-2185054/product_24561619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-stainless-steel-front-step-on-trash-can-with-single-rigid-plastic-liner-13-gallons-1901992/product_1672263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-stainless-steel-step-trash-can-black-8-gal-1901985/product_1672236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0568-c3047gg/product_2076951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ah-the-beach-12-x-12-monthly-wall-calendar-31995/product_24561044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-skyline-by-design-turnpike-10-x-19-canvas-art-ali1292-c1019gg/product_2083635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-step-on-indoor-step-trash-can-red-resin-4-gal-1883563/product_1672315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-black-fwb14blkhi/product_24590473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-skyline-by-design-turnpike-16-x-32-canvas-art-ali1292-c1632gg/product_2083896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-navy-zfb1414navyhighline/product_24590474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-american-muscle-cars-12-x-12-monthly-wall-calendar-32060/product_24561075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/francine-collection-wheels-up-laptop-backpack-black-bkbudgrl-sm/product_24590471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-tan-zfb14tanhighline/product_24590477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fredrix-canvas-boards-16-in-x-20-in-pack-of-3/product_1720376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-astronomy-6-2-x-5-4-daily-desk-calendar-36136x/product_24588658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-bad-dad-jokes-12-x-12-monthly-wall-calendar-32275/product_24585650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-34-in-pack-of-10-10pk-6034a/product_2132886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stand-by-by-moises-levy-24-x-24-canvas-art-ali1063-c2424gg/product_2078831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-50-in-pack-of-8/product_1717562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stand-by-by-moises-levy-35-x-35-canvas-art-ali1063-c3535gg/product_2080055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/freezer-paper-roll-40-lb-18-x-1-100-1-roll-pkpf1840/product_946240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-7-x-9-weekly-monthly-planner-assorted-colors-st12944-24/product_24545388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-be-kind-12-x-12-monthly-wall-calendar-32329/product_24585557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/freezer-paper-roll-40-lb-24-x-1-100-1-roll/product_946241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-i-by-moises-levy-11-x-14-white-matted-black-frame-ali1138-b1114mf/product_2077477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd51306wh00/product_852103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd25306wh00/product_852104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fresh-bananas-6-lbs-2-pack-02913/product_24336981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beaches-12-x-12-wall-calendar-32336/product_24561039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fresh-cinnamon-bagels-6-pack-900-00008/product_24298435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-time-impressions-16-x-47-canvas-art/product_314391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-big-day-12-x-12-monthly-wall-calendar-white-black-32459/product_24561072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-big-grid-jewel-12-x-12-monthly-wall-calendar-blue-yellow-32466/product_24561026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-big-grid-jewel-12-x-12-monthly-wall-calendar-blue-yellow-32466/product_24585564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-boston-terriers-6-x-5-5-daily-day-to-day-calendar-multicolor-36211/product_24575174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-iii-by-moises-levy-18-x-24-canvas-art-ali1139-c1824gg/product_2078743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-lid-black-plastic-23-gal-fg268988bla/product_540591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-dolly-black-1980602/product_24550780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-bulldogs-6-x-5-5-daily-day-to-day-calendar-multicolor-36235/product_24575159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-13-gallon-gray/product_1672320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-outdoor-trash-can-gray-resin-23-gal-fg356988gray/product_540575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fresh-products-easy-fresh-refill-cotton-blossom-6-box-frsef12cbl/product_2073303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-four-person-daily-appointment-book-assorted-colors-st12935-24/product_24545390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-outdoor-trash-can-w-no-lid-beige-resin-23-gal-fg356988beig/product_540559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-pano-18-x-24-canvas-art/product_314336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-monthly-planner-assorted-colors-st12943-24/product_24545382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fractions-decimals-percents-learning-resources-deluxe-rainbow-fraction-circles-51-set/product_845899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fresh-products-eco-air-refill-fabulous-6-box-ea-11/product_24375088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-10-x-32-canvas-art-em0566-c1032gg/product_2078783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-16-x-47-canvas-art-em0566-c1647gg/product_2076753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-monthly-planner-assorted-colors-st19504-24/product_24545400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-8-x-24-canvas-art-em0566-c824gg/product_2078583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-6-x-19-canvas-art-em0566-c619gg/product_2085201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallons-beige-1883456/product_1672290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallons-red-1883564/product_1672317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-staying-in-san-francisco-by-philippe-hugonnard-18-x-24-canvas-art-ph0133-c1824gg/product_2081500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-weekly-monthly-appointment-book-assorted-colors-st12940-24/product_24545381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0568-b1114mf/product_2082646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-paper-lid-blue-fg270388blue/product_39796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-with-built-in-wheels-24-gallons-1883552/product_1672269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0568-w1114mf/product_2082645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0568-c1219gg/product_2079149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/framatic-fineline-aluminum-frames-silver-8-in-x-10-in-f0810s/product_2245356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/framatic-metro-seamless-panel-frames-11-x-14-black-11102/product_2135524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-single-stream-paper-recycling-station-23-gallon-gray-green-2185054/product_24561619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-stainless-steel-step-trash-can-black-8-gal-1901985/product_1672236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0568-c3047gg/product_2076951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-stainless-steel-front-step-on-trash-can-with-single-rigid-plastic-liner-13-gallons-1901992/product_1672263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ah-the-beach-12-x-12-monthly-wall-calendar-31995/product_24561044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-skyline-by-design-turnpike-10-x-19-canvas-art-ali1292-c1019gg/product_2083635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-step-on-indoor-step-trash-can-red-resin-4-gal-1883563/product_1672315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-black-fwb14blkhi/product_24590473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-navy-zfb1414navyhighline/product_24590474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-american-muscle-cars-12-x-12-monthly-wall-calendar-32060/product_24561075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-skyline-by-design-turnpike-16-x-32-canvas-art-ali1292-c1632gg/product_2083896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-tan-zfb14tanhighline/product_24590477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/francine-collection-wheels-up-laptop-backpack-black-bkbudgrl-sm/product_24590471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fredrix-canvas-boards-16-in-x-20-in-pack-of-3/product_1720376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-astronomy-6-2-x-5-4-daily-desk-calendar-36136x/product_24588658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-bad-dad-jokes-12-x-12-monthly-wall-calendar-32275/product_24585650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-34-in-pack-of-10-10pk-6034a/product_2132886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stand-by-by-moises-levy-24-x-24-canvas-art-ali1063-c2424gg/product_2078831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-50-in-pack-of-8/product_1717562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stand-by-by-moises-levy-35-x-35-canvas-art-ali1063-c3535gg/product_2080055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/freezer-paper-roll-40-lb-18-x-1-100-1-roll-pkpf1840/product_946240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-be-kind-12-x-12-monthly-wall-calendar-32329/product_24585557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/freezer-paper-roll-40-lb-24-x-1-100-1-roll/product_946241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd51306wh00/product_852103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-i-by-moises-levy-11-x-14-white-matted-black-frame-ali1138-b1114mf/product_2077477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd25306wh00/product_852104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fresh-bananas-6-lbs-2-pack-02913/product_24336981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beaches-12-x-12-wall-calendar-32336/product_24561039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fresh-cinnamon-bagels-6-pack-900-00008/product_24298435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-big-day-12-x-12-monthly-wall-calendar-white-black-32459/product_24561072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-big-grid-jewel-12-x-12-monthly-wall-calendar-blue-yellow-32466/product_24585564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-boston-terriers-6-x-5-5-daily-day-to-day-calendar-multicolor-36211/product_24575174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-big-grid-jewel-12-x-12-monthly-wall-calendar-blue-yellow-32466/product_24561026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-iii-by-moises-levy-18-x-24-canvas-art-ali1139-c1824gg/product_2078743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-lid-black-plastic-23-gal-fg268988bla/product_540591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-bulldogs-6-x-5-5-daily-day-to-day-calendar-multicolor-36235/product_24575159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-outdoor-trash-can-w-no-lid-beige-resin-23-gal-fg356988beig/product_540559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fresh-products-easy-fresh-refill-cotton-blossom-6-box-frsef12cbl/product_2073303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-outdoor-trash-can-gray-resin-23-gal-fg356988gray/product_540575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fresh-products-eco-air-refill-fabulous-6-box-ea-11/product_24375088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-staying-in-san-francisco-by-philippe-hugonnard-18-x-24-canvas-art-ph0133-c1824gg/product_2081500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cats-dogs-12-x-12-monthly-wall-calendar-32916/product_24561070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fresh-products-eco-fresh-air-freshener-tablet-cherry-scent-12-box-fpi12tossch/product_177008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-staying-in-san-francisco-by-philippe-hugonnard-35-x-47-canvas-art-ph0133-c3547gg/product_2076799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-11-x-14-ali0740-w1114mf/product_1729361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-chihuahuas-6-x-5-5-daily-day-to-day-calendar-multicolor-36259/product_24575164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cats-dogs-12-x-12-monthly-wall-calendar-32916/product_24585609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-16-x-20-ali0740-w1620mf/product_1727951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-classic-cars-trucks-6-x-5-5-daily-day-to-day-calendar-multicolor-36266/product_24575160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-waste-container-lids-square-swing-top-grey-fits-23-gallon-containers/product_161850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-color-block-3-5-x-6-5-weekly-monthly-planner-multicolor-39342/product_24562794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-11-x-14-ali0741-w1114mf/product_1732309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-vented-wheeled-brute-container-32-gal-plastic-gray-2179403/product_24581401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-crusoe-the-celebrity-dachshund-6-x-5-5-daily-day-to-day-calendar-multicolor-36280/product_24575017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-16-x-20-ali0741-b1620mf/product_1732314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-16-x-20-ali0741-w1620mf/product_1732308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-fishing-cartoon-a-day-6-x-5-5-daily-day-to-day-calendar-multicolor-36327/product_24575034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-10-000-btu-smart-window-air-conditioner-with-remote-wifi-enabled-white-fhww104wd1/product_24601116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-down-press-bucket-and-wringer-35-quart-red-fg757888red/product_24357767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-12-000-btu-smart-window-air-conditioner-with-remote-wifi-enabled-white-fhww124wd1/product_24601120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-above-the-shadows-break-11-x-14-ali0742-w1114mf/product_1732299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:37 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-side-press-bucket-and-wringer-26-quart-yellow-fg748000yel/product_24357757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:37 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-garden-view-12-x-12-monthly-wall-calendar-33609/product_24560995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-german-shepherds-6-x-5-5-daily-day-to-day-calendar-multicolor-36334/product_24575035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-gettin-squirrelly-12-x-12-monthly-wall-calendar-33647x/product_24561091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-web-foot-mop-head-tailband-fgt85206gr00/product_851623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rue-21-gift-card-50/product_2723025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-4-75-qt-1-200-watt-retro-stand-mixer-pink-estm020-pink/product_24542642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-14-x-19-ali0743-c1419gg/product_1729475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-greece-12-x-12-monthly-wall-calendar-33814/product_24561065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-40-pound-freestanding-ice-maker-efic452-ss/product_24542651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-40-watt-retro-chocolate-fountain-ecf150-red/product_24542689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-18-x-24-ali0743-c1824gg/product_1729208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-hubble-space-telescope-12-x-12-monthly-wall-calendar-34033x/product_24561032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-35-x-47-ali0743-c3547gg/product_1727321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-10-9-black-erp1200st/product_24528708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-holidays-for-days-6-2-x-5-4-day-to-day-calendar-36372/product_24560994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-greece-12-x-12-monthly-wall-calendar-33814/product_24585587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-hubble-space-telescope-12-x-12-monthly-wall-calendar-34033x/product_24585571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-14-x-19-ali0744-c1419gg/product_1729466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-hummingbirds-12-x-12-monthly-wall-calendar-33999x/product_24585576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-14-72-silver-gold-matte-erp46st-slv-gld/product_24476999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cats-dogs-12-x-12-monthly-wall-calendar-32916/product_24561070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-18-x-24-ali0744-c1824gg/product_1729207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-14-72-black-gold-matte-erp46st-blk-gld/product_24477000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-retro-5-cubic-ft-portable-mini-fridge-pink-efmis129-pink/product_24542631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-35-x-47-ali0744-c3547gg/product_1727320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-17-67-glossy-light-blue-erp11st/product_24463562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-20-8-gold-brass-erp001/product_24477003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-retro-61-can-mini-portable-fridge-with-top-mounted-active-cooling-can-holder-blue-efmis171-blue/product_24542670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-6-92-multiple-erp18st/product_24463559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fringe-doodle-cat-ceramic-mug-16-oz-white-mint-399079/product_24231612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-just-kittens-12-x-12-monthly-wall-calendar-34170/product_24561042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-24-x-32-ali0745-c2432gg/product_1732291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fresh-products-eco-fresh-air-freshener-tablet-cherry-scent-12-box-fpi12tossch/product_177008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-micro-usb-power-bank-for-android-smartphones-2500mah-leopard-rc25-m-g2-leop/product_24466334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-micro-usb-power-bank-for-android-smartphones-2500mah-pink-rc25-m-g2-pink/product_24466307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shoreline-treasures-16-x-20-ali0746-b1620mf/product_1727944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fringe-live-simply-zipper-cotton-pouch-pink-808013/product_24319547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-micro-usb-power-bank-for-most-smartphones-2500mah-blue-rc25-m-g2-blue/product_24466322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fringe-magnets-multicolor-304186/product_2675837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-staying-in-san-francisco-by-philippe-hugonnard-35-x-47-canvas-art-ph0133-c3547gg/product_2076799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-meditation-12-x-12-monthly-wall-calendar-34408/product_24561086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-android-smartphones-2500mah-usa-rc25-c-g2-usa/product_24466321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-most-smartphones-2500mah-purple-rc25-c-g2-purp/product_24466297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-14-x-19-ali0747-c1419gg/product_1729474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-11-x-14-ali0740-w1114mf/product_1729361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-chihuahuas-6-x-5-5-daily-day-to-day-calendar-multicolor-36259/product_24575164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-16-x-20-ali0740-w1620mf/product_1727951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cats-dogs-12-x-12-monthly-wall-calendar-32916/product_24585609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-classic-cars-trucks-6-x-5-5-daily-day-to-day-calendar-multicolor-36266/product_24575160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-waste-container-lids-square-swing-top-grey-fits-23-gallon-containers/product_161850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-18-x-24-ali0747-c1824gg/product_1729205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-color-block-3-5-x-6-5-weekly-monthly-planner-multicolor-39342/product_24562794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-11-x-14-ali0741-w1114mf/product_1732309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-vented-wheeled-brute-container-32-gal-plastic-gray-2179403/product_24581401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-crusoe-the-celebrity-dachshund-6-x-5-5-daily-day-to-day-calendar-multicolor-36280/product_24575017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-16-x-20-ali0741-b1620mf/product_1732314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-16-x-20-ali0741-w1620mf/product_1732308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-fishing-cartoon-a-day-6-x-5-5-daily-day-to-day-calendar-multicolor-36327/product_24575034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-down-press-bucket-and-wringer-35-quart-red-fg757888red/product_24357767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-12-000-btu-smart-window-air-conditioner-with-remote-wifi-enabled-white-fhww124wd1/product_24601120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-10-000-btu-smart-window-air-conditioner-with-remote-wifi-enabled-white-fhww104wd1/product_24601116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-above-the-shadows-break-11-x-14-ali0742-w1114mf/product_1732299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-naptime-cats-12-x-12-monthly-wall-calendar-34569/product_24561064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-side-press-bucket-and-wringer-26-quart-yellow-fg748000yel/product_24357757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-garden-view-12-x-12-monthly-wall-calendar-33609/product_24560995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-german-shepherds-6-x-5-5-daily-day-to-day-calendar-multicolor-36334/product_24575035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rue-21-gift-card-50/product_2723025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rubbermaid-web-foot-mop-head-tailband-fgt85206gr00/product_851623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-4-75-qt-1-200-watt-retro-stand-mixer-pink-estm020-pink/product_24542642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-gettin-squirrelly-12-x-12-monthly-wall-calendar-33647x/product_24561091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-14-x-19-ali0743-c1419gg/product_1729475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-greece-12-x-12-monthly-wall-calendar-33814/product_24561065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-40-pound-freestanding-ice-maker-efic452-ss/product_24542651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-40-watt-retro-chocolate-fountain-ecf150-red/product_24542689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-hubble-space-telescope-12-x-12-monthly-wall-calendar-34033x/product_24561032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-18-x-24-ali0743-c1824gg/product_1729208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-10-9-black-erp1200st/product_24528708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-greece-12-x-12-monthly-wall-calendar-33814/product_24585587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-holidays-for-days-6-2-x-5-4-day-to-day-calendar-36372/product_24560994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-35-x-47-ali0743-c3547gg/product_1727321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-hubble-space-telescope-12-x-12-monthly-wall-calendar-34033x/product_24585571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-14-x-19-ali0744-c1419gg/product_1729466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-14-72-silver-gold-matte-erp46st-slv-gld/product_24476999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-hummingbirds-12-x-12-monthly-wall-calendar-33999x/product_24585576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-retro-5-cubic-ft-portable-mini-fridge-pink-efmis129-pink/product_24542631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-18-x-24-ali0744-c1824gg/product_1729207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-14-72-black-gold-matte-erp46st-blk-gld/product_24477000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-35-x-47-ali0744-c3547gg/product_1727320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-17-67-glossy-light-blue-erp11st/product_24463562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-20-8-gold-brass-erp001/product_24477003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frigidaire-retro-61-can-mini-portable-fridge-with-top-mounted-active-cooling-can-holder-blue-efmis171-blue/product_24542670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-6-92-multiple-erp18st/product_24463559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fringe-doodle-cat-ceramic-mug-16-oz-white-mint-399079/product_24231612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-just-kittens-12-x-12-monthly-wall-calendar-34170/product_24561042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-24-x-32-ali0745-c2432gg/product_1732291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-micro-usb-power-bank-for-android-smartphones-2500mah-leopard-rc25-m-g2-leop/product_24466334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-micro-usb-power-bank-for-android-smartphones-2500mah-pink-rc25-m-g2-pink/product_24466307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shoreline-treasures-16-x-20-ali0746-b1620mf/product_1727944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fringe-live-simply-zipper-cotton-pouch-pink-808013/product_24319547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-micro-usb-power-bank-for-most-smartphones-2500mah-blue-rc25-m-g2-blue/product_24466322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fringe-magnets-multicolor-304186/product_2675837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-meditation-12-x-12-monthly-wall-calendar-34408/product_24561086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-android-smartphones-2500mah-usa-rc25-c-g2-usa/product_24466321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-most-smartphones-2500mah-purple-rc25-c-g2-purp/product_24466297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-14-x-19-ali0747-c1419gg/product_1729474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-18-x-24-ali0747-c1824gg/product_1729205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-naptime-cats-12-x-12-monthly-wall-calendar-34569/product_24561064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:55:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:55:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:55:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frito-lay-variety-corn-chips-1-oz-50-bags-pack-220-00403/product_1508124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:04 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-max-micro-usb-power-bank-for-most-smartphones-3600mah-silver-m-rc36-g1-slvr/product_24466324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:06 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:06 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-11-x-14-ali0748-b1114mf/product_1732284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-11-x-14-ali0748-w1114mf/product_1732277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-trident-lightning-micro-usb-usb-c-power-bank-for-most-devices-4000mah-silver-tr-rc40-g1-slvr/product_24466319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-max-usb-power-bank-for-most-smartphones-3600mah-black-c-rc36-g1-blck/product_24466336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-16-x-20-ali0748-b1620mf/product_1732282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-16-x-20-ali0748-w1620mf/product_1732276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-1-pocket-acrylic-letter-size-wall-file-clear-51176/product_24538133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-24-x-32-ali0748-c2432gg/product_1732279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-35-x-47-ali0748-c3547gg/product_1732278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-national-parks-7-x-7-monthly-wall-calendar-36884/product_24561027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frogtape-250-1-9-x-60-yds-masking-tape-light-blue-3-pack-105329/product_24488890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frogtape-masking-tape-0-94-x-45-yds-green-1396748/product_324828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-national-parks-7-x-7-monthly-wall-calendar-36884/product_24588659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-by-ines-kouidis-14-x-14-canvas-art-ali0996-c1414gg/product_2077758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-by-ines-kouidis-24-x-24-canvas-art-ali0996-c2424gg/product_2078761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-by-ines-kouidis-35-x-35-canvas-art-ali0996-c3535gg/product_2081387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-3-compartment-stackable-acrylic-organization-solution-clear-38600/product_24548607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frooties-green-apple-chewy-candy-28-oz-209-00088/product_184511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-14-x-19-canvas-art/product_313444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-5-piece-desk-organizer-set-acrylic-clear-53695/product_24594231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-16-x-20-black-frame-art/product_313443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-play-ball-12-x-12-monthly-wall-calendar-34934/product_24585632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-accessory-bundle-clear-gold-acrylic-brass-53700/product_24548600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-18-x-24-canvas-art/product_313446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-35-x-47-canvas-art/product_313448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-backyard-birds-box-calendar-daily-desk-5-5-x-6-37775/product_24574958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bloc-collection-wall-pencil-block-clear-gold-44628/product_24448319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-11-x-14-black-frame-art/product_313451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-bad-kitties-box-calendar-daily-desk-5-5-x-6-36167/product_24574954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-11-x-14-wood-frame-art/product_313457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-14-x-19-canvas-art/product_313453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-big-day-box-calendar-daily-desk-5-5-x-6-black-and-white-36204/product_24575026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bookend-5-15-h-clear-2-set-49793/product_24594243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-dachshunds-box-calendar-daily-desk-5-5-x-6-36297/product_24575016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-16-x-20-wood-frame-art/product_313458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-desk-organizer-5-x-8-x-2-1-2/product_2420679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frito-lay-variety-corn-chips-1-oz-50-bags-pack-220-00403/product_1508124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-11-16654762-instant-camera-white/product_24472902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-blossom-pink-16806250/product_IM102QF49 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-clay-white-16806274/product_24556390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-35-x-47-canvas-art/product_313456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-doug-the-pug-box-calendar-daily-desk-5-5-x-6-36310/product_24575024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-11-x-14-black-frame-art/product_313459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-gettin-squirrelly-box-calendar-daily-desk-5-5-x-6-36341/product_24575057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-11-x-14-wood-frame-art/product_313465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-slim-file-box-bundle-letter-size-clear-38594/product_24548604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-wall-accessory-cup-clear-gold-51407/product_24538132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-16-x-20-black-frame-art/product_313460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-brake-roller-for-5900c-scanner/product_IM16KF897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-tundra-daily-comics-box-calendar-daily-desk-5-5-x-6-36563/product_24575178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-max-micro-usb-power-bank-for-most-smartphones-3600mah-silver-m-rc36-g1-slvr/product_24466324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-cg90000-120001-cleaning-cloth-for-scanner/product_1682886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-acrylic-large-drawer-organizer-clear-98144/product_24594240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-cloth-cleaning-sheets-50-pack-cg00000-602701/product_IM16KF924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-11-x-14-wood-frame-mt0784-w1114bmf/product_2081960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-cell-phone-desktop-stand-clear-62857/product_24538134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0784-w1620bmf/product_2086079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0784-b1620mf/product_2086080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-11-x-14-ali0748-b1114mf/product_1732284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-what-labs-teach-us-weekly-engagement-calendar-6-5-x-8-5-spiral-planner-37959/product_24574964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-11-x-14-ali0748-w1114mf/product_1732277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-desktop-dispenser-clear-gold-32025/product_24448326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-800r-pa03795-b005-duplex-document-scanner-gray-black/product_24423837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-trident-lightning-micro-usb-usb-c-power-bank-for-most-devices-4000mah-silver-tr-rc40-g1-slvr/product_24466319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rush-charge-max-usb-power-bank-for-most-smartphones-3600mah-black-c-rc36-g1-blck/product_24466336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-psalms-12-x-12-monthly-wall-calendar-34996x/product_24585608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-16-x-20-ali0748-b1620mf/product_1732282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-16-x-20-ali0748-w1620mf/product_1732276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-1-pocket-acrylic-letter-size-wall-file-clear-51176/product_24538133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-24-x-32-ali0748-c2432gg/product_1732279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-35-x-47-ali0748-c3547gg/product_1732278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-national-parks-7-x-7-monthly-wall-calendar-36884/product_24561027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-pencil-holder-clear-acrylic-31730/product_24448318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frogtape-250-1-9-x-60-yds-masking-tape-light-blue-3-pack-105329/product_24488890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frogtape-masking-tape-0-94-x-45-yds-green-1396748/product_324828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-national-parks-7-x-7-monthly-wall-calendar-36884/product_24588659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-by-ines-kouidis-14-x-14-canvas-art-ali0996-c1414gg/product_2077758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-by-ines-kouidis-24-x-24-canvas-art-ali0996-c2424gg/product_2078761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-by-ines-kouidis-35-x-35-canvas-art-ali0996-c3535gg/product_2081387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-pun-intended-6-2-x-5-4-day-to-day-calendar-36501/product_24561050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-3-compartment-stackable-acrylic-organization-solution-clear-38600/product_24548607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/frooties-green-apple-chewy-candy-28-oz-209-00088/product_184511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-14-x-19-canvas-art/product_313444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-5-piece-desk-organizer-set-acrylic-clear-53695/product_24594231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-16-x-20-black-frame-art/product_313443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-play-ball-12-x-12-monthly-wall-calendar-34934/product_24585632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-accessory-bundle-clear-gold-acrylic-brass-53700/product_24548600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-18-x-24-canvas-art/product_313446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-35-x-47-canvas-art/product_313448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bloc-collection-wall-pencil-block-clear-gold-44628/product_24448319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-backyard-birds-box-calendar-daily-desk-5-5-x-6-37775/product_24574958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-11-x-14-black-frame-art/product_313451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-bad-kitties-box-calendar-daily-desk-5-5-x-6-36167/product_24574954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-11-x-14-wood-frame-art/product_313457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-14-x-19-canvas-art/product_313453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-big-day-box-calendar-daily-desk-5-5-x-6-black-and-white-36204/product_24575026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bookend-5-15-h-clear-2-set-49793/product_24594243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-16-x-20-wood-frame-art/product_313458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-dachshunds-box-calendar-daily-desk-5-5-x-6-36297/product_24575016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-desk-organizer-5-x-8-x-2-1-2/product_2420679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-11-16654762-instant-camera-white/product_24472902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-blossom-pink-16806250/product_IM102QF49 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-clay-white-16806274/product_24556390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-35-x-47-canvas-art/product_313456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-11-x-14-black-frame-art/product_313459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-doug-the-pug-box-calendar-daily-desk-5-5-x-6-36310/product_24575024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-gettin-squirrelly-box-calendar-daily-desk-5-5-x-6-36341/product_24575057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-11-x-14-wood-frame-art/product_313465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-slim-file-box-bundle-letter-size-clear-38594/product_24548604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-wall-accessory-cup-clear-gold-51407/product_24538132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-16-x-20-black-frame-art/product_313460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-brake-roller-for-5900c-scanner/product_IM16KF897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-tundra-daily-comics-box-calendar-daily-desk-5-5-x-6-36563/product_24575178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-cg90000-120001-cleaning-cloth-for-scanner/product_1682886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-acrylic-large-drawer-organizer-clear-98144/product_24594240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-cloth-cleaning-sheets-50-pack-cg00000-602701/product_IM16KF924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-11-x-14-wood-frame-mt0784-w1114bmf/product_2081960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-cell-phone-desktop-stand-clear-62857/product_24538134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0784-w1620bmf/product_2086079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0784-b1620mf/product_2086080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-what-labs-teach-us-weekly-engagement-calendar-6-5-x-8-5-spiral-planner-37959/product_24574964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-desktop-dispenser-clear-gold-32025/product_24448326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:56:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-800r-pa03795-b005-duplex-document-scanner-gray-black/product_24423837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-psalms-12-x-12-monthly-wall-calendar-34996x/product_24585608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-pencil-holder-clear-acrylic-31730/product_24448318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-pun-intended-6-2-x-5-4-day-to-day-calendar-36501/product_24561050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-8270-duplex-image-scanner-black-pa03810-b555/product_IM104RX56 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-tray-clear-acrylic-31383/product_24448321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:32 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-imagescanner-n7100e-pa03706-b505-cordless-adf-scanner-black/product_IM18HG493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-puppy-playmates-12-x-12-monthly-wall-calendar-35054x/product_24585574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:34 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:34 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-11-x-14-white-matted-silver-frame-rs023-s1114mf/product_2081190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-rainbows-12-x-12-monthly-wall-calendar-35085/product_24585617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-16-x-20-black-matted-silver-frame-rs023-s1620bmf/product_2084834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:35 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:35 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-simon-s-cat-6-x-5-5-daily-day-to-day-calendar-multicolor-36518/product_24575219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-pa03770-0015-photo-carrier-sheet-for-scansnap-ix1500-scanner-3-pack/product_IM15NQ890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-dry-erase-magnet-clear-gold-6-pack-62856/product_24538128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-seasons-12-x-12-monthly-wall-calendar-35276x/product_24585613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-pick-roller-for-fi-7600-fi-7700-scanners-3-set-pa03740-k011/product_IM16KF918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-hanging-file-folder-straight-cut-letter-size-bright-white-10-pack-82372/product_24514181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strongman-by-dan-monteavaro-14-x-19-canvas-art-ali0961-c1419gg/product_2079402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-in-due-time-notepads-white-gold-80-sheets-pad-3-pads-set-27619/product_24448308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sloths-12-x-12-monthly-wall-calendar-35436/product_24585616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-scanaid-kit/product_IM16KF879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sunflowers-12-x-12-monthly-wall-calendar-35528/product_24561053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:36 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:36 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-today-i-learned-12-x-12-monthly-wall-calendar-35610/product_24585597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-scanaid-maintenance-kit/product_IM16KF873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-scanner-pick-roller/product_IM16KF892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-travel-junkie-12-x-12-monthly-wall-calendar-37522/product_24561008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-ix1300-wireless-duplex-document-scanner-black-pa03805-b105/product_24512298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-signature-notebook-9-x-11-college-ruled-98-sheets-frosted-44451/product_24469123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-signature-notepad-5-25-x-11-ruled-white-13-sheets-pad-1-pad-pack-44308/product_24448314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-18-x-24-canvas-art-mt0519-c1824gg/product_2078468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-slim-file-box-clear-acrylic-31733/product_24514189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-pa03360-0013-intended-carrier-sheet-for-scansnap-fi-5110eox2-s1100/product_IM15NQ889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-waterfalls-12-x-12-monthly-wall-calendar-35788/product_24585603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-sp-1425-pa03753-b005-desktop-scanner-white/product_2938934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fun-fabulous-100-00-gift-card-email-delivery-1023994b10000/product_24577676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russound-aw4-ls-br-4-inch-2-way-landscape-satellite-outdoor-speaker-brown/product_24443705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fun-fabulous-50-00-gift-card-email-delivery-1023994b5000/product_24577674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-22-x-32-canvas-art/product_491781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wildflowers-12-x-12-monthly-wall-calendar-35986/product_24561058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wonders-of-the-world-12-x-12-monthly-wall-calendar-37539/product_24585607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fun-science-large-pipettes-25-pack-fi-p105a/product_1111100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-hard-hat-v2100-gloss-safety-spray-paint-yellow-15-oz-6-pack-v2143838/product_24490498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-8270-duplex-image-scanner-black-pa03810-b555/product_IM104RX56 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-hard-hat-v2100-gloss-spray-paint-black-15-oz-6-pack-v2179838/product_24490496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-14-x-19-canvas-art/product_317645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer-black-f101-bsbl2/product_24585725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-af1600-athletic-field-striping-paint-white-17-oz-spray-12-pack-206043/product_24383726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-multipurpose-enamel-spray-black-12-oz-6-pack-1676830v/product_24552436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer-navy-f101-bsna2/product_24585714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-35-x-47-canvas-art/product_317648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-zen-12-x-12-monthly-wall-calendar-36082/product_24585658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-2026-at-a-glance-9-x-11-monthly-planner-faux-leather-cover-blue-70-250-20-25/product_24583034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-11-x-14-white-matted-black-frame-ma0611-b1114mf/product_2082173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/function101-cable-blocks-magnetic-cable-management-system-orange-4-pack-f101-cborg/product_24585724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-2026-blue-sky-3-63-x-6-13-monthly-planner-paperboard-cover-black-148423/product_24585026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-tray-clear-acrylic-31383/product_24448321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-fluorescent-green/product_712387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-14-x-19-canvas-art-ma0611-c1419gg/product_2079178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-16-x-20-black-matted-black-frame-ma0611-b1620bmf/product_2086254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-16-x-20-black-matted-wood-frame-ma0611-w1620bmf/product_2086252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-2026-blue-sky-moment-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-148325/product_24584848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-white-17-oz-12-pack-203030v/product_24552446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-leakseal-self-fusing-silicone-tape-black/product_24383702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-35-x-47-canvas-art-ma0611-c3547gg/product_2080565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-imagescanner-n7100e-pa03706-b505-cordless-adf-scanner-black/product_IM18HG493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/function101-elevate-10-94-x-10-plastic-laptop-stand-white-gray-f101-elwhp/product_24585721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-puppy-playmates-12-x-12-monthly-wall-calendar-35054x/product_24585574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-11-x-8-5-daily-monthly-planner-refill-white-brown-491-125-25/product_24583043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-11-x-8-5-monthly-wall-calendar-white-purple-pm170-28-25/product_24582716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-11-x-14-white-matted-silver-frame-rs023-s1114mf/product_2081190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-rainbows-12-x-12-monthly-wall-calendar-35085/product_24585617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-16-x-20-black-matted-silver-frame-rs023-s1620bmf/product_2084834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-11-x-8-5-weekly-monthly-planner-refill-white-brown-491-285-25/product_24583046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-simon-s-cat-6-x-5-5-daily-day-to-day-calendar-multicolor-36518/product_24575219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-pa03770-0015-photo-carrier-sheet-for-scansnap-ix1500-scanner-3-pack/product_IM15NQ890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-dry-erase-magnet-clear-gold-6-pack-62856/product_24538128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-seasons-12-x-12-monthly-wall-calendar-35276x/product_24585613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-pick-roller-for-fi-7600-fi-7700-scanners-3-set-pa03740-k011/product_IM16KF918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-11-x-14-black-frame-art/product_315098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-hanging-file-folder-straight-cut-letter-size-bright-white-10-pack-82372/product_24514181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-in-due-time-notepads-white-gold-80-sheets-pad-3-pads-set-27619/product_24448308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sloths-12-x-12-monthly-wall-calendar-35436/product_24585616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-scanaid-kit/product_IM16KF879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strongman-by-dan-monteavaro-14-x-19-canvas-art-ali0961-c1419gg/product_2079402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/function101-stay-cable-lightning-to-usb-a-charging-cable-2-ft-black-f101-sclbb/product_24585709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sunflowers-12-x-12-monthly-wall-calendar-35528/product_24561053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-today-i-learned-12-x-12-monthly-wall-calendar-35610/product_24585597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-scanner-pick-roller/product_IM16KF892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-travel-junkie-12-x-12-monthly-wall-calendar-37522/product_24561008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-scanaid-maintenance-kit/product_IM16KF873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-ix1300-wireless-duplex-document-scanner-black-pa03805-b105/product_24512298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-signature-notebook-9-x-11-college-ruled-98-sheets-frosted-44451/product_24469123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-signature-notepad-5-25-x-11-ruled-white-13-sheets-pad-1-pad-pack-44308/product_24448314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-18-x-24-canvas-art-mt0519-c1824gg/product_2078468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russellhazel-slim-file-box-clear-acrylic-31733/product_24514189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fun-fabulous-100-00-gift-card-email-delivery-1023994b10000/product_24577676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/russound-aw4-ls-br-4-inch-2-way-landscape-satellite-outdoor-speaker-brown/product_24443705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-waterfalls-12-x-12-monthly-wall-calendar-35788/product_24585603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-sp-1425-pa03753-b005-desktop-scanner-white/product_2938934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-pa03360-0013-intended-carrier-sheet-for-scansnap-fi-5110eox2-s1100/product_IM15NQ889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fun-fabulous-50-00-gift-card-email-delivery-1023994b5000/product_24577674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-22-x-32-canvas-art/product_491781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wildflowers-12-x-12-monthly-wall-calendar-35986/product_24561058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wonders-of-the-world-12-x-12-monthly-wall-calendar-37539/product_24585607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-hard-hat-v2100-gloss-safety-spray-paint-yellow-15-oz-6-pack-v2143838/product_24490498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-hard-hat-v2100-gloss-spray-paint-black-15-oz-6-pack-v2179838/product_24490496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fun-science-large-pipettes-25-pack-fi-p105a/product_1111100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer-black-f101-bsbl2/product_24585725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-14-x-19-canvas-art/product_317645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-af1600-athletic-field-striping-paint-white-17-oz-spray-12-pack-206043/product_24383726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-35-x-47-canvas-art/product_317648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer-navy-f101-bsna2/product_24585714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-multipurpose-enamel-spray-black-12-oz-6-pack-1676830v/product_24552436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-zen-12-x-12-monthly-wall-calendar-36082/product_24585658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-2026-at-a-glance-9-x-11-monthly-planner-faux-leather-cover-blue-70-250-20-25/product_24583034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-11-x-14-white-matted-black-frame-ma0611-b1114mf/product_2082173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/function101-cable-blocks-magnetic-cable-management-system-orange-4-pack-f101-cborg/product_24585724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-2026-blue-sky-3-63-x-6-13-monthly-planner-paperboard-cover-black-148423/product_24585026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-fluorescent-green/product_712387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-14-x-19-canvas-art-ma0611-c1419gg/product_2079178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-16-x-20-black-matted-black-frame-ma0611-b1620bmf/product_2086254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-2026-blue-sky-moment-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-148325/product_24584848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-16-x-20-black-matted-wood-frame-ma0611-w1620bmf/product_2086252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-white-17-oz-12-pack-203030v/product_24552446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/rust-oleum-leakseal-self-fusing-silicone-tape-black/product_24383702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-35-x-47-canvas-art-ma0611-c3547gg/product_2080565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-11-x-8-5-monthly-wall-calendar-white-purple-pm170-28-25/product_24582716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/function101-elevate-10-94-x-10-plastic-laptop-stand-white-gray-f101-elwhp/product_24585721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-11-x-8-5-daily-monthly-planner-refill-white-brown-491-125-25/product_24583043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-11-x-8-5-weekly-monthly-planner-refill-white-brown-491-285-25/product_24583046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-11-x-14-black-frame-art/product_315098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/function101-stay-cable-lightning-to-usb-a-charging-cable-2-ft-black-f101-sclbb/product_24585709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-16-x-20-black-frame-art/product_315099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:56:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:56:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:00 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:00 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:01 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:01 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fusion-4-compartment-stackable-plastic-compartment-storage-white-gray-4-pack-37592/product_2432543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:02 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-22-x-32-canvas-art/product_315102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:02 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-30-x-47-canvas-art/product_315103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-15-x-12-monthly-wall-calendar-white-purple-pm8-28-25/product_24583012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:03 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/s-m-arnold-30-small-broom/product_975871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:03 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:04 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fusion-letter-tray-white-and-gray-37522/product_2432539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/s-m-arnold-inc-small-broom-30-2-pack-sma92416-2/product_24515384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/s-m-arnold-whisk-broom-and-dust-pan-set-smae85655/product_975940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-field-of-poppies-18-x-24-canvas-art/product_314269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-white-black-sk1170-00-25/product_24582714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-force-13-78-fabric-travel-organizer-water-resistant-black-25589/product_24597920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/s-video-or-composite-to-hdmi-converter-with-audio-720p-ntsc-and-pal/product_IM17AG175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-in-giverny-18-x-24-canvas-art/product_313984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-in-giverny-24-x-32-canvas-art/product_313985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-24-hour-5-x-8-daily-appointment-book-planner-faux-leather-cover-black-70-203-05-25/product_24583044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-24-x-36-yearly-wall-calendar-white-purple-pm12-28-25/product_24582794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/sabre-personal-alarm-red-supports-rainn-sbcparainn01/product_2637666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/sabrent-13-port-usb-2-0-hub-hb-u14p/product_IM1TW7629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-force-xplorer-5-piece-rfid-passport-holder-set-brown-26719-ast/product_24597935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-14-x-19-canvas-art/product_312943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-16-x-20-black-frame-art/product_312942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/sabrent-sb-rocket-4tb-4tb-pci-express-internal-solid-state-drive/product_IM17QK440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-active-grip-seamless-nylon-knit-with-nitrile-coating-xl-12-pr/product_177592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/sabrent-6-ft-usb-2-0-to-9-pin-db-9-rs-232-serial-adapter-cable-black/product_IM1PG0477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-22-x-32-canvas-art/product_312945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-white-blue-pm200-28-25/product_24582806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-35-x-47-canvas-art/product_312946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-force-seamless-cotton-polyester-knit-with-latex-coating-12-pack/product_SS163416493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-white-red-pm26-28-25/product_24582791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-1-pocket-steel-legal-size-wall-file-black-3171bl/product_711453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-1-pocket-aluminum-wall-file-gray-50026/product_517642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-5-x-8-5-daily-monthly-planner-refill-pages-white-brown-481-225-25/product_24583039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-10-compartment-literature-organizers-19-5-x-16-medium-oak-9420mo/product_515971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-16-x-20-white-matted-black-frame-ks01088-b1620mf/product_2086275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-5-x-8-5-monthly-planner-refill-pages-white-brown-481-685y-25/product_24583038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-16-x-24-canvas-art-ks01088-c1624gg/product_2081054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-5-x-8-5-weekly-monthly-planner-refill-white-gray-061-285y-25/product_24583027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-xl-12pr/product_179941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-5-x-8-5-monthly-planner-refill-pages-white-gray-061-685y-25/product_24583078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-30-x-47-canvas-art-ks01088-c3047gg/product_2077035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-16-x-20-black-frame-art/product_315099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-75-x-8-5-monthly-planner-refill-multicolor-061-685-25/product_24583029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-x-8-daily-appointment-book-planner-faux-leather-cover-black-70-800-05-25/product_24583051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-np-seamless-nylon-knit-with-polyurethane-coating-small-white-12-pr/product_179929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunday-in-the-park-35-x-47-canvas-art/product_314067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-np-seamless-nylon-knit-with-polyurethane-coating-white-12-pk/product_SS163416478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-2-drawer-mobile-file-cabinet-specialty-size-lockable-45-h-x-32-w-x-21-5-d-beige-5023ah/product_278928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-x-8-weekly-appointment-book-faux-leather-cover-black-70-075-05-25/product_24583010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-18-x-18-canvas-art/product_33546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-gp-nylon-polyurethane-gloves-black-dozen-33-b125-xl/product_179498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-gp-polyurethane-coating-nylon-gloves-gray-dozen-33-g125-l/product_179921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-7-x-8-75-monthly-planner-faux-leather-cover-black-70-120-05-25/product_24582991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-black-matted-black-frame-sg5734-b1111bmf/product_2081092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fusion-4-compartment-stackable-plastic-compartment-storage-white-gray-4-pack-37592/product_2432543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-2-shelf-plastic-poly-mobile-machine-stand-with-swivel-wheels-gray-1859gr/product_805732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-black-matted-wood-frame-sg5734-w1111bmf/product_2081090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-22-lab-stool-black-3431bl/product_615205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-kev-seamless-knit-nitrile-coated-cut-resistant-gloves-ansi-a2-yellow-large-12-pairs-09-k1450-m/product_179392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-22-x-32-canvas-art/product_315102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-white-matted-wood-frame-sg5734-w1111mf/product_2081089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-25-x-11-weekly-appointment-book-faux-leather-cover-black-70-950-05-25/product_24583020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-30-x-47-canvas-art/product_315103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-25-x-11-weekly-appointment-book-faux-leather-cover-blue-70-940-20-25/product_24583032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-kev-seamless-knit-nitrile-coated-cut-resistant-gloves-ansi-a2-yellow-small-12-pairs-09-k1450-m/product_179394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-15-x-12-monthly-wall-calendar-white-purple-pm8-28-25/product_24583012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-16-x-16-black-matted-black-frame-sg5734-b1616bmf/product_2080326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/s-m-arnold-30-small-broom/product_975871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/fusion-letter-tray-white-and-gray-37522/product_2432539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/s-m-arnold-inc-small-broom-30-2-pack-sma92416-2/product_24515384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-field-of-poppies-18-x-24-canvas-art/product_314269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/s-m-arnold-whisk-broom-and-dust-pan-set-smae85655/product_975940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-white-black-sk1170-00-25/product_24582714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-force-13-78-fabric-travel-organizer-water-resistant-black-25589/product_24597920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-npg-seamless-knit-work-gloves-nylon-with-polyurethane-coating-extra-large-gray-12-pairs/product_179920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/s-video-or-composite-to-hdmi-converter-with-audio-720p-ntsc-and-pal/product_IM17AG175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-in-giverny-18-x-24-canvas-art/product_313984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-in-giverny-24-x-32-canvas-art/product_313985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-24-hour-5-x-8-daily-appointment-book-planner-faux-leather-cover-black-70-203-05-25/product_24583044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-npg-seamless-knit-work-gloves-nylon-with-polyurethane-coating-gray-12-pack/product_SS163416365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-24-x-36-yearly-wall-calendar-white-purple-pm12-28-25/product_24582794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/sabre-personal-alarm-red-supports-rainn-sbcparainn01/product_2637666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/sabrent-13-port-usb-2-0-hub-hb-u14p/product_IM1TW7629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-force-xplorer-5-piece-rfid-passport-holder-set-brown-26719-ast/product_24597935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-14-x-19-canvas-art/product_312943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-16-x-20-black-frame-art/product_312942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/sabrent-sb-rocket-4tb-4tb-pci-express-internal-solid-state-drive/product_IM17QK440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/sabrent-6-ft-usb-2-0-to-9-pin-db-9-rs-232-serial-adapter-cable-black/product_IM1PG0477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-active-grip-seamless-nylon-knit-with-nitrile-coating-xl-12-pr/product_177592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-22-x-32-canvas-art/product_312945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-white-blue-pm200-28-25/product_24582806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-35-x-47-canvas-art/product_312946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-force-seamless-cotton-polyester-knit-with-latex-coating-12-pack/product_SS163416493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-white-red-pm26-28-25/product_24582791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-1-pocket-steel-legal-size-wall-file-black-3171bl/product_711453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-1-pocket-aluminum-wall-file-gray-50026/product_517642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-5-x-8-5-daily-monthly-planner-refill-pages-white-brown-481-225-25/product_24583039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-10-compartment-literature-organizers-19-5-x-16-medium-oak-9420mo/product_515971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-16-x-20-white-matted-black-frame-ks01088-b1620mf/product_2086275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-5-x-8-5-monthly-planner-refill-pages-white-brown-481-685y-25/product_24583038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-16-x-24-canvas-art-ks01088-c1624gg/product_2081054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-5-x-8-5-weekly-monthly-planner-refill-white-gray-061-285y-25/product_24583027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-xl-12pr/product_179941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-5-x-8-5-monthly-planner-refill-pages-white-gray-061-685y-25/product_24583078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-30-x-47-canvas-art-ks01088-c3047gg/product_2077035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-75-x-8-5-monthly-planner-refill-multicolor-061-685-25/product_24583029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-x-8-daily-appointment-book-planner-faux-leather-cover-black-70-800-05-25/product_24583051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-np-seamless-nylon-knit-with-polyurethane-coating-small-white-12-pr/product_179929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunday-in-the-park-35-x-47-canvas-art/product_314067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-np-seamless-nylon-knit-with-polyurethane-coating-white-12-pk/product_SS163416478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-2-drawer-mobile-file-cabinet-specialty-size-lockable-45-h-x-32-w-x-21-5-d-beige-5023ah/product_278928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-x-8-weekly-appointment-book-faux-leather-cover-black-70-075-05-25/product_24583010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-18-x-18-canvas-art/product_33546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-gp-nylon-polyurethane-gloves-black-dozen-33-b125-xl/product_179498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-gp-polyurethane-coating-nylon-gloves-gray-dozen-33-g125-l/product_179921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-7-x-8-75-monthly-planner-faux-leather-cover-black-70-120-05-25/product_24582991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-black-matted-black-frame-sg5734-b1111bmf/product_2081092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-2-shelf-plastic-poly-mobile-machine-stand-with-swivel-wheels-gray-1859gr/product_805732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-black-matted-wood-frame-sg5734-w1111bmf/product_2081090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-22-lab-stool-black-3431bl/product_615205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-kev-seamless-knit-nitrile-coated-cut-resistant-gloves-ansi-a2-yellow-large-12-pairs-09-k1450-m/product_179392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-white-matted-wood-frame-sg5734-w1111mf/product_2081089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-25-x-11-weekly-appointment-book-faux-leather-cover-black-70-950-05-25/product_24583020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-25-x-11-weekly-appointment-book-faux-leather-cover-blue-70-940-20-25/product_24583032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-kev-seamless-knit-nitrile-coated-cut-resistant-gloves-ansi-a2-yellow-small-12-pairs-09-k1450-m/product_179394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-16-x-16-black-matted-black-frame-sg5734-b1616bmf/product_2080326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-npg-seamless-knit-work-gloves-nylon-with-polyurethane-coating-extra-large-gray-12-pairs/product_179920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/g-tek-npg-seamless-knit-work-gloves-nylon-with-polyurethane-coating-gray-12-pack/product_SS163416365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:57:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gaiam-estate-blue-and-red-yoga-mat-towel-05-61710/product_24445346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-29-1-2-h-aberdeen-storage-cabinet-gray-steel-asclgs/product_1961518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-5-x-11-monthly-planner-refill-pages-white-brown-491-685-25/product_24583057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-35-x-35-canvas-art-sg5731-c3535gg/product_2078884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gain-aroma-boost-he-liquid-laundry-detergent-moonlight-breeze-scent-107-loads-154-fl-oz-77196/product_24539942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:29 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:29 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-3-shelf-metal-mobile-kitchen-cart-with-lockable-wheels-black-8964bl/product_599669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-by-michael-harrison-16-x-16-white-matted-silver-frame-ali0294-s1616mf/product_2084365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-10-monthly-planner-faux-leather-cover-black-70-130-05-25/product_24582765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gain-flings-laundry-detergent-capsules-56-oz-76-capsules-91796/product_24528378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-3-shelf-metal-mobile-utility-cart-with-lockable-wheels-black-5338bl/product_147996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-11-x-14-black-matted-black-frame-sg5737-b1114bmf/product_2081010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-30-h-modular-break-room-breakroom-wall-cabinet-mahogany-slate-1700mh/product_1671893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gain-pods-laundry-detergent-assorted-scents/product_SS241224379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-11-weekly-monthly-appointment-book-faux-leather-cover-black-33351-2501/product_24582741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-4-5-daily-calendar-refill-white-black-e210-50-25/product_24582711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-32-compartment-wood-compartment-storage-medium-oak-9494mo/product_148433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-32-lab-stool-black-3436bl/product_2366313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-9-x-11-monthly-planner-faux-leather-cover-red-70-250-13-25/product_24582784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-16-x-24-canvas-art-sg5737-c1624gg/product_2077876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-3434-polyurethane-economy-lab-stool-black-3434blz0/product_148255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-32-25-x-38-medium-oak-7121mo/product_490368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-21-75-x-17-monthly-desk-pad-calendar-white-black-sk24x-00-25/product_24582695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-5-x-8-weekly-monthly-planner-faux-leather-cover-charcoal-70-100x-45-25/product_24582771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-39-25-x-24-medium-oak-9424mo/product_396048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-mail-sorters-33-75-x-32-75-black-7766bl/product_931308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-200-email-delivery/product_1204224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-30-x-47-canvas-art-ks01100-c3047gg/product_2076992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-through-the-trees-18-x-24-canvas-art/product_313963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-36-h-modular-break-room-three-drawer-base-cabinet-mahogany-slate-1703mh/product_1671884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-36-h-modular-break-room-three-drawer-base-cabinet-asian-night-black-1703an/product_1671886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-50-email-delivery/product_970616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunny-red-flowers-35-x-47-canvas-art/product_317542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-16-x-20-wood-frame-art/product_317170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-16-x-24-canvas-art/product_317166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-weekly-appointment-book-faux-leather-cover-black-g210-00-25/product_24583000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-30-x-47-canvas-art/product_317168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gardner-bender-17-heavy-duty-cable-ties-uv-black-50-box/product_1012527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gardner-bender-cable-tie-natural-1000-bag-46-308mn/product_848248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-7-x-8-75-weekly-planner-faux-leather-cover-black-g535-00-25/product_24582775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garland-manufacturing-hammer-faces-rawhide-face-size-4/product_711438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-5-x-11-monthly-planner-poly-cover-gray-gc470-07-25/product_24583065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gaiam-estate-blue-and-red-yoga-mat-towel-05-61710/product_24445346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garment-bags-0-6-mil-21-x-7-x-30-clear-630-roll-gb21730/product_2300809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-11-4-person-daily-appointment-book-faux-leather-cover-black-g560-00-25/product_24583064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-argenteuil-26-x-32-canvas-art/product_314273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-11-weekly-appointment-book-faux-leather-cover-black-g520-00-25/product_24583003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-6-compartments-steel-file-organizer-black-3128bl/product_147941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garmin-010-02060-20-edge-530-gps-cycling-computer-and-mountain-bike-bundle/product_24526070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garmin-010-02133-00-montana-700-rugged-gps-touchscreen-navigator/product_24526066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-16-x-16-white-matted-wood-frame-ali1082-w1616mf/product_2084280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garmin-010-02313-00-dezl-otr700-7-gps-truck-navigator/product_24526065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-72-compartment-literature-organizers-9-75-x-13-5-black-7131bl/product_490369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-72-h-steel-storage-cabinet-gray/product_76724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-executive-7-x-8-75-weekly-monthly-planner-faux-leather-cover-black-g546-00-25/product_24583004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-29-1-2-h-aberdeen-storage-cabinet-gray-steel-asclgs/product_1961518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-executive-11-x-9-monthly-padfolio-refill-white-black-70-909-10-25/product_24582753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-ettavee-5-5-x-8-5-daily-monthly-planner-refill-multicolor-ev81-125-25/product_24583042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garmin-010-02314-00-dezl-otr800-8-in-gps-truck-navigator/product_24526071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-executive-21-75-x-17-monthly-desk-pad-calendar-green-white-ht1500-25/product_24582801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-executive-8-25-x-11-weekly-monthly-appointment-book-faux-leather-cover-black-70-nx81-05-25/product_24582723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-5-x-11-monthly-planner-refill-pages-white-brown-491-685-25/product_24583057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-78-tan-storage-locker-5526tn/product_372472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-35-x-35-canvas-art-sg5731-c3535gg/product_2078884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-conversations-by-beata-czyzowska-young-16x16-frm-art-wht-mtd-bc0149-b1616mf/product_1552814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gain-aroma-boost-he-liquid-laundry-detergent-moonlight-breeze-scent-107-loads-154-fl-oz-77196/product_24539942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-78-tan-storage-locker-5527tn/product_372473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-harmony-8-5-x-11-weekly-monthly-planner-poly-cover-beetroot-1099-905-56-25/product_24582795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-3-shelf-metal-mobile-kitchen-cart-with-lockable-wheels-black-8964bl/product_599669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-by-michael-harrison-16-x-16-white-matted-silver-frame-ali0294-s1616mf/product_2084365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-10-monthly-planner-faux-leather-cover-black-70-130-05-25/product_24582765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gain-flings-laundry-detergent-capsules-56-oz-76-capsules-91796/product_24528378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-3-shelf-metal-mobile-utility-cart-with-lockable-wheels-black-5338bl/product_147996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-30-h-modular-break-room-breakroom-wall-cabinet-mahogany-slate-1700mh/product_1671893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-11-x-14-black-matted-black-frame-sg5737-b1114bmf/product_2081010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gain-pods-laundry-detergent-assorted-scents/product_SS241224379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-9902-stainless-steel-medical-receptacle-silver-7-5-gal-9902ss/product_148463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-11-weekly-monthly-appointment-book-faux-leather-cover-black-33351-2501/product_24582741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-4-5-daily-calendar-refill-white-black-e210-50-25/product_24582711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-32-compartment-wood-compartment-storage-medium-oak-9494mo/product_148433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-11-x-14-white-matted-black-frame-ma0613-b1114mf/product_2082135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-9-x-11-monthly-planner-faux-leather-cover-red-70-250-13-25/product_24582784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-32-lab-stool-black-3436bl/product_2366313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-16-x-24-canvas-art-sg5737-c1624gg/product_2077876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-3434-polyurethane-economy-lab-stool-black-3434blz0/product_148255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-32-25-x-38-medium-oak-7121mo/product_490368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-21-75-x-17-monthly-desk-pad-calendar-white-black-sk24x-00-25/product_24582695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-5-x-8-weekly-monthly-planner-faux-leather-cover-charcoal-70-100x-45-25/product_24582771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-mail-sorters-33-75-x-32-75-black-7766bl/product_931308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-39-25-x-24-medium-oak-9424mo/product_396048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-200-email-delivery/product_1204224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-30-x-47-canvas-art-ks01100-c3047gg/product_2076992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-through-the-trees-18-x-24-canvas-art/product_313963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-36-h-modular-break-room-three-drawer-base-cabinet-mahogany-slate-1703mh/product_1671884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-36-h-modular-break-room-three-drawer-base-cabinet-asian-night-black-1703an/product_1671886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-50-email-delivery/product_970616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-16-x-20-wood-frame-art/product_317170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunny-red-flowers-35-x-47-canvas-art/product_317542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-16-x-24-canvas-art/product_317166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-weekly-appointment-book-faux-leather-cover-black-g210-00-25/product_24583000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garland-manufacturing-hammer-faces-rawhide-face-size-4/product_711438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-7-x-8-75-weekly-planner-faux-leather-cover-black-g535-00-25/product_24582775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gardner-bender-cable-tie-natural-1000-bag-46-308mn/product_848248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gardner-bender-17-heavy-duty-cable-ties-uv-black-50-box/product_1012527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-30-x-47-canvas-art/product_317168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-5-x-11-monthly-planner-poly-cover-gray-gc470-07-25/product_24583065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garment-bags-0-6-mil-21-x-7-x-30-clear-630-roll-gb21730/product_2300809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garmin-010-02133-00-montana-700-rugged-gps-touchscreen-navigator/product_24526066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-argenteuil-26-x-32-canvas-art/product_314273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-6-compartments-steel-file-organizer-black-3128bl/product_147941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garmin-010-02060-20-edge-530-gps-cycling-computer-and-mountain-bike-bundle/product_24526070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-11-weekly-appointment-book-faux-leather-cover-black-g520-00-25/product_24583003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-11-4-person-daily-appointment-book-faux-leather-cover-black-g560-00-25/product_24583064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-16-x-16-white-matted-wood-frame-ali1082-w1616mf/product_2084280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garmin-010-02313-00-dezl-otr700-7-gps-truck-navigator/product_24526065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-72-h-steel-storage-cabinet-gray/product_76724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garmin-010-02314-00-dezl-otr800-8-in-gps-truck-navigator/product_24526071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-executive-7-x-8-75-weekly-monthly-planner-faux-leather-cover-black-g546-00-25/product_24583004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-executive-11-x-9-monthly-padfolio-refill-white-black-70-909-10-25/product_24582753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-72-compartment-literature-organizers-9-75-x-13-5-black-7131bl/product_490369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-ettavee-5-5-x-8-5-daily-monthly-planner-refill-multicolor-ev81-125-25/product_24583042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-executive-21-75-x-17-monthly-desk-pad-calendar-green-white-ht1500-25/product_24582801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-executive-8-25-x-11-weekly-monthly-appointment-book-faux-leather-cover-black-70-nx81-05-25/product_24582723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-conversations-by-beata-czyzowska-young-16x16-frm-art-wht-mtd-bc0149-b1616mf/product_1552814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-78-tan-storage-locker-5527tn/product_372473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-78-tan-storage-locker-5526tn/product_372472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-harmony-8-5-x-11-weekly-monthly-planner-poly-cover-beetroot-1099-905-56-25/product_24582795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-11-x-14-white-matted-black-frame-ma0613-b1114mf/product_2082135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-9902-stainless-steel-medical-receptacle-silver-7-5-gal-9902ss/product_148463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garmin-etrex-22x-rugged-handheld-gps-010-02256-00/product_24440106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-16-x-20-black-matted-black-frame-ma0613-b1620bmf/product_2086247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-paper-flowers-21-75-x-17-monthly-desk-pad-calendar-pink-brown-5035-25/product_24582803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-72-bowfront-desk-gray-steel-abd7242lgs/product_1961528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-24-x-32-canvas-art-ma0613-c2432gg/product_2078164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-35-x-47-canvas-art-ma0613-c3547gg/product_2080529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificate-holders-8-5-x-11-red-6-pack-60894/product_816104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-96-w-boat-shaped-table-mocha-actb8ldc/product_842599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-collection-in-mocha-contour-bridge/product_734982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-collection-in-mocha-credenza-shell/product_735024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-8-5-x-11-orange-blue-white-green-12-pack-73865/product_951235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-8-5-x-11-ivory-gold-15-pack-36004-s/product_487916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-credenza-pedestal-20-d-gray-steel-aff20lgs/product_1961519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-credenza-pedestal-pencil-box-box-file-20-d-gray-steel-apbbf20lgs/product_1961520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:57:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-11-x-14-black-matted-black-frame-ma0642-b1114bmf/product_2082057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-white-blue-gold-15-pack-36001-s/product_484769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-parchment-gold-foil-15-carton-77743/product_816095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-7-x-8-75-monthly-planner-faux-leather-cover-black-76-08-05-25/product_24582740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-round-table-mocha-29-1-2-h-x-42-diameter-actr42ldc/product_842549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-8-x-10-weekly-monthly-appointment-book-faux-leather-cover-black-76-01-05-25/product_24583006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-single-pedestal-credenza-pencil-box-box-file-mocha-27-1-2-h-x-15-1-4-w-x-20-d/product_846441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-16-x-20-white-matted-black-frame-ma0642-b1620mf/product_2086175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-single-pedestal-desk-file-file-mocha-aff26ldc/product_846443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-reverie-24-x-32-canvas-art/product_313988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-26-42-plastic-steel-adjustable-desk-white-black-1204de/product_24430954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-reverie-35-x-47-canvas-art/product_313989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-scenic-12-x-27-three-month-wall-calendar-dmw503-28-25/product_24582704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-matte-personal-thank-you-notecard-kit-white-pearl-50-pack-61506/product_519590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-matte-personal-thank-you-notecards-kraft-white-50-pack-83642/product_1966003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-matte-thank-you-notecards-ivory-pearl-50-pack-61505/product_519591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-painterly-holly-photocard-5-x-7-20-pack-64723/product_2437044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-seasons-in-bloom-36-x-24-yearly-wall-calendar-pa133-25/product_24582717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-pink-and-gold-foil-invite-10-count-6-x-4-83769/product_2465617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-35-x-47-canvas-art/product_313472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-pebble-gray-1221gr/product_24488063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-printable-award-stickers-silver-gold-48-pack-73866/product_951236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-seals-white-gold-48-pack-18553/product_1966004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-signature-collection-8-5-x-11-weekly-monthly-planner-faux-leather-cover-brown-yp905-09-25/product_24582743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-silver-many-thanks-tags-24-count-silver-18528/product_2465628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematist-composition-16-x-20-wood-frame-art/product_313482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-beige-desktop-with-out-book-box-26-42-h-x-28-w-x-20-d/product_829708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garmin-etrex-22x-rugged-handheld-gps-010-02256-00/product_24440106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-smooth-general-use-blank-cards-white-pearl-50-pack-60023/product_510250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surfs-up-by-eric-joyner-14-x-19-canvas-art-ali1043-c1419gg/product_2079905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-carpet-caster-black-4-pack-1210bl/product_24430966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-tile-5-5-x-8-5-weekly-monthly-planner-poly-cover-multicolor-el35-200-25/product_24582742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-success-21-75-x-17-monthly-desk-pad-calendar-white-blue-st24-00-25/product_24582768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0744-w1114bmf/product_2081563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-suzani-21-75-x-17-monthly-desk-pad-calendar-sk17-704-25/product_24582819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0744-b1114mf/product_2081564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0744-b1620bmf/product_2077105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-today-is-6-x-6-daily-calendar-refill-white-black-k1-50-25/product_24582696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-adder-legal-pebble-gray-arcb30827a/product_373134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-16-x-20-black-matted-black-frame-ma0613-b1620bmf/product_2086247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-18-x-24-canvas-art-mt0744-c1824gg/product_2078410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-divider-legal-pebble-gray-f15dv6/product_373138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-divider-legal-black-f15dv6/product_373139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-11-x-14-white-matted-black-frame-ali0962-b1114mf/product_2077605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-zenscapes-5-5-x-8-5-daily-monthly-planner-refill-multicolor-281-225-25/product_24582994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0962-b1620mf/product_2086695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-shelf-legal-black-arc3015rs/product_373143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-72-bowfront-desk-gray-steel-abd7242lgs/product_1961528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-paper-flowers-21-75-x-17-monthly-desk-pad-calendar-pink-brown-5035-25/product_24582803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-24-x-32-canvas-art-ma0613-c2432gg/product_2078164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-2-line-label-roll-white-1000-labels-roll-3-rolls-pack-098618/product_24516199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-24-x-32-canvas-art-ali0962-c2432gg/product_2078513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificate-holders-8-5-x-11-red-6-pack-60894/product_816104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-35-x-47-canvas-art-ma0613-c3547gg/product_2080529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-collection-in-mocha-credenza-shell/product_735024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-8-5-x-11-orange-blue-white-green-12-pack-73865/product_951235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-96-w-boat-shaped-table-mocha-actb8ldc/product_842599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-8-5-x-11-ivory-gold-15-pack-36004-s/product_487916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-collection-in-mocha-contour-bridge/product_734982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-purple-150540/product_24584880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-credenza-pedestal-pencil-box-box-file-20-d-gray-steel-apbbf20lgs/product_1961520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-credenza-pedestal-20-d-gray-steel-aff20lgs/product_1961519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-starter-letter-black-arcb24827s/product_373124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-11-x-14-black-matted-black-frame-ma0642-b1114bmf/product_2082057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-parchment-gold-foil-15-carton-77743/product_816095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-weekly-monthly-appointment-book-plastic-cover-solid-black-150845/product_24585028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-white-blue-gold-15-pack-36001-s/product_484769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-7-x-8-75-monthly-planner-faux-leather-cover-black-76-08-05-25/product_24582740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-round-table-mocha-29-1-2-h-x-42-diameter-actr42ldc/product_842549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-8-x-10-weekly-monthly-appointment-book-faux-leather-cover-black-76-01-05-25/product_24583006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-single-pedestal-credenza-pencil-box-box-file-mocha-27-1-2-h-x-15-1-4-w-x-20-d/product_846441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-16-x-20-white-matted-black-frame-ma0642-b1620mf/product_2086175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-reverie-24-x-32-canvas-art/product_313988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-single-pedestal-desk-file-file-mocha-aff26ldc/product_846443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-reverie-35-x-47-canvas-art/product_313989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-26-42-plastic-steel-adjustable-desk-white-black-1204de/product_24430954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-scenic-12-x-27-three-month-wall-calendar-dmw503-28-25/product_24582704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-matte-personal-thank-you-notecard-kit-white-pearl-50-pack-61506/product_519590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-pink-and-gold-foil-invite-10-count-6-x-4-83769/product_2465617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-painterly-holly-photocard-5-x-7-20-pack-64723/product_2437044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-matte-personal-thank-you-notecards-kraft-white-50-pack-83642/product_1966003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-seasons-in-bloom-36-x-24-yearly-wall-calendar-pa133-25/product_24582717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-35-x-47-canvas-art/product_313472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-matte-thank-you-notecards-ivory-pearl-50-pack-61505/product_519591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-pebble-gray-1221gr/product_24488063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-printable-award-stickers-silver-gold-48-pack-73866/product_951236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-silver-many-thanks-tags-24-count-silver-18528/product_2465628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematist-composition-16-x-20-wood-frame-art/product_313482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-signature-collection-8-5-x-11-weekly-monthly-planner-faux-leather-cover-brown-yp905-09-25/product_24582743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-beige-desktop-with-out-book-box-26-42-h-x-28-w-x-20-d/product_829708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-seals-white-gold-48-pack-18553/product_1966004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gartner-studios-smooth-general-use-blank-cards-white-pearl-50-pack-60023/product_510250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surfs-up-by-eric-joyner-14-x-19-canvas-art-ali1043-c1419gg/product_2079905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-tile-5-5-x-8-5-weekly-monthly-planner-poly-cover-multicolor-el35-200-25/product_24582742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0744-w1114bmf/product_2081563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-suzani-21-75-x-17-monthly-desk-pad-calendar-sk17-704-25/product_24582819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-success-21-75-x-17-monthly-desk-pad-calendar-white-blue-st24-00-25/product_24582768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0744-b1114mf/product_2081564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-carpet-caster-black-4-pack-1210bl/product_24430966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0744-b1620bmf/product_2077105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-today-is-6-x-6-daily-calendar-refill-white-black-k1-50-25/product_24582696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-18-x-24-canvas-art-mt0744-c1824gg/product_2078410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-adder-legal-pebble-gray-arcb30827a/product_373134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-divider-legal-pebble-gray-f15dv6/product_373138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-divider-legal-black-f15dv6/product_373139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-11-x-14-white-matted-black-frame-ali0962-b1114mf/product_2077605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-zenscapes-5-5-x-8-5-daily-monthly-planner-refill-multicolor-281-225-25/product_24582994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0962-b1620mf/product_2086695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-shelf-legal-black-arc3015rs/product_373143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-2-line-label-roll-white-1000-labels-roll-3-rolls-pack-098618/product_24516199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-24-x-32-canvas-art-ali0962-c2432gg/product_2078513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-purple-150540/product_24584880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-starter-letter-black-arcb24827s/product_373124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-weekly-monthly-appointment-book-plastic-cover-solid-black-150845/product_24585028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:21 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweeping-north-coast-sunset-by-kurt-shaffer-16x20-frm-art-blk-mtd-ks0149-w1620bmf/product_1551272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:58:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-3-standard-tagging-fasteners-5000-pack-tags-43004/product_1670085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:27 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-baby-boy-by-grace-riley-canvas-art-24x24-inches/product_248326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-baby-girl-by-grace-riley-canvas-art-ready-to-hang-18x18-inches/product_248320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:27 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-am-security-hard-tag-clear-50-pack-eas-40001/product_1670081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-blank-label-fluorescent-red-19-mm-x-37-mm-4000-labels-sleeve-gx3719/product_1670116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:28 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-11-x-14-wood-frame-art/product_315040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:28 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-clear2c-9-magazine-display-5665cl/product_1965819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-16-x-20-black-frame-art/product_503698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-chair-bell-glide-black-4-pack-glchair4/product_24430968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-closed-base-flat-file-cabinet-black-4999blr/product_1965758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-16-x-24-canvas-art/product_499229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-x-10-monthly-planner-plastic-cover-navy-blue-148660-25/product_24589809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-closed-base-for-5-drawer-steel-flat-file-light-gray-letter-4970lg/product_278912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-30-x-47-canvas-art/product_493762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:30 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:30 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-x-10-monthly-planner-plastic-cover-purple-150780/product_24584872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-coat-tree-black-metal-4168bl/product_485816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:31 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-g-series-22-labeler-1-line-7-characters-22mm-x-12mm-g2212-07002/product_1670161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-cogo-round-table-30-dia-black-4361bl/product_2338181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-amitza-blue-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-white-148765-25/product_24589887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-16-x-20-black-frame-art/product_312668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-cogo-steel-outdoor-indoor-bench-black-4368bl/product_24023951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-g-series-22-labeler-2-line-8-8-characters-22-mm-x-16-mm-g2216-88002/product_1670160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-16-x-20-wood-frame-art/product_312674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-11-x-8-75-monthly-wall-calendar-white-black-100028-25/product_24589839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-8-5-x-11-weekly-monthly-planner-plastic-cover-white-black-100001-25/product_24589864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-35-x-47-canvas-art/product_312672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-j-hook-style-tagging-fasteners-clear-5000-pack-tags-43601/product_1670052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-jiffi-box-cutters-gray-12-box-091460/product_827440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-labels-1-line-white-19200-box-090947/product_69514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-deskside-2-shelf-metal-mobile-printer-stand-with-lockable-wheels-black-5207bl/product_85409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-diesel-low-base-faux-leather-back-industrial-shop-stool-black-6669/product_148386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-data-file-extension-flat-file-cabinet-tropic-sand-5056/product_1965809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-35-x-47-canvas-art-mt0520-c3547gg/product_2080562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0619-c1624gg/product_2078034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0785-c1219gg/product_2078982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0619-c2232gg/product_2080087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-4-compartment-mail-sorters-57-5-x-18-25-black-7756bl/product_148409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-meadow-22-x-17-monthly-desk-pad-calendar-148689-25/product_24589812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0785-c3047gg/product_2081486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-mail-room-table-base-shelf-gray-28-36-h-x-60-w-x-30-d/product_392709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-ii-by-michael-tompsett-16-x-24-canvas-art-mt0631-c1624gg/product_2080049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweeping-north-coast-sunset-by-kurt-shaffer-16x20-frm-art-blk-mtd-ks0149-w1620bmf/product_1551272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-ii-by-michael-tompsett-30-x-47-canvas-art-mt0631-c3047gg/product_2076885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iii-by-michael-tompsett-12-x-19-canvas-art-mt0650-c1219gg/product_2079183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-replacement-ink-roller-black-2-pack-098620/product_24516210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-mailroom-utility-risers-gray-7752gr/product_392831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-replacement-ink-roller-black-2-pack-120-packs-ink-31592ctn/product_24493606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-white-11-x-8-75-monthly-wall-calendar-103629-25/product_24589842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-white-22-x-17-monthly-desk-pad-calendar-103631-25/product_24589893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-sorting-tables-30-x-60-black-7749bl/product_148401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-3-standard-tagging-fasteners-5000-pack-tags-43004/product_1670085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-18-compartment-project-sorters-37-5-x-36-5-gray-9264gr/product_820297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-rf-security-hard-tag-plastic-black-50-pack-eas-40002/product_1670080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-24-compartment-literature-organizers-37-5-x-25-75-black-9211blr/product_431139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0847-c1219gg/product_2086849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0785-w1620bmf/product_2086076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-72-compartment-literature-organizers-37-5-x-71-gray-9241grr/product_602623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-single-edge-jiffi-cutter-with-blade-12-pack-cut-40417/product_1670165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0847-c1624gg/product_2077924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-baby-boy-by-grace-riley-canvas-art-24x24-inches/product_248326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-baby-girl-by-grace-riley-canvas-art-ready-to-hang-18x18-inches/product_248320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-eastwinds-empire-30-mobile-desk-anthracite-945ant/product_634565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-the-everygirl-tuberose-8-5-x-11-weekly-planner-plastic-cover-green-white-150775/product_24584863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-tile-5-x-8-weekly-monthly-planner-plastic-cover-blue-white-101410-25/product_24589874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-blank-label-fluorescent-red-19-mm-x-37-mm-4000-labels-sleeve-gx3719/product_1670116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-am-security-hard-tag-clear-50-pack-eas-40001/product_1670081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-11-x-14-wood-frame-art/product_315040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-clear2c-9-magazine-display-5665cl/product_1965819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-16-x-20-black-frame-art/product_503698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-chair-bell-glide-black-4-pack-glchair4/product_24430968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-16-x-24-canvas-art/product_499229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-closed-base-flat-file-cabinet-black-4999blr/product_1965758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-x-10-monthly-planner-plastic-cover-navy-blue-148660-25/product_24589809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-closed-base-for-5-drawer-steel-flat-file-light-gray-letter-4970lg/product_278912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-tagging-labels-white-11-rolls-sleeve-20-sleeves-case-1812-03000ctn/product_24493608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-30-x-47-canvas-art/product_493762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0846-b1114bmf/product_2081665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-x-10-monthly-planner-plastic-cover-purple-150780/product_24584872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-g-series-22-labeler-1-line-7-characters-22mm-x-12mm-g2212-07002/product_1670161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-coat-tree-black-metal-4168bl/product_485816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gascony-computer-desk-with-keyboard-tray-rustic-oak-9064070/product_2620883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-cogo-round-table-30-dia-black-4361bl/product_2338181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-16-x-20-black-frame-art/product_312668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-amitza-blue-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-white-148765-25/product_24589887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-cogo-steel-outdoor-indoor-bench-black-4368bl/product_24023951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-16-x-20-wood-frame-art/product_312674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-35-x-47-canvas-art/product_312672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-g-series-22-labeler-2-line-8-8-characters-22-mm-x-16-mm-g2216-88002/product_1670160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-11-x-8-75-monthly-wall-calendar-white-black-100028-25/product_24589839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-8-5-x-11-weekly-monthly-planner-plastic-cover-white-black-100001-25/product_24589864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-jiffi-box-cutters-gray-12-box-091460/product_827440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-j-hook-style-tagging-fasteners-clear-5000-pack-tags-43601/product_1670052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-labels-1-line-white-19200-box-090947/product_69514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-deskside-2-shelf-metal-mobile-printer-stand-with-lockable-wheels-black-5207bl/product_85409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-data-file-extension-flat-file-cabinet-tropic-sand-5056/product_1965809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-diesel-low-base-faux-leather-back-industrial-shop-stool-black-6669/product_148386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-35-x-47-canvas-art-mt0520-c3547gg/product_2080562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0619-c1624gg/product_2078034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0619-c2232gg/product_2080087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0785-c1219gg/product_2078982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-4-compartment-mail-sorters-57-5-x-18-25-black-7756bl/product_148409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0785-c3047gg/product_2081486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-meadow-22-x-17-monthly-desk-pad-calendar-148689-25/product_24589812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-mail-room-table-base-shelf-gray-28-36-h-x-60-w-x-30-d/product_392709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-ii-by-michael-tompsett-16-x-24-canvas-art-mt0631-c1624gg/product_2080049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-ii-by-michael-tompsett-30-x-47-canvas-art-mt0631-c3047gg/product_2076885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iii-by-michael-tompsett-12-x-19-canvas-art-mt0650-c1219gg/product_2079183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-replacement-ink-roller-black-2-pack-098620/product_24516210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-mailroom-utility-risers-gray-7752gr/product_392831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-white-22-x-17-monthly-desk-pad-calendar-103631-25/product_24589893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-white-11-x-8-75-monthly-wall-calendar-103629-25/product_24589842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-replacement-ink-roller-black-2-pack-120-packs-ink-31592ctn/product_24493606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-18-compartment-project-sorters-37-5-x-36-5-gray-9264gr/product_820297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-sorting-tables-30-x-60-black-7749bl/product_148401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-rf-security-hard-tag-plastic-black-50-pack-eas-40002/product_1670080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-24-compartment-literature-organizers-37-5-x-25-75-black-9211blr/product_431139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0785-w1620bmf/product_2086076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-72-compartment-literature-organizers-37-5-x-71-gray-9241grr/product_602623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0847-c1624gg/product_2077924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-single-edge-jiffi-cutter-with-blade-12-pack-cut-40417/product_1670165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0847-c1219gg/product_2086849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-eastwinds-empire-30-mobile-desk-anthracite-945ant/product_634565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-the-everygirl-tuberose-8-5-x-11-weekly-planner-plastic-cover-green-white-150775/product_24584863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-tile-5-x-8-weekly-monthly-planner-plastic-cover-blue-white-101410-25/product_24589874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/garvey-tagging-labels-white-11-rolls-sleeve-20-sleeves-case-1812-03000ctn/product_24493608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0846-b1114bmf/product_2081665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gascony-computer-desk-with-keyboard-tray-rustic-oak-9064070/product_2620883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-executive-2-shelf-wood-mobile-presentation-cart-with-lockable-wheels-mahogany-8919mh/product_758534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:54 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:54 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gasoila-regular-water-finding-paste-2-5-oz-tube/product_703612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:55 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:55 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:56 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-22-x-17-monthly-desk-pad-calendar-white-gray-111294-25/product_24589883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:56 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gator-skin-basketball-8-dia-orange/product_12530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:57 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-5-88-x-8-63-weekly-monthly-planner-plastic-cover-black-131793-25/product_24589882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-11-x-14-wood-frame-mt0847-w1114bmf/product_2081784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-facil-steel-flat-file-high-base-medium-light-gray/product_278916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-facil-steel-small-flat-file-light-gray/product_278910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:57 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-g2-thirst-quencher-fruit-punch-liquid-sports-drink-20-fl-oz-24-carton-20405/product_913395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-bee-at-play-canvas-art-18x18-inches/product_255149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-48-rectangular-laminate-training-table-folkstone-lf2448tsflk4/product_2521264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-dressy-bunny-canvas-art-22x32-inches/product_255138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-liquid-concentrate-ready-to-drink-energy-drink-11-6-oz-can-orange/product_579741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-fran-5-x-8-weekly-monthly-planner-plastic-cover-black-brown-150541/product_24584858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-green-earth-effie-8-5-x-11-weekly-monthly-planner-paperboard-cover-multicolor-138325-25/product_24589861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:58 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:58 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-48-w-rectangular-training-table-folkstone-lf2448t/product_899742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:59 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-lemon-lime-liquid-sports-drinks-20-fl-oz-24-carton-32868/product_712667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-hadley-8-5-x-11-weekly-monthly-planner-plastic-cover-gray-white-150781/product_24584875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-joselyn-8-x-10-monthly-planner-plastic-cover-multicolor-110395-25/product_24584849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-fierce-grape-20-oz-24-bottles-pack-qua32482/product_318935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-rectangular-training-table-folkstone-29-h-x-60-w-x-24-d/product_899744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:58:59 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-magenta-blooms-17-x-11-monthly-desk-pad-calendar-149057-25/product_24589833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-1-24-x-32-ali0881-c2432gg/product_1727297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-orange-sports-drink-11-6-fl-oz-24-carton-00902/product_318934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-riptide-rush-20-oz-24-bottles-pack-qua32488/product_318937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-1-35-x-47-ali0881-c3547gg/product_1727296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-giant-steel-document-holder-white-4897/product_148311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-zero-sugar-free-glacier-freeze-powder-drink-mix-0-1-oz-10-packets-box-12-boxes-carton-04457/product_24541606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-variety-pack-powdered-sports-drink-mix-21-oz-32-carton-qua03944/product_318963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gb-gardener-bender-uvb-cable-ties-8-75-lb-100-bag/product_848252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gb-standard-cable-tie-14-100-bag/product_848123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-laila-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-137273-25/product_24589894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-5-drawer-steel-flat-file-for-30-x-42-documents-white/product_278924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-14-x-19-ali0883-c1419gg/product_1727286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-5-drawer-steel-flat-file-for-36-x-48-documents-white/product_278926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-35-x-47-ali0883-c3547gg/product_1727283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-2-1-4-w-polyester-carrier-strip-for-masterfile-2/product_278893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-leafy-lounge-5-x-8-weekly-monthly-planner-plastic-cover-green-gray-147931/product_24584846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-hanging-file-folders/product_482392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-high-base-flat-file-cabinet-4975bl/product_1965664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-high-base-flat-file-cabinet-4979bl/product_1965724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-executive-2-shelf-wood-mobile-presentation-cart-with-lockable-wheels-mahogany-8919mh/product_758534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-high-base-flat-file-cabinet-black-4977bl/product_1965882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-archipel-30-x-47-ali0885-c3047gg/product_1727264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-3-4-plastic-binding-spine-comb-160-sheet-capacity-black-100-box-4000104/product_436071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-high-base-for-4996-and-4986-flat-file-white/product_278918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-ezload-pinnacle-laminating-film-roll-3-mil-25-x-250-2-box-3125702ez/product_2801400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gasoila-regular-water-finding-paste-2-5-oz-tube/product_703612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-24-x-32-ali0886-c2432gg/product_1727257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-heatseal-pinnacle-ezload-thermal-laminator-27-width-blue-and-gray-1701720ez/product_757558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-bulles-16-x-20-ali0887-b1620mf/product_1727251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-gbc-ezload-laminate-film-roll-1-5-mil-25-x-500-2-box-3000004ez/product_2800022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-heatseal-ultraclear-thermal-laminating-pouches-id-tag-7-mil-100-box-gbc3200016/product_16071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-11-x-11-ali0888-b1111mf/product_1730592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-stainless-steel-10-gal-9687ss/product_815579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-linen-weave-presentation-covers-letter-size-navy-200-pack-9742450/product_514480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-24-x-24-ali0888-c2424gg/product_1730587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nevaeh-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-143945-25/product_24584867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-35-x-35-ali0888-c3535gg/product_1730586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-tan-plastic-23-gal-9923tn/product_148110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-22-x-17-monthly-desk-pad-calendar-white-gray-111294-25/product_24589883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gator-skin-basketball-8-dia-orange/product_12530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-indoor-trash-can-w-lid-black-steel-30-gal-9920bl/product_148106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-18-x-24-ali0889-c1824gg/product_1730578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-5-88-x-8-63-weekly-monthly-planner-plastic-cover-black-131793-25/product_24589882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-11-x-14-wood-frame-mt0847-w1114bmf/product_2081784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-facil-steel-flat-file-high-base-medium-light-gray/product_278916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-11-x-14-ali0889-b1114mf/product_1730582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-facil-steel-small-flat-file-light-gray/product_278910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-g2-thirst-quencher-fruit-punch-liquid-sports-drink-20-fl-oz-24-carton-20405/product_913395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-bee-at-play-canvas-art-18x18-inches/product_255149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-24-x-32-ali0889-c2432gg/product_1730577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-fran-5-x-8-weekly-monthly-planner-plastic-cover-black-brown-150541/product_24584858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-green-earth-effie-8-5-x-11-weekly-monthly-planner-paperboard-cover-multicolor-138325-25/product_24589861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-liquid-concentrate-ready-to-drink-energy-drink-11-6-oz-can-orange/product_579741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-48-rectangular-laminate-training-table-folkstone-lf2448tsflk4/product_2521264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-dressy-bunny-canvas-art-22x32-inches/product_255138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-nap-lam-laminating-film-1-5-mil-27-x-500-2-box-3126061/product_852815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-48-w-rectangular-training-table-folkstone-lf2448t/product_899742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-joselyn-8-x-10-monthly-planner-plastic-cover-multicolor-110395-25/product_24584849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-fierce-grape-20-oz-24-bottles-pack-qua32482/product_318935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-nap-lam-laminating-film-roll-1-5-mil-25-2-box-3000004/product_581853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-hadley-8-5-x-11-weekly-monthly-planner-plastic-cover-gray-white-150781/product_24584875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-lemon-lime-liquid-sports-drinks-20-fl-oz-24-carton-32868/product_712667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-rectangular-training-table-folkstone-29-h-x-60-w-x-24-d/product_899744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-magenta-blooms-17-x-11-monthly-desk-pad-calendar-149057-25/product_24589833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-1-24-x-32-ali0881-c2432gg/product_1727297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-orange-sports-drink-11-6-fl-oz-24-carton-00902/product_318934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-riptide-rush-20-oz-24-bottles-pack-qua32488/product_318937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-giant-steel-document-holder-white-4897/product_148311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-1-35-x-47-ali0881-c3547gg/product_1727296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-zero-sugar-free-glacier-freeze-powder-drink-mix-0-1-oz-10-packets-box-12-boxes-carton-04457/product_24541606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-variety-pack-powdered-sports-drink-mix-21-oz-32-carton-qua03944/product_318963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gb-gardener-bender-uvb-cable-ties-8-75-lb-100-bag/product_848252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gb-standard-cable-tie-14-100-bag/product_848123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-5-drawer-steel-flat-file-for-30-x-42-documents-white/product_278924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-laila-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-137273-25/product_24589894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-35-x-47-ali0883-c3547gg/product_1727283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-5-drawer-steel-flat-file-for-36-x-48-documents-white/product_278926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-2-1-4-w-polyester-carrier-strip-for-masterfile-2/product_278893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-14-x-19-ali0883-c1419gg/product_1727286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-leafy-lounge-5-x-8-weekly-monthly-planner-plastic-cover-green-gray-147931/product_24584846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-hanging-file-folders/product_482392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-high-base-flat-file-cabinet-4975bl/product_1965664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-high-base-flat-file-cabinet-4979bl/product_1965724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-3-4-plastic-binding-spine-comb-160-sheet-capacity-black-100-box-4000104/product_436071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-high-base-flat-file-cabinet-black-4977bl/product_1965882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-archipel-30-x-47-ali0885-c3047gg/product_1727264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-high-base-for-4996-and-4986-flat-file-white/product_278918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-ezload-pinnacle-laminating-film-roll-3-mil-25-x-250-2-box-3125702ez/product_2801400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-heatseal-pinnacle-ezload-thermal-laminator-27-width-blue-and-gray-1701720ez/product_757558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-gbc-ezload-laminate-film-roll-1-5-mil-25-x-500-2-box-3000004ez/product_2800022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-heatseal-ultraclear-thermal-laminating-pouches-id-tag-7-mil-100-box-gbc3200016/product_16071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-24-x-32-ali0886-c2432gg/product_1727257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-bulles-16-x-20-ali0887-b1620mf/product_1727251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-11-x-11-ali0888-b1111mf/product_1730592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-stainless-steel-10-gal-9687ss/product_815579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-linen-weave-presentation-covers-letter-size-navy-200-pack-9742450/product_514480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nevaeh-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-143945-25/product_24584867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-24-x-24-ali0888-c2424gg/product_1730587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-tan-plastic-23-gal-9923tn/product_148110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-35-x-35-ali0888-c3535gg/product_1730586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-indoor-trash-can-w-lid-black-steel-30-gal-9920bl/product_148106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-18-x-24-ali0889-c1824gg/product_1730578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-11-x-14-ali0889-b1114mf/product_1730582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-24-x-32-ali0889-c2432gg/product_1730577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-nap-lam-laminating-film-1-5-mil-27-x-500-2-box-3126061/product_852815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-nap-lam-laminating-film-roll-1-5-mil-25-2-box-3000004/product_581853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-passages-5-x-8-weekly-monthly-planner-plastic-cover-navy-blue-148657-25/product_24589903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:21 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-proclick-5-16-plastic-binding-spine-comb-45-sheet-capacity-black-100-box-2514700/product_488169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:22 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:22 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:23 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chanson-d-amour-18-x-18-ali0912-c1818gg/product_1730412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-wire-stand-alone-36-black-5288bl/product_496609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:23 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-14-x-19-ali0890-c1419gg/product_1730500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-16-x-20-ali0890-b1620mf/product_1730501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-18-x-24-ali0890-c1824gg/product_1730499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:24 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rue-du-flore-8-5-x-11-weekly-monthly-planner-plastic-cover-green-gray-101602-25/product_24589895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-ultraclear-thermal-laminating-pouches-id-tag-5-mil-25-pack-3202011/product_793752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:24 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-wirebind-3-8-metal-wire-binding-spine-74-sheet-capacity-black-100-box-9775018/product_408477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-35-x-47-ali0891-c3547gg/product_1730487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-11-x-14-ali0892-b1114mf/product_1730484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-industrial-metal-stand-alone-48-dark-gray-6255/product_148376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-industrial-add-on-unit-4-shelf-wire-48-03-black-5292bl/product_463736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:25 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-10-outlet-home-office-4-cord-2880-joules-34462/product_23974614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:25 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 13:59:26 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-16-x-20-ali0892-b1620mf/product_1730482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-10-outlet-surge-protector-6-cord-3000-joules-14096/product_1591308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-16-x-20-ali0895-b1620mf/product_1730570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blueline-plan-link-5-x-8-daily-appointment-book-faux-leather-cover-black-c1504w-81/product_24588050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-literature-wood-file-organizer-cherry-9420cy/product_148071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-in-vitro-12-x-24-ali0893-c1224gg/product_1730475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-18-x-24-ali0892-c1824gg/product_1730480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:26 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-alicia-5-5-x-8-5-weekly-monthly-planner-poly-cover-pink-black-1726-200-25/product_24582769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-15153-mechanical-plug-in-timer/product_1308845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-14-x-19-ali0895-c1419gg/product_1730569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-in-vitro-16-x-32-ali0893-c1632gg/product_1730474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-radiate-5-5-x-8-5-weekly-monthly-planner-poly-cover-black-gold-1725-200-25/product_24582809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-magazine-holder-45-x-30-clear-plastic-5600cl/product_399787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-17-watt-soft-white-led-general-purpose-bulb-24569006/product_24569015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-in-vitro-24-x-47-ali0893-c2447gg/product_1730473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-mailflow-to-go-sorting-tables-30-pebble-gray-tb30pg/product_473879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-workstyle-17-75-x-11-monthly-desk-pad-calendar-seaside-blue-1606-705-12-25/product_24582807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-les-uns-contre-les-autres-10-x-19-ali0896-c1019gg/product_1730564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-3-outlet-power-strip-gray-50552-43027/product_451246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-medina-72-credenza-mocha-mncnz72ldc/product_1961680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-5-5-x-8-calendar-year-weekly-monthly-planner-paperboard-cover-multicolor-spls25-58-33/product_24593659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-libre-voie-16-x-16-ali0897-b1616mf/product_1730557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-calendar-year-monthly-planner-plastic-cover-blue-gold-spls25-8511m-f/product_24593665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-passages-5-x-8-weekly-monthly-planner-plastic-cover-navy-blue-148657-25/product_24589903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-libre-voie-35-x-35-ali0897-c3535gg/product_1730553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-calendar-year-weekly-monthly-planner-paperboard-cover-white-gray-spls25-8511-06/product_24593662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-calendar-year-weekly-monthly-planner-plastic-cover-black-gold-spls25-8511-f/product_24593663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-5-watt-soft-white-led-general-purpose-bulb-4-pack-99176/product_24553579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-medina-left-hand-curved-desk-extension-gray-steel-29-1-2-h-x-47-w-x-28-d/product_1961258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-51107-wireless-alarm-system-kit34/product_207776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-ma-cible-16-x-20-ali0898-b1620mf/product_1730547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-calendar-year-weekly-monthly-planner-plastic-cover-purple-blue-lamf-ry25-35/product_24593658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-marion-14-x-19-ali0899-c1419gg/product_1730537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-6-outlet-surge-protector-10-cord-800-joules-14092/product_1591077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-deluxe-8-5-x-11-claendar-year-weekly-monthly-planner-plastic-cover-multicolor-spls25-dcy-6/product_24593664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-miss-sunshine-11-x-14-ali0900-b1114mf/product_1730529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-medina-right-hand-curved-desk-extension-mahogany-29-1-2-h-x-47-w-x-28-d/product_1961292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-18-5-x-13-monthly-desk-pad-calendar-white-blue-1646-25/product_24597411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-proclick-5-16-plastic-binding-spine-comb-45-sheet-capacity-black-100-box-2514700/product_488169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-24-x-19-monthly-desk-pad-calendar-white-blue-180-25/product_24597432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-basic-8-5-watt-soft-white-led-general-purpose-bulb-2-pack-93131320/product_24596162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-16-x-16-ali0913-b1616mf/product_1730398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-66-x-33-yearly-wet-erase-wall-calendar-reversible-white-blue-3962-25/product_24597420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chanson-d-amour-18-x-18-ali0912-c1818gg/product_1730412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-18-x-18-ali0913-c1818gg/product_1730396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-5-x-8-daily-appointment-book-faux-leather-cover-black-28802-25/product_24597407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-wire-stand-alone-36-black-5288bl/product_496609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-metal-mobile-file-cart-with-lockable-wheels-black-5362bl/product_614895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-metal-mobile-file-cart-with-lockable-wheels-black-5364bl/product_517239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-16-x-20-ali0890-b1620mf/product_1730501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-14-x-19-ali0890-c1419gg/product_1730500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rue-du-flore-8-5-x-11-weekly-monthly-planner-plastic-cover-green-gray-101602-25/product_24589895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-18-x-24-ali0890-c1824gg/product_1730499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-35-x-35-ali0913-c3535gg/product_1730394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-ultraclear-thermal-laminating-pouches-id-tag-5-mil-25-pack-3202011/product_793752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-monsieur-11-x-14-ali0901-b1114mf/product_1730519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-35-x-47-ali0891-c3547gg/product_1730487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-11-x-14-ali0892-b1114mf/product_1730484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-metro-vinyl-extended-height-drafting-chair-black-3442bv/product_2443082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-industrial-metal-stand-alone-48-dark-gray-6255/product_148376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-industrial-add-on-unit-4-shelf-wire-48-03-black-5292bl/product_463736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-10-outlet-home-office-4-cord-2880-joules-34462/product_23974614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gbc-wirebind-3-8-metal-wire-binding-spine-74-sheet-capacity-black-100-box-9775018/product_408477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-jas19298-push-button-plug-in-door-chime-with-2-melodies/product_1971917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-16-x-20-ali0892-b1620mf/product_1730482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-10-outlet-surge-protector-6-cord-3000-joules-14096/product_1591308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-literature-wood-file-organizer-cherry-9420cy/product_148071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-16-x-20-ali0895-b1620mf/product_1730570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-in-vitro-12-x-24-ali0893-c1224gg/product_1730475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-blueline-plan-link-5-x-8-daily-appointment-book-faux-leather-cover-black-c1504w-81/product_24588050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-18-x-24-ali0892-c1824gg/product_1730480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-alicia-5-5-x-8-5-weekly-monthly-planner-poly-cover-pink-black-1726-200-25/product_24582769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-15153-mechanical-plug-in-timer/product_1308845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-14-x-19-ali0895-c1419gg/product_1730569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-in-vitro-16-x-32-ali0893-c1632gg/product_1730474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-radiate-5-5-x-8-5-weekly-monthly-planner-poly-cover-black-gold-1725-200-25/product_24582809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-magazine-holder-45-x-30-clear-plastic-5600cl/product_399787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-17-watt-soft-white-led-general-purpose-bulb-24569006/product_24569015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-in-vitro-24-x-47-ali0893-c2447gg/product_1730473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-workstyle-17-75-x-11-monthly-desk-pad-calendar-seaside-blue-1606-705-12-25/product_24582807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-mailflow-to-go-sorting-tables-30-pebble-gray-tb30pg/product_473879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-3-outlet-power-strip-gray-50552-43027/product_451246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-les-uns-contre-les-autres-10-x-19-ali0896-c1019gg/product_1730564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-medina-72-credenza-mocha-mncnz72ldc/product_1961680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-5-5-x-8-calendar-year-weekly-monthly-planner-paperboard-cover-multicolor-spls25-58-33/product_24593659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-libre-voie-16-x-16-ali0897-b1616mf/product_1730557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-calendar-year-monthly-planner-plastic-cover-blue-gold-spls25-8511m-f/product_24593665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:38 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-libre-voie-35-x-35-ali0897-c3535gg/product_1730553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:38 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-calendar-year-weekly-monthly-planner-plastic-cover-black-gold-spls25-8511-f/product_24593663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-calendar-year-weekly-monthly-planner-paperboard-cover-white-gray-spls25-8511-06/product_24593662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-5-watt-soft-white-led-general-purpose-bulb-4-pack-99176/product_24553579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-medina-left-hand-curved-desk-extension-gray-steel-29-1-2-h-x-47-w-x-28-d/product_1961258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-51107-wireless-alarm-system-kit34/product_207776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-ma-cible-16-x-20-ali0898-b1620mf/product_1730547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-calendar-year-weekly-monthly-planner-plastic-cover-purple-blue-lamf-ry25-35/product_24593658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-marion-14-x-19-ali0899-c1419gg/product_1730537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-6-outlet-surge-protector-10-cord-800-joules-14092/product_1591077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-deluxe-8-5-x-11-claendar-year-weekly-monthly-planner-plastic-cover-multicolor-spls25-dcy-6/product_24593664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-miss-sunshine-11-x-14-ali0900-b1114mf/product_1730529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-medina-right-hand-curved-desk-extension-mahogany-29-1-2-h-x-47-w-x-28-d/product_1961292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-18-5-x-13-monthly-desk-pad-calendar-white-blue-1646-25/product_24597411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:40 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:40 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-24-x-19-monthly-desk-pad-calendar-white-blue-180-25/product_24597432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-basic-8-5-watt-soft-white-led-general-purpose-bulb-2-pack-93131320/product_24596162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-16-x-16-ali0913-b1616mf/product_1730398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-66-x-33-yearly-wet-erase-wall-calendar-reversible-white-blue-3962-25/product_24597420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-18-x-18-ali0913-c1818gg/product_1730396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-5-x-8-daily-appointment-book-faux-leather-cover-black-28802-25/product_24597407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:41 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:41 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-metal-mobile-file-cart-with-lockable-wheels-black-5362bl/product_614895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-metal-mobile-file-cart-with-lockable-wheels-black-5364bl/product_517239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:42 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-35-x-35-ali0913-c3535gg/product_1730394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:42 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-monsieur-11-x-14-ali0901-b1114mf/product_1730519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-metro-vinyl-extended-height-drafting-chair-black-3442bv/product_2443082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:43 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:43 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-jas19298-push-button-plug-in-door-chime-with-2-melodies/product_1971917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:44 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:44 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:45 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:45 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:46 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:46 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:47 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-monsieur-16-x-24-ali0901-c1624gg/product_1730515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:47 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:48 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:48 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-led-8-watt-soft-white-battery-backup-bulb-93099986/product_24553574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:49 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:49 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-mirella-77-vinyl-lounge-sofa-gray-1730mrl2blkgr/product_24546102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-mirella-77-vinyl-lounge-sofa-gray-1730mrl2slvgr/product_24546100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:50 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:50 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-11-x-14-ali0903-b1114mf/product_1730505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-led-general-purpose-bulb/product_SS231666513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-11-x-14-ali0903-w1114mf/product_1730451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-16-x-24-ali0903-c1624gg/product_1730454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-62-w-desk-with-built-in-pedestal-white-ash-5513wah/product_24541793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:51 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:51 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-30-x-47-ali0903-c3047gg/product_1730452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-mirella-vinyl-lounge-chair-black-1732mrl2blkbl/product_24546107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:52 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-16-x-20-ali0904-b1620mf/product_1730466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-22-x-17-monthly-desk-pad-calendar-147-25/product_24597396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-polarized-15-extension-cord-3-outlet-white-51962/product_452814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-refresh-10-5w-a19-led-bulb-4-pack-42978/product_24439993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:52 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:53 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 13:59:53 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 13:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-35-x-47-ali0904-c3547gg/product_1730462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-refresh-5-5w-a15-led-bulb-2-pack-36981/product_24439970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-modular-36-h-break-room-waste-management-base-cabinet-mahogany-slate-1707mh/product_1671873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-16-x-16-ali0914-b1616mf/product_1730388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-relax-6w-a19-led-bulb-4-pack-42975/product_24439995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-coastlines-22-x-17-monthly-desk-pad-calendar-178-25/product_24597409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-8-x-17-three-month-wall-calendar-3636-25/product_24597400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-gardens-8-5-x-4-25-monthly-desk-calendar-309-25/product_24597399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-mountains-of-the-world-22-x-17-monthly-desk-pad-calendar-176-25/product_24597418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-puppies-8-5-x-4-25-monthly-desk-calendar-3659-25/product_24597442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-samsara-10-x-19-ali0905-c1019gg/product_1730460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-economy-18-5-x-13-monthly-desk-pad-calendar-white-black-012402-25/product_24597397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-scenic-12-x-16-5-monthly-wall-calendar-378-25/product_24597402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-14-x-19-ali0906-c1419gg/product_1730445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gear4-battersea-black-cover-for-iphone-12-12-pro-702006046/product_24468693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-18-x-24-ali0906-c1824gg/product_1730444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-11-pro-max-702003722/product_24468698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-napoli-executive-series-6-conference-room-table-top-mahogany-nct72mah/product_756867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-24-x-32-ali0906-c2432gg/product_1730443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-12-12-pro-702006042/product_24468701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-6-6s-7-8-702003399/product_24468692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-11-x-14-ali0907-b1114mf/product_1730439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-seasonal-holiday-depictions-12-x-12-monthly-wall-calendar-338-25/product_24597406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-monsieur-16-x-24-ali0901-c1624gg/product_1730515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-16-x-20-ali0907-b1620mf/product_1730437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-next-high-impact-polypropylene-office-chair-black-4-carton-4287bl/product_24418247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-seasonal-holiday-depictions-18-5-x-13-monthly-desk-pad-calendar-1396-25/product_24597426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gearench-petol-flange-wrenches/product_1452515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-22-x-32-ali0907-c2232gg/product_1730434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gefen-4k-ultra-hd-600-mhz-signal-splitter-extuhd60018/product_24367285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gefen-4k-ultra-hd-hdbaset-video-extender-transmitter-receiver-gtbuhdhbtl/product_24367278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-staples-11-x-8-wall-calendar-white-black-st12949-25/product_24580494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-staples-11-x-8-wall-calendar-white-red-st53915-25/product_24580515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-11-x-11-ali0915-b1111mf/product_1730380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-led-8-watt-soft-white-battery-backup-bulb-93099986/product_24553574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-18-x-18-ali0915-c1818gg/product_1730376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2-horizontal-6-upright-mesh-desk-organizer-black-3233bl/product_2428283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-24-x-24-ali0915-c2424gg/product_1730375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/geko-orbit-530-1296p-hd-wi-fi-dash-cam-black-go53016g/product_24562438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-14-x-19-ali0909-c1419gg/product_1730422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-3-horizontal-5-upright-sections-mesh-desk-organizer-white-3266wh/product_2431750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-17-desk-pad-calendar-navy-st59700-25/product_24580503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-3-pocket-steel-wall-file-letter-sized-black-5652bl/product_815955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-a100-wireless-usb-dongle-compatible-with-apple-carplay-black/product_IM1JP5675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-mirella-77-vinyl-lounge-sofa-gray-1730mrl2blkgr/product_24546102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-mirella-77-vinyl-lounge-sofa-gray-1730mrl2slvgr/product_24546100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 13:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-5-pocket-steel-letter-size-wall-file-black-5578bl/product_733152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-viva-11-x-14-ali0910-b1114mf/product_1730416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-11-x-14-ali0903-b1114mf/product_1730505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-d400-4k-rearview-mirror-dash-cam-with-1080p-backup-cam-black/product_IM1JP5676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-led-general-purpose-bulb/product_SS231666513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-11-x-14-ali0903-w1114mf/product_1730451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-16-x-24-ali0903-c1624gg/product_1730454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-62-w-desk-with-built-in-pedestal-white-ash-5513wah/product_24541793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-12-oz-6-x-6-48-carton-gb6648/product_2842712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-viva-35-x-47-ali0910-c3547gg/product_1730406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-30-x-47-ali0903-c3047gg/product_1730452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-16-x-20-ali0904-b1620mf/product_1730466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-mirella-vinyl-lounge-chair-black-1732mrl2blkbl/product_24546107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-5-section-upright-organizer/product_803935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-22-x-17-monthly-desk-pad-calendar-147-25/product_24597396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-polarized-15-extension-cord-3-outlet-white-51962/product_452814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-refresh-10-5w-a19-led-bulb-4-pack-42978/product_24439993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vivaces-14-x-19-ali0911-c1419gg/product_1730362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-35-x-47-ali0904-c3547gg/product_1730462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-refresh-5-5w-a15-led-bulb-2-pack-36981/product_24439970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-modular-36-h-break-room-waste-management-base-cabinet-mahogany-slate-1707mh/product_1671873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-16-x-16-ali0914-b1616mf/product_1730388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-coastlines-22-x-17-monthly-desk-pad-calendar-178-25/product_24597409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/ge-relax-6w-a19-led-bulb-4-pack-42975/product_24439995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-8-x-17-three-month-wall-calendar-3636-25/product_24597400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-gardens-8-5-x-4-25-monthly-desk-calendar-309-25/product_24597399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-mountains-of-the-world-22-x-17-monthly-desk-pad-calendar-176-25/product_24597418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-puppies-8-5-x-4-25-monthly-desk-calendar-3659-25/product_24597442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-samsara-10-x-19-ali0905-c1019gg/product_1730460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-economy-18-5-x-13-monthly-desk-pad-calendar-white-black-012402-25/product_24597397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-14-x-19-ali0906-c1419gg/product_1730445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-scenic-12-x-16-5-monthly-wall-calendar-378-25/product_24597402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gear4-battersea-black-cover-for-iphone-12-12-pro-702006046/product_24468693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-18-x-24-ali0906-c1824gg/product_1730444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-11-pro-max-702003722/product_24468698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-napoli-executive-series-6-conference-room-table-top-mahogany-nct72mah/product_756867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-24-x-32-ali0906-c2432gg/product_1730443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-11-x-14-ali0907-b1114mf/product_1730439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-6-6s-7-8-702003399/product_24468692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-12-12-pro-702006042/product_24468701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:05 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:05 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-seasonal-holiday-depictions-12-x-12-monthly-wall-calendar-338-25/product_24597406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-16-x-20-ali0907-b1620mf/product_1730437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-next-high-impact-polypropylene-office-chair-black-4-carton-4287bl/product_24418247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-seasonal-holiday-depictions-18-5-x-13-monthly-desk-pad-calendar-1396-25/product_24597426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gearench-petol-flange-wrenches/product_1452515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-22-x-32-ali0907-c2232gg/product_1730434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gefen-4k-ultra-hd-600-mhz-signal-splitter-extuhd60018/product_24367285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gefen-4k-ultra-hd-hdbaset-video-extender-transmitter-receiver-gtbuhdhbtl/product_24367278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-staples-11-x-8-wall-calendar-white-black-st12949-25/product_24580494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-staples-11-x-8-wall-calendar-white-red-st53915-25/product_24580515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-11-x-11-ali0915-b1111mf/product_1730380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:07 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:07 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2-horizontal-6-upright-mesh-desk-organizer-black-3233bl/product_2428283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-24-x-24-ali0915-c2424gg/product_1730375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-18-x-18-ali0915-c1818gg/product_1730376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/geko-orbit-530-1296p-hd-wi-fi-dash-cam-black-go53016g/product_24562438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-14-x-19-ali0909-c1419gg/product_1730422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-3-horizontal-5-upright-sections-mesh-desk-organizer-white-3266wh/product_2431750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-17-desk-pad-calendar-navy-st59700-25/product_24580503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-3-pocket-steel-wall-file-letter-sized-black-5652bl/product_815955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-a100-wireless-usb-dongle-compatible-with-apple-carplay-black/product_IM1JP5675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:08 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-5-pocket-steel-letter-size-wall-file-black-5578bl/product_733152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:08 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-viva-11-x-14-ali0910-b1114mf/product_1730416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:09 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-d400-4k-rearview-mirror-dash-cam-with-1080p-backup-cam-black/product_IM1JP5676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:09 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:09 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-12-oz-6-x-6-48-carton-gb6648/product_2842712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-viva-35-x-47-ali0910-c3547gg/product_1730406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:10 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:10 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:10 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-5-section-upright-organizer/product_803935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:11 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vivaces-14-x-19-ali0911-c1419gg/product_1730362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:11 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:11 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:12 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:12 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:13 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:13 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:14 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-staples-48-x-32-dry-erase-wall-calendar-gray-white-st58450-25/product_24580516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:14 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:14 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:15 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:15 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:16 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mini-organizer/product_799721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:16 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:16 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-24-oz-6-x-9-12-box-gb6912ns/product_24354831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:17 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-6-oz-4-x-6-48-box-gb4548/product_24354817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:17 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:17 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mobile-file-cart-with-lockable-wheels-black-5215bl/product_148328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-wall-rack-5-hook-black-5-1-2-h-x-26-3-4-w-x-3-d/product_148015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-6-oz-6-x-4-96-carton-gb4696/product_2842713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:18 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-take-away-by-dan-monteavaro-24-x-32-canvas-art-ali0963-c2432gg/product_2078512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:18 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taking-in-the-rye-14-x-14-canvas-art/product_313483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:18 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-monthly-planner-black-tr52184-25/product_24580499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-powered-monitor-stand-black-3230bl/product_2428280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-15-class-d-bluetooth-portable-party-system-black-gd-l115bt/product_24549267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:19 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:19 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:19 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-metal-picture-frame-matte-black-goem-2-21/product_24543069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-wood-picture-frame-mahogany-g704/product_24543087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-steel-wall-file-black-saf5653bl/product_816120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:20 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:20 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-wood-picture-frame-matte-black-g2905/product_24543071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-wood-picture-frame-matte-black-gblack-10/product_24543084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-garden-blooms-25-4210/product_24600838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:20 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-open-drawer-flat-file-cabinet-gray-4995grr/product_78508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-8-5-x-11-acrylic-sandwich-frame-clear-gstplessand/product_24543649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-optimus-arm-kit-black-6-1-4-to-9-1-4/product_84005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-over-panel-hook-black-plastic-4225bl/product_804515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-lemon-and-lavender-25-4710/product_24600988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-pie-connector-tabletop-black-90-pie-x-24-d/product_853317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-portable-temperature-check-divider-72-h-x-36-w-clear-acrylic-ptc3672-u-25/product_24472988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-baroque-marigold-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9718/product_24600817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:21 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-plan-center-metal-mobile-utility-cart-with-lockable-wheels-tropic-sand-5060/product_796789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-portable-temperature-check-divider-72-h-x-36-w-clear-acrylic-ptc3672-w-25/product_24472985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-every-day-s-a-holiday-17-x-22-monthly-desk-pad-calendar-25-8200/product_24600989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-planmaster-drafting-tabletop-white-3-4-h-x-60-w-x-37-1-2-d/product_648692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taxi-booked-by-philippe-hugonnard-18-x-24-canvas-art-ph0090-c1824gg/product_2078337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:22 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-polyethylene-mail-totes-white-3-carton-90225/product_758502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-23-5-h-x-33-5-w-painted-black-wood-acrylic-cgb3323-bl-118/product_24486397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-23-5-h-x-33-5-w-painted-white-wood-acrylic-cgb3323-wh-118/product_24486394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-34-h-x-28-w-clear-acrylic-hsg2834-nw-118/product_24472980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-precision-4-post-drafting-table-base-gray-35-1-2-h-x-56-1-2-w-x-30-1-2-d/product_507494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-34-h-x-28-w-clear-acrylic-hsg2834-nw-177/product_24472974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-staples-48-x-32-dry-erase-wall-calendar-gray-white-st58450-25/product_24580516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-harper-blue-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9710/product_24600822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:23 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taxis-manhattan-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0074-b1620mf/product_2085697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-madras-plaid-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9714/product_24600819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-precision-polyester-olefin-computer-and-desk-chair-black-3401bl/product_383167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-34-h-x-28-w-clear-acrylic-hsg2834-ww-25/product_24472978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-renaissance-year-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9722/product_24600820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-teddy-bears-choo-choo-trains-by-grace-riley-18x18-18x18-inches/product_248262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-teddy-bears-choochoo-trains-by-grace-riley-canvas-art-24x24-inches/product_248263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-resi-25-75-door-kit-white-resdrkt/product_24473558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:24 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tender-11-x-14-wood-frame-art/product_314706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mini-organizer/product_799721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tender-16-x-20-black-frame-art/product_314701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tender-16-x-24-canvas-art/product_314703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/gemini-gmu-m100-uhf-high-band-single-channel-wireless-microphone-system-with-multiple-selectable-frequencies-gmu-m200/product_24527986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tender-30-x-47-canvas-art/product_314705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:25 [HeadersSpooferDownloaderMiddleware] (PID: 111) WARNING: Request https://www.staplesadvantage.com/safco-resi-60-table-desk-maple-white-resdes3060/product_24473553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-03-21 14:00:25 [scrapy.extensions.closespider] (PID: 111) INFO: Closing spider since no items were produced in the last 1800 seconds. 2026-03-21 14:00:25 [scrapy.core.engine] (PID: 111) INFO: Closing spider (closespider_timeout_no_item) 2026-03-21 14:00:25 [scrapy.extensions.logstats] (PID: 111) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-21 14:00:31 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:32 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:33 [scrapy.downloadermiddlewares.retry] (PID: 111) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2026-03-21 14:00:33 [scrapy.core.scraper] (PID: 111) 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'Auth failed'}] 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] ------------------------------ MONITORS ------------------------------ 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] Extracted Items Monitor/test_stat_monitor... FAIL 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] Item Validation Monitor/test_stat_monitor... SKIPPED (Unable to find 'spidermon/validation/fields/errors' in job stats.) 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] Error Count Monitor/test_stat_monitor... FAIL 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] Warning Count Monitor/test_stat_monitor... FAIL 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] Finish Reason Monitor/Should have the expected finished reason(s)... FAIL 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] Unwanted HTTP codes monitor/Should not hit the limit of unwanted http status... OK 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] Field Coverage Monitor/test_check_if_field_coverage_rules_are_met... FAIL 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] Retry Count monitor/Should not hit the limit of requests that reached the maximum retry amount... FAIL 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] Downloader Exceptions monitor/test_stat_monitor... FAIL 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] Successful Requests monitor/Should have at least the minimum number of successful requests... OK 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] Total Requests monitor/Should not hit the total limit of requests... OK 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] ---------------------------------------------------------------------- 2026-03-21 14:00:34 [staples_advantage] (PID: 111) ERROR: [Spidermon] ====================================================================== FAIL: Extracted Items Monitor/test_stat_monitor ---------------------------------------------------------------------- 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'Auth failed'}] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/scrapy/monitors/base.py", line 177, in test_stat_monitor self.fail(message) AssertionError: Unable to find 'item_scraped_count' in job stats. 2026-03-21 14:00:34 [staples_advantage] (PID: 111) ERROR: [Spidermon] ====================================================================== FAIL: Error Count Monitor/test_stat_monitor ---------------------------------------------------------------------- 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'Auth failed'}] During handling of the above exception, another exception occurred: 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 'log_count/ERROR' to be '<=' to '0.0'. Current value: '8324' 2026-03-21 14:00:34 [staples_advantage] (PID: 111) ERROR: [Spidermon] ====================================================================== FAIL: Warning Count Monitor/test_stat_monitor ---------------------------------------------------------------------- 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'Auth failed'}] During handling of the above exception, another exception occurred: 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 'log_count/WARNING' to be '<=' to '1000.0'. Current value: '8376' 2026-03-21 14:00:34 [staples_advantage] (PID: 111) 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/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'Auth failed'}] During handling of the above exception, another exception occurred: 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 "closespider_timeout_no_item" the expected reasons are ['finished'] 2026-03-21 14:00:34 [staples_advantage] (PID: 111) ERROR: [Spidermon] ====================================================================== FAIL: Field Coverage Monitor/test_check_if_field_coverage_rules_are_met ---------------------------------------------------------------------- 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'Auth failed'}] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/scrapy/monitors/monitors.py", line 477, in test_check_if_field_coverage_rules_are_met self.assertTrue(len(failures) == 0, msg=msg) AssertionError: The following items did not meet field coverage rules: dict/inStock (expected 1.0, got 0) dict/name (expected 1.0, got 0) dict/prices (expected 1.0, got 0) dict/productStatus (expected 1.0, got 0) dict/supplier (expected 1.0, got 0) dict/supplierSku (expected 1.0, got 0) dict/url (expected 1.0, got 0) 2026-03-21 14:00:34 [staples_advantage] (PID: 111) ERROR: [Spidermon] ====================================================================== FAIL: Retry Count monitor/Should not hit the limit of requests that reached the maximum retry amount ---------------------------------------------------------------------- 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'Auth failed'}] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/scrapy/monitors/monitors.py", line 282, in test_maximum_retries self.assertLessEqual(max_reached, threshold, msg=msg) AssertionError: Too many requests (4162) reached the maximum retry amount 2026-03-21 14:00:34 [staples_advantage] (PID: 111) ERROR: [Spidermon] ====================================================================== FAIL: Downloader Exceptions monitor/test_stat_monitor ---------------------------------------------------------------------- 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'Auth failed'}] During handling of the above exception, another exception occurred: 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 'downloader/exception_count' to be '<=' to '100.0'. Current value: '12598' 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] 11 monitors in 0.008s 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] FAILED (failures=7, skipped=1) 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] -------------------------- FINISHED ACTIONS -------------------------- 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] ---------------------------------------------------------------------- 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] 0 actions in 0.000s 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] OK 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] --------------------------- PASSED ACTIONS --------------------------- 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] ---------------------------------------------------------------------- 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] 0 actions in 0.000s 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] OK 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] --------------------------- FAILED ACTIONS --------------------------- 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] CustomTemplateSendSlackMessageSpiderFinished... ERROR 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] ---------------------------------------------------------------------- 2026-03-21 14:00:34 [staples_advantage] (PID: 111) ERROR: [Spidermon] ====================================================================== ERROR: CustomTemplateSendSlackMessageSpiderFinished ---------------------------------------------------------------------- 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'Auth failed'}] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/spidermon/core/actions.py", line 39, in run self.run_action() File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 252, in run_action self.manager.send_message( File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 58, in send_message return [ ^ File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 59, in self.send_message( File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 71, in send_message return self._send_user_message( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 110, in _send_user_message user_id = self._get_user_id(username) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 96, in _get_user_id user = self.users.get(name, None) ^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 38, in users self._users = self._get_users_info() ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 103, in _get_users_info for member in self._client.users_list()["members"] ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/slack_sdk/web/client.py", line 5166, in users_list return self.api_call("users.list", http_verb="GET", params=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/slack_sdk/web/base_client.py", line 169, in api_call return self._sync_send(api_url=api_url, req_args=req_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/slack_sdk/web/base_client.py", line 200, in _sync_send return self._urllib_api_call( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/slack_sdk/web/base_client.py", line 331, in _urllib_api_call ).validate() ^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/slack_sdk/web/slack_response.py", line 197, in validate raise e.SlackApiError(message=msg, response=self) slack_sdk.errors.SlackApiError: The request to the Slack API failed. (url: https://slack.com/api/users.list) The server responded with: {'ok': False, 'error': 'invalid_auth'} 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] 1 action in 0.146s 2026-03-21 14:00:34 [staples_advantage] (PID: 111) INFO: [Spidermon] FAILED (errors=1) 2026-03-21 14:00:34 [scrapy.utils.signal] (PID: 111) ERROR: Error caught on signal handler: > Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 1253, in adapt extracted: _SelfResultT | Failure = result.result() ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/extensions/feedexport.py", line 504, in close_spider self._close_slot(slot, spider) File "/usr/local/lib/python3.11/site-packages/scrapy/extensions/feedexport.py", line 535, in _close_slot d: Deferred[None] = maybeDeferred(slot.storage.store, get_file(slot)) # type: ignore[call-overload] ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/extensions/feedexport.py", line 517, in get_file assert slot_.file ^^^^^^^^^^ AssertionError 2026-03-21 14:00:34 [scrapy.statscollectors] (PID: 111) INFO: Dumping Scrapy stats: {'HeadersSpooferDownloaderMiddleware/spoofed': 12598, 'big_query/url': 4224, 'downloader/exception_count': 12598, 'downloader/exception_type_count/scrapy.core.downloader.handlers.http11.TunnelError': 12598, 'downloader/request_bytes': 9960841, 'downloader/request_count': 12598, 'downloader/request_method_count/GET': 12598, 'elapsed_time_seconds': 1808.840726, 'finish_reason': 'closespider_timeout_no_item', 'finish_time': datetime.datetime(2026, 3, 21, 14, 0, 34, 388800, tzinfo=datetime.timezone.utc), 'items_per_minute': None, 'log_count/ERROR': 8333, 'log_count/INFO': 73, 'log_count/WARNING': 8376, 'memusage/max': 211644416, 'memusage/startup': 125911040, 'proxy_manager/ignored/proxy_defined': 8374, 'proxy_manager/processed': 4224, 'responses_per_minute': None, 'retry/count': 8436, 'retry/max_reached': 4162, 'retry/reason_count/scrapy.core.downloader.handlers.http11.TunnelError': 8436, 'scheduler/dequeued': 12598, 'scheduler/dequeued/memory': 12598, 'scheduler/enqueued': 12660, 'scheduler/enqueued/memory': 12660, 'spidermon/validation/validators': 1, 'spidermon/validation/validators/item/jsonschema': True, 'start_requests/big_query': 4224, 'start_time': datetime.datetime(2026, 3, 21, 13, 30, 25, 548074, tzinfo=datetime.timezone.utc)} 2026-03-21 14:00:34 [scrapy.core.engine] (PID: 111) INFO: Spider closed (closespider_timeout_no_item)